Fixed freescout
This commit is contained in:
parent
90ba2a7ddf
commit
36e6bcffb9
@ -46,7 +46,7 @@ ADMINPASS=`cat /federated/apps/panel/.env | grep SMTP_PASSWORD | awk -F= '{ prin
|
||||
FREESCOUT_SECRET=$(create_password);
|
||||
|
||||
cat > /federated/apps/freescout/.env <<EOF
|
||||
IMAGE_VERSION="latest_php8.2"
|
||||
IMAGE_VERSION="latest_php8.0"
|
||||
ADMIN_EMAIL=admin@$DOMAIN
|
||||
ADMIN_PASS=$ADMINPASS
|
||||
SITE_URL=https://freescout.$DOMAIN
|
||||
@ -58,11 +58,14 @@ DB_PORT=5432
|
||||
DB_NAME=freescout
|
||||
ENABLE_SSL_PROXY=TRUE
|
||||
DISPLAY_ERRORS=FALSE
|
||||
CONTAINER_ENABLE_MONITORING=FALSE
|
||||
SMTP_HOST=mail.$DOMAIN
|
||||
SMTP_USER=admin
|
||||
SMTP_PASS=$ADMINPASS
|
||||
SMTP_TLS=true
|
||||
SMTP_PORT=587
|
||||
CONTAINER_ENABLE_MESSAGING=TRUE
|
||||
CONTAINER_MESSAGING_BACKEND=msmtp
|
||||
EOF
|
||||
chmod 600 /federated/apps/freescout/.env
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user