1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00
This commit is contained in:
ericgaspar 2023-10-29 09:58:45 +01:00
parent 5783fc2152
commit 98ef636c90
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,7 @@
"panel": { "panel": {
"email": { "email": {
"provider": "smtp", "provider": "smtp",
"from": "pufferpanel@__DOMAIN__", "from": "pufferpanel@__MAIN_DOMAIN__",
"host": "localhost", "host": "localhost",
"username": "__APP__", "username": "__APP__",
"password": "__MAIL_PWD__", "password": "__MAIL_PWD__",

View file

@ -4,6 +4,8 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
main_domain=$(cat /etc/yunohost/current_host)
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS
#================================================= #=================================================