summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/uptime-kuma.yml
blob: ace63617aa1cc7159eba99e935add3469fbd479d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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'
            websocketSupport: 'true'
caproverOneClickApp:
    variables:
        - id: $$cap_kuma_version
          label: Uptime Kuma Version
          defaultValue: 1.5.2
          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