diff options
Diffstat (limited to 'public/v4/apps/uptime-kuma.yml')
| -rw-r--r-- | public/v4/apps/uptime-kuma.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/public/v4/apps/uptime-kuma.yml b/public/v4/apps/uptime-kuma.yml new file mode 100644 index 0000000..e6b4db6 --- /dev/null +++ b/public/v4/apps/uptime-kuma.yml @@ -0,0 +1,31 @@ +captainVersion: 4 +services: + # Uptime Kuma + $$cap_appname: + image: louislam/uptime-kuma:$$cap_kuma_version + restart: unless-stopped + volumes: + - $$cap_appname-data:/app/data + caproverExtra: + containerHttpPort: '3001' +caproverOneClickApp: + variables: + - id: $$cap_kuma_version + label: Uptime Kuma Version + defaultValue: 1.0.6 + description: Check out their Docker page for the valid tags https://hub.docker.com/r/louislam/uptime-kuma/tags + instructions: + start: |- + Features + + ◉ Monitoring uptime for HTTP(s) / TCP / Ping. + ◉ Fancy, Reactive, Fast UI/UX. + ◉ Notifications via Webhook, Telegram, Discord and email (SMTP). + ◉ 20 seconds interval. + end: |- + Aaaand you're done! 😄 + Your service is available at http://$$cap_appname.$$cap_root_domain + displayName: Uptime Kuma + isOfficial: true + description: A fancy self-hosted monitoring tool + documentation: Taken from https://github.com/louislam/uptime-kuma |
