plus de smtp par défaut pour les orgas
This commit is contained in:
@@ -46,8 +46,6 @@ services:
|
|||||||
# condition: service_healthy # on peut mais ca va ralentir le process
|
# condition: service_healthy # on peut mais ca va ralentir le process
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
external_links:
|
|
||||||
- ${smtpServName}:${smtpHost}
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.${orga}-${nextcloudServName}.rule=Host(`${orga}-${cloudHost}.${domain}`){{FOREIGN_NC}}"
|
- "traefik.http.routers.${orga}-${nextcloudServName}.rule=Host(`${orga}-${cloudHost}.${domain}`){{FOREIGN_NC}}"
|
||||||
@@ -67,8 +65,6 @@ services:
|
|||||||
- ../../secret/orgas/${orga}/env-${nextcloudDBName}
|
- ../../secret/orgas/${orga}/env-${nextcloudDBName}
|
||||||
environment:
|
environment:
|
||||||
- NEXTCLOUD_TRUSTED_DOMAINS=${orga}-${cloudHost}.${domain}
|
- NEXTCLOUD_TRUSTED_DOMAINS=${orga}-${cloudHost}.${domain}
|
||||||
- SMTP_HOST=${smtpHost}
|
|
||||||
- SMTP_PORT=25
|
|
||||||
- MAIL_DOMAIN=${domain}
|
- MAIL_DOMAIN=${domain}
|
||||||
#}}
|
#}}
|
||||||
#{{agora
|
#{{agora
|
||||||
@@ -95,8 +91,6 @@ services:
|
|||||||
# condition: service_healthy # on peut mais ca va ralentir le process
|
# condition: service_healthy # on peut mais ca va ralentir le process
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
external_links:
|
|
||||||
- ${smtpServName}:${smtpHost}.${domain}
|
|
||||||
volumes:
|
volumes:
|
||||||
- matterConfig:/mattermost/config:rw
|
- matterConfig:/mattermost/config:rw
|
||||||
- matterData:/mattermost/data:rw
|
- matterData:/mattermost/data:rw
|
||||||
@@ -133,13 +127,11 @@ services:
|
|||||||
# condition: service_healthy # on peut mais ca va ralentir le process
|
# condition: service_healthy # on peut mais ca va ralentir le process
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
external_links:
|
|
||||||
- ${smtpServName}:${smtpHost}.${domain}
|
|
||||||
env_file:
|
env_file:
|
||||||
- ../../secret/orgas/${orga}/env-${wordpressServName}
|
- ../../secret/orgas/${orga}/env-${wordpressServName}
|
||||||
environment:
|
environment:
|
||||||
- WORDPRESS_SMTP_HOST=${smtpHost}.${domain}
|
# - WORDPRESS_SMTP_HOST=${smtpHost}.${domain}
|
||||||
- WORDPRESS_SMTP_PORT=25
|
# - WORDPRESS_SMTP_PORT=25
|
||||||
# - WORDPRESS_SMTP_USERNAME
|
# - WORDPRESS_SMTP_USERNAME
|
||||||
# - WORDPRESS_SMTP_PASSWORD
|
# - WORDPRESS_SMTP_PASSWORD
|
||||||
# - WORDPRESS_SMTP_FROM=${orga}-
|
# - WORDPRESS_SMTP_FROM=${orga}-
|
||||||
@@ -169,9 +161,6 @@ services:
|
|||||||
- wikiLogs:/var/log
|
- wikiLogs:/var/log
|
||||||
networks:
|
networks:
|
||||||
- orgaNet
|
- orgaNet
|
||||||
# - postfixNet
|
|
||||||
external_links:
|
|
||||||
- ${smtpServName}:${smtpHost}.${domain}
|
|
||||||
#}}
|
#}}
|
||||||
#{{castopod
|
#{{castopod
|
||||||
castopod:
|
castopod:
|
||||||
@@ -189,8 +178,6 @@ services:
|
|||||||
- db
|
- db
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
external_links:
|
|
||||||
- ${smtpServName}:${smtpHost}.${domain}
|
|
||||||
volumes:
|
volumes:
|
||||||
- castopodMedia:/var/www/castopod/public/media
|
- castopodMedia:/var/www/castopod/public/media
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -14,13 +14,11 @@ $conf['superuser'] = '@admin';
|
|||||||
$conf['manager'] = '@manager';
|
$conf['manager'] = '@manager';
|
||||||
$conf['disableactions'] = 'register';
|
$conf['disableactions'] = 'register';
|
||||||
$conf['remoteuser'] = '';
|
$conf['remoteuser'] = '';
|
||||||
$conf['mailfrom'] = 'dokuwiki@kaz.bzh';
|
|
||||||
$conf['updatecheck'] = 0;
|
$conf['updatecheck'] = 0;
|
||||||
$conf['userewrite'] = '1';
|
$conf['userewrite'] = '1';
|
||||||
$conf['useslash'] = 1;
|
$conf['useslash'] = 1;
|
||||||
$conf['plugin']['ckgedit']['scayt_auto'] = 'on';
|
$conf['plugin']['ckgedit']['scayt_auto'] = 'on';
|
||||||
$conf['plugin']['ckgedit']['scayt_lang'] = 'French/fr_FR';
|
$conf['plugin']['ckgedit']['scayt_lang'] = 'French/fr_FR';
|
||||||
$conf['plugin']['ckgedit']['other_lang'] = 'fr';
|
$conf['plugin']['ckgedit']['other_lang'] = 'fr';
|
||||||
$conf['plugin']['smtp']['smtp_host'] = 'smtp.kaz.bzh';
|
|
||||||
$conf['plugin']['todo']['CheckboxText'] = 0;
|
$conf['plugin']['todo']['CheckboxText'] = 0;
|
||||||
$conf['plugin']['wrap']['restrictionType'] = '1';
|
$conf['plugin']['wrap']['restrictionType'] = '1';
|
||||||
|
|||||||
Reference in New Issue
Block a user