From 4f45ff1ddf43b20543014cd8a8a48a1bb1db012c Mon Sep 17 00:00:00 2001 From: jazzymc Date: Sun, 18 Jan 2026 18:41:09 +0200 Subject: [PATCH] docs: Add Docker organization section and update changelog - Document FolderView2 categories (10 categories, 38 containers) - Note Dazzle Line Icons collection for folder icons - Log container icon fixes (rustfs, gitea, woodpecker) - Log FolderView2 reorganization --- docs/00-CURRENT-STATE.md | 27 +++++++++++++++++++++++++++ docs/07-CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/docs/00-CURRENT-STATE.md b/docs/00-CURRENT-STATE.md index 5ba2c88..bd1f2a8 100644 --- a/docs/00-CURRENT-STATE.md +++ b/docs/00-CURRENT-STATE.md @@ -263,3 +263,30 @@ Static IP range: 172.17.0.2 - 172.17.0.50 5. [x] Document final IP assignments **Note:** IPs assigned via `docker network connect --ip`. To persist across container recreation, update Unraid Docker templates or use docker-compose. + +--- + +## Unraid Docker Organization + +### FolderView2 Plugin + +Docker containers are organized into categories using the FolderView2 plugin. + +**Icon Collection:** [Dazzle Line Icons](https://www.svgrepo.com/collection/dazzle-line-icons/) from SVGRepo + +**Categories:** + +| Category | Containers | Icon | +|----------|------------|------| +| Infrastructure | traefik, unbound, binhex-official-pihole, DoH-Server, stunnel-dot, pangolin, dockersocket, nebula-sync | network.svg | +| Security | authentik, authentik-worker, vaultwarden | shield-lock.svg | +| Monitoring | UptimeKuma, Uptime-Kuma-API, AutoKuma, NetAlertX, speedtest-tracker | monitoring.svg | +| DevOps | gitea, woodpecker-server, woodpecker-agent, postgresql17, Redis, pgAdmin4 | database-03.svg | +| Media | plex, Libation, transmission | media-play-circle.svg | +| Storage/Backup | rustfs, UrBackup, TimeMachine, Nextcloud | clock-rewind.svg | +| Productivity | actual-budget, n8n, karakeep, homarr | dashboard.svg | +| Smart Home | HomeAssistant_inabox | smart-home.svg | +| Remote Access | rustdesk-hbbs, rustdesk-hbbr | remote.svg | +| Management | portainer, unimus | settings.svg | + +**Config Location:** `/boot/config/plugins/folder.view2/docker.json` diff --git a/docs/07-CHANGELOG.md b/docs/07-CHANGELOG.md index dc7fac9..df43393 100644 --- a/docs/07-CHANGELOG.md +++ b/docs/07-CHANGELOG.md @@ -1,4 +1,21 @@ # Infrastructure Changelog +## 2026-01-18 - Docker Organization & Container Fixes + +### FolderView2 Categories Reorganized +- [UNRAID] Reorganized Docker containers into 10 categories +- Categories: Infrastructure, Security, Monitoring, DevOps, Media, Storage/Backup, Productivity, Smart Home, Remote Access, Management +- Icon collection: Dazzle Line Icons (https://www.svgrepo.com/collection/dazzle-line-icons/) +- Deleted old categories: Cloud, Dashboards and Stats, Finance, Databases, Network, Network Monitoring, Automation, Backup + +### Container Icon Fixes +- [SERVICE] rustfs: Fixed missing icon (was 404), now uses GitHub org avatar +- [SERVICE] gitea: Fixed webui label (was template syntax, now https://git.xtrm-lab.org) +- [SERVICE] woodpecker-server: Fixed icon URL (woodpecker.png → woodpecker-ci.png) +- [SERVICE] woodpecker-agent: Fixed icon URL (woodpecker.png → woodpecker-ci.png) + +### Documentation +- [DOCS] Added Unraid Docker Organization section to 00-CURRENT-STATE.md + ## 2026-01-18 - [INFRA] Added pending task: Static IP assignment for critical services on dockerproxy and bridge networks - [SERVICE] postgresql17: Recreated container (was stopped due to port conflict)