Commit Graph
4 Commits
Author SHA1 Message Date
poprhythm 2f1a988ac3 security: remove hardcoded secrets, drop unneeded privileged mode, restrict internal-only ports to localhost
- watchtower: move Telegram token/chat ID to .env instead of plaintext in compose
- plex: remove stale/dead PLEX_CLAIM token
- uptime-kuma: mount docker.sock read-only (only needs to read container state)
- home-assistant: drop privileged: true (no device passthrough configured)
- glances: drop privileged: true, bind dashboard port to 127.0.0.1
- couchdb, docker-registry, leafweb: bind ports to 127.0.0.1 (proxy/localhost-only access confirmed, no direct LAN clients)
2026-07-20 01:49:56 +00:00
poprhythm 42bf219965 Fix glances GPU access using Ubuntu image and nvidia runtime
Alpine-based image (latest-full) is incompatible with NVIDIA libraries
due to musl/glibc mismatch. Switch to ubuntu-latest-full and use
runtime: nvidia for GPU monitoring support.
2026-01-31 20:10:40 +00:00
poprhythm 947f5fd348 Add GPU monitoring support to glances
Enable NVIDIA runtime and GPU visibility for GPU performance metrics.
2026-01-31 19:52:58 +00:00
poprhythm 61d71f6122 Add glances/docker-compose.yaml 2025-08-06 19:02:40 +00:00