mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
parent
17d6f11ba1
commit
3af71d03fc
3 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,7 @@ 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://localhost:25/'
|
||||
MAIL_URL='smtp://__MAIN_DOMAIN__:25/'
|
||||
MAIL_FROM='Wekan Support <wekan@__DOMAIN__>'
|
||||
#---------------------------------------------
|
||||
#KADIRA_OPTIONS_ENDPOINT=http://127.0.0.1:11011
|
||||
|
|
|
@ -125,6 +125,8 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a config file..."
|
||||
|
||||
main_domain=$(cat /etc/yunohost/current_host)
|
||||
|
||||
ynh_add_config --template=".env" --destination="$final_path/.env"
|
||||
|
||||
chmod 400 "$final_path/.env"
|
||||
|
|
|
@ -180,6 +180,8 @@ ynh_install_mongo
|
|||
#=================================================
|
||||
ynh_script_progression --message="Updating a config file..."
|
||||
|
||||
main_domain=$(cat /etc/yunohost/current_host)
|
||||
|
||||
ynh_add_config --template=".env" --destination="$final_path/.env"
|
||||
|
||||
chmod 400 "$final_path/.env"
|
||||
|
|
Loading…
Reference in a new issue