1
0
Commit Graph

9 Commits

Author SHA1 Message Date
lukas 5aa85b0920 secrets: migrate exposed plaintext secrets to git-crypt
Move all hardcoded credentials out of tracked compose/env files into the
git-crypt-encrypted secrets/ directory, using each app's supported mechanism:

- env_file -> secrets/*.env: mealie, navidrome, karakeep, meilisearch,
  baserow, maloja, valheim, photoprism, komf, openldap, penpot, vaultwarden
- file:///run/secrets: authentik email password
- jelu DB password appended to existing secrets/jelu.env

Untrack root .env (interpolated ${VAR} secrets) and add sanitized
.env.example template; gitignore /.env.

Move unreferenced orphan files (mediawiki/rtorrent/snibox .env) into
secrets/ to preserve values while encrypting them.

Add SECURITY.md documenting the secrets conventions and a rotation
checklist. NOTE: all migrated values remain in prior git history and
must be rotated at their providers.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 13:15:25 +02:00
lukas 6d185c2324 komga: integrate komf 2026-01-16 11:48:50 +01:00
lukas f6cc7b5f05 komga: auth via authentik 2025-11-17 13:56:18 +01:00
lukas 892497b322 komga: add external port 2025-03-18 11:30:07 +01:00
lukas 387d6e89a5 komga: update to 1.20.0 2025-02-20 12:49:31 +01:00
lukas e4830550c2 caddy: finish migrating to caddy-docker-proxy 2025-02-19 21:42:57 +01:00
lukas 082c3742cb remove profiles from all services 2024-04-21 13:50:15 +02:00
lukas dc8cd9c4d1 improve networking 2023-12-05 11:20:14 +01:00
lukas 4a8451d6b0 komga: add 2023-12-01 20:57:03 +01:00