No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-13 15:33:10 -04:00
audiobookshelf Adding everying initially 2025-09-04 18:19:06 -04:00
calibre Adding everying initially 2025-09-04 18:19:06 -04:00
copyparty Adding everying initially 2025-09-04 18:19:06 -04:00
dockhand Removing old containers, cleaning up 2026-05-11 11:54:45 -04:00
docs Update NETWORKING thoughts 2026-09-13 15:33:10 -04:00
forgejo Add frontend networking for forgejo and SB 2026-09-13 14:27:04 -04:00
garage Adding everying initially 2025-09-04 18:19:06 -04:00
grimmory Updates, add Grimmory 2026-07-24 21:30:42 -04:00
grist Updates 2026-03-15 16:40:13 -04:00
homarr Adding everying initially 2025-09-04 18:19:06 -04:00
immich Adding everying initially 2025-09-04 18:19:06 -04:00
karakeep Adding everying initially 2025-09-04 18:19:06 -04:00
kavita Adding everying initially 2025-09-04 18:19:06 -04:00
miniflux Adding everying initially 2025-09-04 18:19:06 -04:00
netbird Adding everying initially 2025-09-04 18:19:06 -04:00
newt Updates, add Grimmory 2026-07-24 21:30:42 -04:00
open-webui Updates, add Grimmory 2026-07-24 21:30:42 -04:00
pangolin Updates, add Grimmory 2026-07-24 21:30:42 -04:00
pihole Adding everying initially 2025-09-04 18:19:06 -04:00
satisfactory Removing old containers, cleaning up 2026-05-11 11:54:45 -04:00
silverbullet Add frontend networking for forgejo and SB 2026-09-13 14:27:04 -04:00
starr Adding everying initially 2025-09-04 18:19:06 -04:00
zitadel Adding everying initially 2025-09-04 18:19:06 -04:00
README.md PROJECT PLANS! 2026-09-07 10:44:17 -04:00

ged docker-compose

Self-hosted Docker Compose stacks for ged (headless Debian). Edited via git; day-to-day ops are moving from SSH-edit-in-place to pull on ged → hook → docker compose.

Docs

Doc What its for
docs/CONTEXT.md Machine, clients, domains, how we operate
docs/SECRETS.md Threat model and layered secrets plan (SOPS → Vaultwarden trial → Infisical)
docs/NETWORKING.md Shared frontend network, Pangolin/Pi-hole/Caddy, LAN HTTPS
docs/BACKUPS.md ged→orm rsync strategy and volume exceptions
docs/FUTURE.md Follow-on projects (hygiene, SSO, observability, …)

Layout

Each subdirectory is one Compose project (immich/, pangolin/, pihole/, …).

cd /path/to/docker-compose/<stack>
docker compose up -d

After secrets/network work lands, prefer the workflows in the docs above instead of putting secrets in YAML or publishing every port to the host.