mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
fix
This commit is contained in:
parent
21d36fe4f3
commit
48a746ed08
2 changed files with 5 additions and 4 deletions
|
@ -26,12 +26,12 @@ ROOT_URL='https://__DOMAIN____PATH__'
|
|||
# https://github.com/wekan/wekan/wiki/Adding-users
|
||||
# https://github.com/wekan/wekan/wiki/Troubleshooting-Mail
|
||||
# https://github.com/wekan/wekan-mongodb/blob/master/docker-compose.yml
|
||||
MAIL_URL='smtp://__MAIN_DOMAIN__:25/'
|
||||
MAIL_FROM='Wekan Support <wekan@__DOMAIN__>'
|
||||
MAIL_URL='smtp://__APP__:__MAIL_PWD__@__MAIN_DOMAIN__:25/'
|
||||
MAIL_FROM='Wekan Support <__APP__@__DOMAIN__>'
|
||||
# Currently MAIL_SERVICE is not in use.
|
||||
#MAIL_SERVICE=Outlook365
|
||||
#MAIL_SERVICE_USER=firstname.lastname@hotmail.com
|
||||
#MAIL_SERVICE_PASSWORD=SecretPassword
|
||||
#MAIL_SERVICE_USER=__APP__
|
||||
#MAIL_SERVICE_PASSWORD=__MAIL_PWD__
|
||||
#---------------------------------------------
|
||||
#KADIRA_OPTIONS_ENDPOINT=http://127.0.0.1:11011
|
||||
#---------------------------------------------
|
||||
|
|
|
@ -57,6 +57,7 @@ ram.runtime = "50M"
|
|||
[resources.ports]
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Reference in a new issue