Files
nuzlocke-tracker/.beans/nuzlocke-tracker-up0b--environment-and-secrets-management.md
Julian Tabel 6a86c56e3b Add deployment strategy child task beans
Split the deployment strategy epic into 11 individual task beans
with blocking dependencies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 16:32:04 +01:00

580 B

title, status, type, created_at, updated_at, parent
title status type created_at updated_at parent
Environment and secrets management todo task 2026-02-09T15:30:52Z 2026-02-09T15:30:52Z nuzlocke-tracker-ahza

Set up production environment variable and secrets management.

  • Create a .env.prod.example template documenting all required variables
  • Decide on secret handling approach (.env file on Unraid, Portainer environment variables, etc.)
  • Ensure secrets are not committed to the repository (update .gitignore if needed)
  • Document how to set up secrets on a fresh Unraid deployment