gremlin: auto-fix swarm/actualbudget.yaml (5 issues fixed)
- Added PUID/PGID 1964 to "actual" - Added caddy.import_1: crowdsec for "actual" - Added caddy.import_2: authentik for "actual" - Added monitor label(s) for "actual" (url: https://budget.netgrimoire.com) - Removed 1 legacy kuma.* label(s) from "actual"
This commit is contained in:
parent
d5f2684167
commit
30e2edae1b
1 changed files with 7 additions and 2 deletions
|
|
@ -16,6 +16,8 @@ services:
|
|||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
PUID: "1964"
|
||||
PGID: "1964"
|
||||
- node.hostname == znas
|
||||
- node.platform.arch != aarch64
|
||||
- node.platform.arch != arm
|
||||
|
|
@ -27,6 +29,8 @@ services:
|
|||
# Caddy reverse proxy
|
||||
caddy: budget.netgrimoire.com
|
||||
caddy.reverse_proxy: actual:5006
|
||||
caddy.import_1: crowdsec
|
||||
caddy.import_2: authentik
|
||||
caddy.import: crowdsec
|
||||
#caddy.import: authentik
|
||||
|
||||
|
|
@ -34,11 +38,12 @@ services:
|
|||
diun.enable: "true"
|
||||
|
||||
# Uptime Kuma
|
||||
kuma.actual.http.name: "Actual Budget"
|
||||
|
||||
# Homepage
|
||||
homepage.group: PNCHarris Apps
|
||||
homepage.name: Actual Budget
|
||||
homepage.icon: actual-budget.svg
|
||||
homepage.href: https://budget.netgrimoire.com
|
||||
homepage.description: Envelope budgeting
|
||||
homepage.description: Envelope budgeting
|
||||
monitor.name: Actual
|
||||
monitor.url: https://budget.netgrimoire.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue