2026-02-09 16:32:04 +01:00
|
|
|
---
|
|
|
|
|
# nuzlocke-tracker-up0b
|
|
|
|
|
title: Environment and secrets management
|
2026-02-10 09:45:58 +01:00
|
|
|
status: completed
|
2026-02-09 16:32:04 +01:00
|
|
|
type: task
|
2026-02-10 09:45:58 +01:00
|
|
|
priority: normal
|
2026-02-09 16:32:04 +01:00
|
|
|
created_at: 2026-02-09T15:30:52Z
|
2026-02-10 09:45:58 +01:00
|
|
|
updated_at: 2026-02-10T08:44:18Z
|
2026-02-09 16:32:04 +01:00
|
|
|
parent: 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
|