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:
Yury Kossakovsky
2025-08-19 16:12:02 -06:00
parent a8dd9dcf37
commit 3324d1e8e6
5 changed files with 2 additions and 27 deletions

View File

@@ -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}