UptimeMonitor-Server
Enterprise-grade uptime monitoring system
File Explorer
Download Latest Version (.zip)- docker-latest.yml
- docker-release.yml
- FUNDING.yml
- low-resources.xml
- admin-api.md
- api.md
- configuration.md
- custom-metrics.md
- dependencies.md
- groups.md
- notifications.md
- pulsemonitor.md
- pulses.md
- reports.md
- config.ts
- groups.ts
- helpers.ts
- incidents.ts
- index.ts
- maintenances.ts
- monitors.ts
- notifications.ts
- pulse-monitors.ts
- reports.ts
- status-pages.ts
- discord.ts
- email.ts
- ntfy.ts
- telegram.ts
- webhook.ts
- channel-manager.ts
- index.ts
- manager.ts
- admin-config.ts
- admin-incidents.ts
- admin-maintenances.ts
- admin-monitors.ts
- admin-pages.ts
- admin-reports.ts
- public.ts
- index.ts
- schemas.ts
- group-history.ts
- group-reports.ts
- helpers.ts
- incidents.ts
- index.ts
- maintenances.ts
- monitor-history.ts
- monitor-reports.ts
- pulse.ts
- status-pages.ts
- incident.ts
- maintenance.ts
- aggregation.ts
- cache.ts
- clickhouse.ts
- config.ts
- database.ts
- group-state-tracker.ts
- group-updater.ts
- incidents.ts
- index.ts
- logger.ts
- maintenances.ts
- missing-pulse-detector.ts
- pulse-buffer.ts
- pulsemonitor.ts
- selfmonitor.ts
- status-updater.ts
- statuspage.ts
- times.ts
- types.ts
- uptime-updater.ts
- times.test.ts
- .editorconfig
- .gitignore
- .prettierrc.json
- bun.lock
- config.example.toml
- docker-compose.override.yml
- docker-compose.yml
- Dockerfile
- LICENSE
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/Rabbit-Company/UptimeMonitor-Server
Downloads the entire project code from GitHub to your computer.
cd UptimeMonitor-Server
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
sudo docker compose up -d
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
