mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
fix
This commit is contained in:
parent
5783fc2152
commit
98ef636c90
2 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
"panel": {
|
||||
"email": {
|
||||
"provider": "smtp",
|
||||
"from": "pufferpanel@__DOMAIN__",
|
||||
"from": "pufferpanel@__MAIN_DOMAIN__",
|
||||
"host": "localhost",
|
||||
"username": "__APP__",
|
||||
"password": "__MAIL_PWD__",
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
main_domain=$(cat /etc/yunohost/current_host)
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue