Merge branch 'master' of http://192.168.5.10:3024/traveler/services
This commit is contained in:
commit
b311000958
2 changed files with 13 additions and 2 deletions
|
|
@ -30,6 +30,15 @@ web:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
endpoints:
|
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
|
- name: Kopia-Vault
|
||||||
url: tcp://kopia:51516
|
url: tcp://kopia:51516
|
||||||
interval: 60s
|
interval: 60s
|
||||||
|
|
|
||||||
|
|
@ -25,16 +25,16 @@ services:
|
||||||
- node.platform.arch != arm
|
- node.platform.arch != arm
|
||||||
labels:
|
labels:
|
||||||
|
|
||||||
|
gremlin.version: "2026-04-1"
|
||||||
gremlin.authentik.skip: "true"
|
gremlin.authentik.skip: "true"
|
||||||
|
|
||||||
# --- Caddy ---
|
# --- Caddy ---
|
||||||
caddy: ntfy.netgrimoire.com
|
caddy: ntfy.netgrimoire.com
|
||||||
caddy.reverse_proxy: ntfy:80
|
caddy.reverse_proxy: ntfy:80
|
||||||
|
caddy.import_1: crowdsec
|
||||||
caddy.import: crowdsec
|
caddy.import: crowdsec
|
||||||
|
|
||||||
# --- Uptime Kuma ---
|
# --- Uptime Kuma ---
|
||||||
kuma.ntfy.http.name: ntfy
|
|
||||||
kuma.ntfy.http.url: https://ntfy.netgrimoire.com
|
|
||||||
|
|
||||||
# --- Homepage ---
|
# --- Homepage ---
|
||||||
homepage.group: Notify
|
homepage.group: Notify
|
||||||
|
|
@ -42,6 +42,8 @@ services:
|
||||||
homepage.icon: ntfy.png
|
homepage.icon: ntfy.png
|
||||||
homepage.href: https://ntfy.netgrimoire.com
|
homepage.href: https://ntfy.netgrimoire.com
|
||||||
homepage.description: Push Notifications
|
homepage.description: Push Notifications
|
||||||
|
monitor.name: Ntfy
|
||||||
|
monitor.url: http://ntfy:80
|
||||||
|
|
||||||
# --- DIUN ---
|
# --- DIUN ---
|
||||||
diun.enable: "true"
|
diun.enable: "true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue