Auto Merge of PR 154 - apprise-label-changes_2025-08-29T12-01-38
Merged by Trez.One
This commit was merged in pull request #154.
This commit is contained in:
+19
-5
@@ -297,6 +297,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
|
swag_auth: authelia
|
||||||
swag_url: apc.${MY_TLD}
|
swag_url: apc.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.parent: Rinoa
|
swag.uptime-kuma.monitor.parent: Rinoa
|
||||||
@@ -328,16 +329,29 @@ services:
|
|||||||
APPRISE_STATEFUL_MODE: simple
|
APPRISE_STATEFUL_MODE: simple
|
||||||
image: lscr.io/linuxserver/apprise-api:latest
|
image: lscr.io/linuxserver/apprise-api:latest
|
||||||
labels:
|
labels:
|
||||||
cloudflare.tunnel.enable: true
|
|
||||||
cloudflare.tunnel.hostname: apprise.${MY_TLD}
|
|
||||||
cloudflare.tunnel.service: http://apprise:8000
|
|
||||||
cloudflare.tunnel.zonename: ${MY_TLD}
|
|
||||||
cloudflare.tunnel.no_tls_verify: true
|
|
||||||
homepage.group: Infrastructure/App Performance Monitoring
|
homepage.group: Infrastructure/App Performance Monitoring
|
||||||
homepage.name: Apprise
|
homepage.name: Apprise
|
||||||
homepage.icon: apprise.png
|
homepage.icon: apprise.png
|
||||||
homepage.href: http://192.168.1.254:54995
|
homepage.href: http://192.168.1.254:54995
|
||||||
homepage.description: Multi-channel notification API
|
homepage.description: Multi-channel notification API
|
||||||
|
homepage.widget.type: customapi
|
||||||
|
homepage.widget.url: http://apprise:8000/status
|
||||||
|
homepage.widget.method: GET
|
||||||
|
homepage.widget.mappings:
|
||||||
|
homepage.widget.mappings.label: Status
|
||||||
|
homepage.widget.mappings.format: text
|
||||||
|
swag: enable
|
||||||
|
swag_proto: http
|
||||||
|
swag_auth: authelia
|
||||||
|
swag_auth_bypass: /notify,/details,/metrics
|
||||||
|
swag_url: apprise.${MY_TLD}
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.monitor.parent: Rinoa
|
||||||
|
swag.uptime-kuma.name: Apprise-API
|
||||||
|
swag.uptime-kuma.monitor.url: https://apprise.${MY_TLD}
|
||||||
|
swag.uptime-kuma.monitor.interval: 300
|
||||||
|
swag.uptime-kuma.monitor.retryInterval: 60
|
||||||
|
swag.uptime-kuma.monitor.maxretries: 5
|
||||||
ports:
|
ports:
|
||||||
- 54995:8000
|
- 54995:8000
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-apps"]
|
||||||
|
|||||||
Reference in New Issue
Block a user