1
0

remove exposed secrets #1

Merged
lukas merged 1 commits from security/migrate-secrets-to-git-crypt into main 2026-06-12 13:38:01 +00:00
Owner
No description provided.
lukas added 18 commits 2026-06-12 13:21:50 +00:00
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>
lukas merged commit 5aa85b0920 into main 2026-06-12 13:38:01 +00:00
lukas deleted branch security/migrate-secrets-to-git-crypt 2026-06-12 13:38:01 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: homelab/docker-compose-templates#1