Added matrixwhatsapp to functions.sh and Added wordpress max upload file limit fix
This commit is contained in:
parent
e23eaffb3c
commit
ecbd39e773
@ -1,7 +1,7 @@
|
|||||||
# Federated Computer functions
|
# Federated Computer functions
|
||||||
|
|
||||||
# Define all services
|
# Define all services
|
||||||
SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "matrix" "element" "listmonk" "vaultwarden" "panel" "wireguard" "jitsi" "baserow" "gitea" "caddy" "autodiscover" "castopod" "wordpress" "coturn" "bookstack" "freescout" "msp" "espocrm" "nginx" "matrixslack" "matrixsignal")
|
SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "matrix" "element" "listmonk" "vaultwarden" "panel" "wireguard" "jitsi" "baserow" "gitea" "caddy" "autodiscover" "castopod" "wordpress" "coturn" "bookstack" "freescout" "msp" "espocrm" "nginx" "matrixslack" "matrixsignal" "matrixwhatsapp")
|
||||||
|
|
||||||
fail() {
|
fail() {
|
||||||
echo -ne "FAILED\n\n$1\n\n"
|
echo -ne "FAILED\n\n$1\n\n"
|
||||||
|
@ -65,6 +65,10 @@ WORDPRESS_SMTP_HOST=mail.$DOMAIN
|
|||||||
WORDPRESS_SMTP_PORT=587
|
WORDPRESS_SMTP_PORT=587
|
||||||
WORDPRESS_SMTP_USER=$SMTPUSER@$DOMAIN
|
WORDPRESS_SMTP_USER=$SMTPUSER@$DOMAIN
|
||||||
WORDPRESS_SMTP_PASSWORD=$ADMINPASS
|
WORDPRESS_SMTP_PASSWORD=$ADMINPASS
|
||||||
|
PHP_DEFAULT_UPLOAD_MAX_FILESIZE=2048M
|
||||||
|
PHP_DEFAULT_POST_MAX_SIZE=2048M
|
||||||
|
PHP_UPLOAD_MAX_FILESIZE=2048M
|
||||||
|
PHP_POST_MAX_SIZE=2048M
|
||||||
EOF
|
EOF
|
||||||
chmod 600 /federated/apps/wordpress/.env
|
chmod 600 /federated/apps/wordpress/.env
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user