Skip to content

passwords are being stored in .env file #46

@jduhamel

Description

@jduhamel

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

  1. Deploy n8n or nextcloud
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions