Reduce the number of unnecessary .env vars #199

Closed
opened 2025-08-21 00:10:39 +02:00 by Ghost · 1 comment
Ghost commented 2025-08-21 00:10:39 +02:00 (Migrated from codeberg.org)

I want to simplify the deployment, so reducing the env vars would go a long way.

I want to simplify the deployment, so reducing the env vars would go a long way.
Owner

Not to be fixed. The count is not the problem -- every remaining variable is either a real secret or a real per-environment value, and the deployment already resolves them all from 1Password at container start with no generated .env on the host.

The two that were genuinely dead are being handled specifically: #452 strips API_BASE_URL, and #456 adds SITE_BASE_URL to replace five hardcoded URLs. One out, one in.

Not to be fixed. The count is not the problem -- every remaining variable is either a real secret or a real per-environment value, and the deployment already resolves them all from 1Password at container start with no generated .env on the host. The two that were genuinely dead are being handled specifically: #452 strips API_BASE_URL, and #456 adds SITE_BASE_URL to replace five hardcoded URLs. One out, one in.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
johnsturgeon/tgfp-web#199
No description provided.