Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Remove basic auth env vars from docker compose stacks #6570

Merged
merged 3 commits into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docker/compose/subfolderWithSSL/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ N8N_PATH=/app1/
# DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from
# above example would result in: https://example.com/n8n/

# The user name to use for autentication - IMPORTANT ALWAYS CHANGE!
N8N_BASIC_AUTH_USER=user

# The password to use for autentication - IMPORTANT ALWAYS CHANGE!
N8N_BASIC_AUTH_PASSWORD=password

# Optional timezone to set which gets used by Cron-Node by default
# If not set New York time will be used
GENERIC_TIMEZONE=Europe/Berlin
Expand Down
8 changes: 0 additions & 8 deletions docker/compose/withMariaDB/.env

This file was deleted.

24 changes: 0 additions & 24 deletions docker/compose/withMariaDB/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions docker/compose/withMariaDB/docker-compose.yml

This file was deleted.

3 changes: 0 additions & 3 deletions docker/compose/withPostgres/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ POSTGRES_DB=n8n

POSTGRES_NON_ROOT_USER=changeUser
POSTGRES_NON_ROOT_PASSWORD=changePassword

N8N_BASIC_AUTH_USER=changeUser
N8N_BASIC_AUTH_PASSWORD=changePassword
3 changes: 0 additions & 3 deletions docker/compose/withPostgresAndWorker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ POSTGRES_DB=n8n

POSTGRES_NON_ROOT_USER=changeUser
POSTGRES_NON_ROOT_PASSWORD=changePassword

N8N_BASIC_AUTH_USER=changeUser
N8N_BASIC_AUTH_PASSWORD=changePassword