1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00
This commit is contained in:
ericgaspar 2023-12-24 09:13:07 +01:00
parent 70388b9118
commit 49cedec284
4 changed files with 8 additions and 7 deletions

View file

@ -1353,21 +1353,21 @@ mail_port = 25
; Secure SMTP
; POSSIBLE VALUES: ssl tls
; DEFAULT: none
;mail_secure_smtp = tls
mail_secure_smtp = tls
; Enable SMTP authentication
; DEFAULT: "false"
;mail_auth = "true"
mail_auth = "true"
; SMTP username
; your mail auth username.
; DEFAULT: none
;mail_auth_user = ""
mail_auth_user = "__APP__"
; SMTP password
; your mail auth password.
; DEFAULT: none
;mail_auth_pass = ""
mail_auth_pass = "__MAIL_PWD__"
;#########################################################
; Abbreviation Filter #

View file

@ -52,7 +52,8 @@ ram.runtime = "50M"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.permissions]

View file

@ -63,7 +63,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=2
ynh_add_config --template="ampache.cfg.php" --destination="$install_dir/config/ampache.cfg.php"
chmod 600 "$install_dir/config/ampache.cfg.php"
chmod 650 "$install_dir/config/ampache.cfg.php"
chown $app: "$install_dir/config/ampache.cfg.php"
#=================================================

View file

@ -75,7 +75,7 @@ fi
#ynh_add_config --template="ampache.cfg.php" --destination="$install_dir/config/ampache.cfg.php"
#chmod 600 "$install_dir/config/ampache.cfg.php"
#chmod 650 "$install_dir/config/ampache.cfg.php"
#chown $app: "$install_dir/config/ampache.cfg.php"
#=================================================