Label tweaks for mgob, Dagu, and Apprise.
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Successful in 1m13s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 57s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Dry Run (push) Successful in 45s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Successful in 11s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 23s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Successful in 11s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Deployment (push) Successful in 1m26s

This commit is contained in:
2025-09-18 07:41:30 -04:00
parent 2447ea2d82
commit 8c3ff53c8f
+30 -8
View File
@@ -341,12 +341,19 @@ services:
homepage.icon: apprise.png
homepage.href: http://192.168.1.254:54995
homepage.description: Multi-channel notification API
homepage.widget.type: customapi
homepage.widget.headers.accept: application/json
homepage.widget.url: http://apprise-api:8000/status
homepage.widget.method: GET
homepage.widget.mappings[0].label: Status
homepage.widget.mappings[0].field.status: status.details
homepage.widget[0].type: customapi
homepage.widget[0].headers: 'Accept: application/json'
homepage.widget[0].url: http://apprise-api:8000/status
homepage.widget[0].method: GET
homepage.widget[0].mappings[0].label: Status
homepage.widget[0].mappings[0].field: status.details
homepage.widget[1].type: customapi
homepage.widget[1].headers: 'Accept: application/json'
homepage.widget[1].url: http://apprise-api:8111/json/urls/apprise?privacy=1
homepage.widget[1].method: GET
homepage.widget[1].mappings[0].label: URLS
homepage.widget[1].mappings[0].field: urls
homepage.widget[1].mappings[0].format: size
ports:
- 54995:8000
profiles: ["rinoa-apps"]
@@ -1245,6 +1252,19 @@ services:
homepage.href: https://cron.${MY_TLD}
homepage.icon: sh-dagu.svg
homepage.description: Cron alternative with a web UI
homepage.widget[0].type: customapi
homepage.widget[0].headers: 'Authorization: Bearer ${DAGU_AUTH_TOKEN}'
homepage.widget[0].url: http://dagu:8080/api/v2/health
homepage.widget[0].method: GET
homepage.widget[0].mappings[0].label: Status
homepage.widget[0].mappings[0].field: status
homepage.widget[1].type: customapi
homepage.widget[1].headers: 'Accept: application/json'
homepage.widget[1].url: http://dagu:8080/api/v2/dags
homepage.widget[1].method: GET
homepage.widget[1].mappings[0].label: DAGs
homepage.widget[1].mappings[0].field: dags
homepage.widget[1].mappings[0].format: size
swag: enable
swag_port: 8080
swag_proto: http
@@ -4034,9 +4054,11 @@ services:
homepage.widget.type: customapi
homepage.widget.url: http://mgob:8090/status
homepage.widget.mappings[0].label: Plan Name
homepage.widget.mappings[0].field.status: plan
homepage.widget.mappings[0].field: plan
homepage.widget.mappings[0].format: text
homepage.widget.mappings[1].label: Last Run Status
homepage.widget.mappings[1].field.status: last_run_status
homepage.widget.mappings[1].field: last_run_status
homepage.widget.mappings[1].format: date
ports:
- 48606:8090
restart: unless-stopped