Consolidate dashboard on Glance
This commit is contained in:
@@ -57,7 +57,6 @@ Der technische Scope für `critical_infra` ist in `all-important-sources.txt` fe
|
||||
- `/local/secrets`
|
||||
- `/local/appdata/authelia/config`
|
||||
- `/local/appdata/traefik`
|
||||
- `/local/appdata/homepage`
|
||||
- `/local/appdata/ntfy`
|
||||
- `/local/appdata/paperless-gpt`
|
||||
- `/local/appdata/tailscale`
|
||||
@@ -78,7 +77,6 @@ Der technische Scope für `critical_infra` ist in `all-important-sources.txt` fe
|
||||
| Mail-archiver | DataProtection-Keys | Shared PostgreSQL Dump vorhanden | Ja | gut |
|
||||
| Authelia | Config + Secrets | Shared PostgreSQL Dump vorgesehen / erzeugt | Ja | gut |
|
||||
| Traefik | dynamische Config + Let's Encrypt | keine separate DB | Ja | gut |
|
||||
| Homepage | Config + Bilder | keine separate DB | Ja | gut |
|
||||
| ntfy | Datei-Daten | keine separate DB | Ja | gut |
|
||||
| Paperless-GPT | lokale Daten / Prompts | keine separate DB | Ja | gut |
|
||||
| Tailscale | State-Verzeichnis | keine separate DB | Ja | gut |
|
||||
|
||||
@@ -34,7 +34,6 @@ The inclusion of `/local/secrets` is intentional: Borg is expected to cover disa
|
||||
| Mail-archiver | shared Postgres dump + data protection keys | `/local/borg-dumps`, `/local/appdata/mailarchiver/data-protection-keys` |
|
||||
| Authelia | shared Postgres dump + config + secrets | `/local/borg-dumps`, `/local/appdata/authelia/config`, `/local/secrets` |
|
||||
| Traefik | file data | `/local/appdata/traefik` |
|
||||
| Homepage | file data | `/local/appdata/homepage` |
|
||||
| ntfy | file data | `/local/appdata/ntfy` |
|
||||
| Paperless-GPT | file data | `/local/appdata/paperless-gpt` |
|
||||
| Tailscale | file data | `/local/appdata/tailscale` |
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
/local/secrets
|
||||
/local/appdata/authelia/config
|
||||
/local/appdata/traefik
|
||||
/local/appdata/homepage
|
||||
/local/appdata/ntfy
|
||||
/local/appdata/paperless-gpt
|
||||
/local/appdata/tailscale
|
||||
|
||||
@@ -18,7 +18,6 @@ services:
|
||||
volumes:
|
||||
- /mnt/user/appdata/code-server:/config
|
||||
- /mnt/user/services/dev:/workspace
|
||||
- /mnt/user/appdata/homepage:/prod/homepage
|
||||
- /mnt/user/appdata/code-server/secrets/password:/run/secrets/password:ro
|
||||
|
||||
networks:
|
||||
|
||||
@@ -127,9 +127,6 @@ pages:
|
||||
- title: Core
|
||||
color: 212 100 50
|
||||
links:
|
||||
- title: Home
|
||||
url: https://home.kaleschke.info
|
||||
icon: sh:homepage
|
||||
- title: Komodo
|
||||
url: https://komodo.kaleschke.info
|
||||
icon: sh:komodo
|
||||
@@ -299,12 +296,6 @@ pages:
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/glance.svg
|
||||
timeout: 5s
|
||||
alt-status-codes: [200, 302, 401, 403]
|
||||
- title: Homepage
|
||||
url: https://home.kaleschke.info
|
||||
check-url: http://homepage:3000
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/homepage.png
|
||||
timeout: 5s
|
||||
alt-status-codes: [200, 302, 401, 403]
|
||||
- title: Monitoring Grafana
|
||||
url: https://monitoring.kaleschke.info
|
||||
check-url: http://monitoring-grafana:3000/api/health
|
||||
@@ -616,13 +607,6 @@ pages:
|
||||
description: PDF Tools
|
||||
category: apps
|
||||
hide: false
|
||||
homepage:
|
||||
name: Homepage
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/homepage.png
|
||||
url: https://home.kaleschke.info
|
||||
description: Bestehendes Start-Dashboard
|
||||
category: ops
|
||||
hide: false
|
||||
glance:
|
||||
name: Glance
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/glance.svg
|
||||
|
||||
Reference in New Issue
Block a user