Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
/ uptime-anywhere Public archive

⬆️ An open-source uptime monitor and status page

License

Notifications You must be signed in to change notification settings

lil5/uptime-anywhere

Repository files navigation

GitHub .github/workflows/ci.yml

Uptime Anywhere

A lighter version of upptime that can run anywhere!

screenshot

Get Started

If you want to host it on GitHub

  1. Click the link below to generate your own repo from a template

    Generate

  2. Setup pages

  3. Add your websites to monitor/public/data/config.json

  4. Enjoy 🍵

If you want to host it on GitLab

  1. Go to the Releases
  2. Download the latest Source code (zip)
  3. Open website/src/index.html and comment line 35
  4. Unzip then create a git repository inside
  5. Push to GitLab
  6. Create a Schedule (CI -> Schedules -> New schedule)
  7. Setup Pages (Settings -> Pages)
  8. Add your websites to monitor/public/data/config.json

Development

Open DEVELOPMENT.md for some steps and explanations.