Skip to content

Add Uptime Kuma monitoring service - #48

Open
xrhstosmour wants to merge 2 commits into
mainfrom
feature/uptime-kuma-monitoring
Open

Add Uptime Kuma monitoring service#48
xrhstosmour wants to merge 2 commits into
mainfrom
feature/uptime-kuma-monitoring

Conversation

@xrhstosmour

@xrhstosmour xrhstosmour commented Aug 6, 2026

Copy link
Copy Markdown
Owner

What:

  1. Adds a self-hosted Uptime Kuma monitoring service at monitoring/services/uptime-kuma, following the existing docker-compose.yml + template.env pattern.
  2. Keeps it self-contained on its own named volume, since upstream's stock image only documents SQLite, on the shared internal network with the port configurable via UPTIME_KUMA_PORT.

Why:

Pre-staging monitoring for a future VPS install.

Testing:

  1. docker compose config validates with no errors.
  2. docker compose up -d starts the container, reaches healthy status.
  3. curl localhost:<port>/ returns a 302 redirect to the setup wizard.
  4. docker compose down -v cleans up with no leftover state.

@xrhstosmour xrhstosmour added the enhancement New feature or request label Aug 6, 2026
@xrhstosmour xrhstosmour self-assigned this Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant