1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transfersh_ynh.git synced 2024-09-04 01:35:59 +02:00
This commit is contained in:
ericgaspar 2022-06-26 07:02:09 +02:00
parent f7001cda14
commit 21df435bb4
2 changed files with 0 additions and 19 deletions

View file

@ -1,9 +0,0 @@
PROFILE_LISTENER=__PORT__
HTTP_AUTH_USER=__ADMIN__
HTTP_AUTH_PASS=__PASSWORD__
BASEDIR=__DATADIR__
EMAIL_CONTACT=__EMAIL__
PROVIDER=local
LOG=/var/log/__APP__
MAX_UPLOAD_SIZE=__MAX_UPLOAD_SIZE__
PURGE_DAYS=__PURGE_DAYS__

View file

@ -110,16 +110,6 @@ chmod 750 "$datadir"
chmod -R o-rwx "$datadir"
chown -R $app:www-data "$datadir"
#=================================================
# ADD A CONFIGURATION
#=================================================
# ynh_script_progression --message="Adding a configuration file..." --time --weight=1
# ynh_add_config --template="../conf/.env" --destination="$final_path/.env"
# chmod 400 "$final_path/.env"
# chown $app:$app "$final_path/.env"
#=================================================
# SETUP SYSTEMD
#=================================================