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 082c3742cb remove profiles from all services 2024-04-21 13:50:15 +02:00
lukas f9d60040a3 jelu: move app to secrets folder 2023-12-06 13:10:01 +01:00
lukas e0dd8f9d67 jelu: fix secrets dir 2023-12-06 13:09:18 +01:00
lukas eff091f4b8 Use file instead of content
Revert this commit when content
becomes available in docker-engine
See https://github.com/compose-spec/compose-spec/pull/429
2023-12-06 13:03:14 +01:00
lukas 0bc4e0e1df jelu: enable google api 2023-12-06 12:41:16 +01:00
lukas dc8cd9c4d1 improve networking 2023-12-05 11:20:14 +01:00
lukas a2b564ce85 jelu: add to public network 2023-12-02 13:06:54 +01:00
lukas 5258939589 jelu: add 2023-12-02 12:58:29 +01:00