-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Deployrr Version
v6-rc
Operating System
Other (specify below)
Other OS (if applicable)
Arch Linux
Server Environment
Bare Metal
CPU Architecture
x86_64 (amd64)
Docker Version
No response
Bug Area
App Installation
Affected App (if applicable)
No response
GPU Passthrough
None
Bug Description
After deploying NextCloud and N8N I noticed some of the passwords were being stored in the .env file
NEXTCLOUD_ADMIN_PASSWORD='REDACTED'
NEXTCLOUD_MARIADB_ROOT_PASSWORD='REDACTED'
NEXTCLOUD_MARIADB_PASSWORD='REDACTED'
N8N_POSTGRESQL_PASSWORD='REDACTED'
Steps to Reproduce
- Deploy n8n or nextcloud
- in shell grep 'PASSW' .env
Expected Behavior
AUTHENTIK_POSTGRESQL__PASSWORD='file:///run/secrets/authentik_postgresql_password'
Actual Behavior
NEXTCLOUD_ADMIN_PASSWORD='REDACTED'
NEXTCLOUD_MARIADB_ROOT_PASSWORD='REDACTED'
NEXTCLOUD_MARIADB_PASSWORD='REDACTED'
N8N_POSTGRESQL_PASSWORD='REDACTED'
Relevant Logs
Additional Context
No response
Pre-submission Checklist
- I have searched existing issues and this hasn't been reported yet.
- I am running the latest version of Deployrr.
- I have checked the documentation for a solution.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working