From cdb961f9435ea15522187cffd02f6097b8b7d439 Mon Sep 17 00:00:00 2001 From: Kaloyan Danchev Date: Tue, 24 Feb 2026 17:30:15 +0200 Subject: [PATCH] Post-migration container cleanup: fix broken services, remove obsolete containers Fixed Traefik networking (stale Docker bridge), adguardhome-sync config, diode stack (Hydra DB + OAuth2 bootstrap), diode-agent auth. Removed 5 deprecated/duplicate containers. Started unmarr + rustfs stacks. 53 containers now running. Co-Authored-By: Claude Opus 4.6 --- docs/03-SERVICES-OTHER.md | 7 ++++++- docs/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/03-SERVICES-OTHER.md b/docs/03-SERVICES-OTHER.md index d594696..a1ec78e 100644 --- a/docs/03-SERVICES-OTHER.md +++ b/docs/03-SERVICES-OTHER.md @@ -1,6 +1,6 @@ # Other Services -**Last Updated:** 2026-02-14 +**Last Updated:** 2026-02-24 Non-critical services that enhance functionality but don't affect core network operation. @@ -300,3 +300,8 @@ Non-critical services that enhance functionality but don't affect core network o | Pi-hole | Replaced by AdGuard Home | Removed | | Pangolin | Not in use | Removed | | Slurp'it | Replaced by Diode | Removed | +| binhex-plexpass | Duplicate of Plex | Removed | +| HomeAssistant_inabox | Duplicate of Home-Assistant-Container | Removed | +| Docker-WebUI | Unused, non-functional | Removed | +| hass-unraid | No config, unused | Removed | +| nextcloud-aio-mastercontainer | Replaced by Nextcloud container | Removed | diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f1879e4..23c9835 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,18 @@ - **[STORAGE]** Deleted old `docker.img` (200GB) from disk1 - **[INCIDENT]** disk1 still running in parity-emulated mode — replacement drive needed +### Post-Migration Container Cleanup +- **[NETWORK]** Fixed Traefik unreachable: removed stale Docker bridge (duplicate 172.18.0.0/16 subnet) + 7 orphaned bridges +- **[DOCKER]** Removed deprecated containers: DoH-Server, binhex-plexpass (duplicate of Plex) +- **[DOCKER]** Removed obsolete containers: HomeAssistant_inabox, Docker-WebUI, hass-unraid +- **[DOCKER]** Removed nextcloud-aio-mastercontainer (replaced by Nextcloud container) +- **[SERVICE]** Fixed adguardhome-sync: recreated config file (was directory from migration), switched to br0 network for macvlan reachability +- **[SERVICE]** Fixed diode stack: recreated .env, nginx.conf, OAuth2 client config; ran Hydra DB migration and client bootstrap +- **[SERVICE]** Fixed diode-agent: corrected YAML format, secrets, and Hydra authentication +- **[SERVICE]** Started unmarr (Homarr fork, 172.18.0.81) and rustfs (S3-compatible storage) +- **[DOCKER]** Final state: 53 containers running, pgAdmin4 stopped (utility) +- **[DOCS]** Updated 03-SERVICES-OTHER.md with removed containers + --- ## 2026-02-14