mirror of
https://github.com/YunoHost-Apps/transfersh_ynh.git
synced 2024-09-04 01:35:59 +02:00
Cleaning
This commit is contained in:
parent
f7001cda14
commit
21df435bb4
2 changed files with 0 additions and 19 deletions
|
@ -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__
|
|
|
@ -110,16 +110,6 @@ chmod 750 "$datadir"
|
||||||
chmod -R o-rwx "$datadir"
|
chmod -R o-rwx "$datadir"
|
||||||
chown -R $app:www-data "$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
|
# SETUP SYSTEMD
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue