diff --git a/stack.production.yml b/stack.production.yml index c84669f..879666c 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -11,15 +11,20 @@ services: constraints: - node.hostname == ingress.nixc.us labels: - - "us.nixc.autodeploy=true" - - "traefik.enable=true" - - "traefik.http.routers.production_uptime-kuma_uptime.tls=true" - - "traefik.http.services.production_uptime-kuma_uptime.loadbalancer.server.port=3001" - - "traefik.http.routers.production_uptime-kuma_uptime.rule=Host(`uptime.nixc.us`)" - - "traefik.http.routers.production_uptime-kuma_uptime.entrypoints=websecure" - - "traefik.http.routers.production_uptime-kuma_uptime.tls.certresolver=letsencryptresolver" - - "traefik.http.routers.production_uptime-kuma_uptime.service=production_uptime-kuma_uptime" - - "traefik.docker.network=traefik" + homepage.group: Uptime Kuma + homepage.name: Uptime + # homepage.icon: authelia.png + homepage.href: https://uptime.nixc.us # Points to Authelia login page + homepage.description: + us.nixc.autodeploy: true + traefik.enable: true + traefik.http.routers.production_uptime-kuma_uptime.tls: true + traefik.http.services.production_uptime-kuma_uptime.loadbalancer.server.port: 3001 + traefik.http.routers.production_uptime-kuma_uptime.rule: Host(`uptime.nixc.us`) + traefik.http.routers.production_uptime-kuma_uptime.entrypoints: websecure + traefik.http.routers.production_uptime-kuma_uptime.tls.certresolver: letsencryptresolver + traefik.http.routers.production_uptime-kuma_uptime.service: production_uptime-kuma_uptime + traefik.docker.network: traefik # - 'traefik.http.routers.production_uptime-kuma_uptime.middlewares=authelia@docker' networks: - traefik