Merge branch 'master' of http://192.168.5.10:3024/traveler/services
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-05-01 08:55:59 -05:00
commit b311000958
2 changed files with 13 additions and 2 deletions

View file

@ -30,6 +30,15 @@ web:
port: 8080
endpoints:
- name: Ntfy
url: http://ntfy:80
interval: 60s
conditions:
- "[STATUS] == 200"
alerts:
- type: ntfy
description: "Ntfy is down"
send-on-resolved: true
- name: Kopia-Vault
url: tcp://kopia:51516
interval: 60s

View file

@ -25,16 +25,16 @@ services:
- node.platform.arch != arm
labels:
gremlin.version: "2026-04-1"
gremlin.authentik.skip: "true"
# --- Caddy ---
caddy: ntfy.netgrimoire.com
caddy.reverse_proxy: ntfy:80
caddy.import_1: crowdsec
caddy.import: crowdsec
# --- Uptime Kuma ---
kuma.ntfy.http.name: ntfy
kuma.ntfy.http.url: https://ntfy.netgrimoire.com
# --- Homepage ---
homepage.group: Notify
@ -42,6 +42,8 @@ services:
homepage.icon: ntfy.png
homepage.href: https://ntfy.netgrimoire.com
homepage.description: Push Notifications
monitor.name: Ntfy
monitor.url: http://ntfy:80
# --- DIUN ---
diun.enable: "true"