Open-source status page to keep track of your favorite url.
- Framework: Nuxt
- UI Library: nuxt/ui
- Content: nuxt/content
Make sure to install the dependencies with pnpm
Start by cloning this repo to your local machine and navigating into the directory.
git clone https://github.com/roiLeo/open-status
cd open-status
Then, install the project dependencies:
pnpm install
Copy the .env.example
file to .env
:
cp .env.example .env
Create a new yaml file inside /content/urls
(e.g. wikipedia.yaml)
url: "https://www.wikipedia.org/"
title: "Wikipedia"
description: "The Free Encyclopedia"
In order to scan endpoints, run the following commands:
sh .script/health-check.sh
Checkout the deployment documentation for more information.