mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-05-03 21:07:45 +00:00
Remove Postiz authentication variables and related configurations
- Deleted POSTIZ_USERNAME, POSTIZ_PASSWORD, and POSTIZ_PASSWORD_HASH from .env.example and docker-compose.yml to streamline configuration. - Removed basic authentication setup from Caddyfile for the Postiz service. - Updated scripts to eliminate generation of Postiz-related secrets, enhancing security and simplifying setup.
This commit is contained in:
@@ -214,8 +214,6 @@ services:
|
||||
- NEO4J_HOSTNAME=${NEO4J_HOSTNAME}
|
||||
- PORTAINER_HOSTNAME=${PORTAINER_HOSTNAME}
|
||||
- POSTIZ_HOSTNAME=${POSTIZ_HOSTNAME}
|
||||
- POSTIZ_PASSWORD_HASH=${POSTIZ_PASSWORD_HASH}
|
||||
- POSTIZ_USERNAME=${POSTIZ_USERNAME}
|
||||
- PROMETHEUS_HOSTNAME=${PROMETHEUS_HOSTNAME}
|
||||
- PROMETHEUS_PASSWORD_HASH=${PROMETHEUS_PASSWORD_HASH}
|
||||
- PROMETHEUS_USERNAME=${PROMETHEUS_USERNAME}
|
||||
|
||||
Reference in New Issue
Block a user