[DOCKER] Automated PR for homepage-label-tweaks_2025-09-18T07-12-30 - #216 #216
@@ -115,7 +115,6 @@
|
||||
| mixpost-valkey | docker.io/bitnami/valkey:latest | |
|
||||
| mgob | stefanprodan/mgob | Headless Automated MongoDB Backups |
|
||||
| mongodb | bitnami/mongodb:7.0 | |
|
||||
| mongo-backup | jaaywags/automated-mongo-backup:latest | Backups for MongoDB |
|
||||
| multi-scrobbler | foxxmd/multi-scrobbler | JS App for scrobbling/recording play history from/to multiple sources |
|
||||
| n8n | docker.n8n.io/n8nio/n8n | Extendable workflow automation tool to easily automate tasks |
|
||||
| navidrome | deluan/navidrome:latest | Music Streaming |
|
||||
|
||||
+30
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user