1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00
This commit is contained in:
ericgaspar 2021-11-24 22:02:09 +01:00
parent 47e31a4e43
commit 9ca76130f9
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 10 additions and 2 deletions

View file

@ -18,7 +18,7 @@ CACHE_DRIVER=file
SESSION_DRIVER=file SESSION_DRIVER=file
QUEUE_DRIVER=sync QUEUE_DRIVER=sync
CACHET_BEACON=true CACHET_BEACON=false
CACHET_EMOJI=false CACHET_EMOJI=false
CACHET_AUTO_TWITTER=true CACHET_AUTO_TWITTER=true
@ -28,7 +28,7 @@ MAIL_PORT=25
MAIL_USERNAME=null MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null
MAIL_ADDRESS=__EMAIL__ MAIL_ADDRESS=__EMAIL__
MAIL_NAME=null MAIL_NAME=__ADMIN__
MAIL_ENCRYPTION=tls MAIL_ENCRYPTION=tls
REDIS_HOST=null REDIS_HOST=null

View file

@ -69,6 +69,14 @@ chmod 750 "$final_path"
chmod -R o-rwx "$final_path" chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path" chown -R $app:www-data "$final_path"
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
ynh_script_progression --message="Reinstalling dependencies..." --weight=7
# Define and install dependencies
ynh_install_app_dependencies $pkg_dependencies
#================================================= #=================================================
# RESTORE THE PHP-FPM CONFIGURATION # RESTORE THE PHP-FPM CONFIGURATION
#================================================= #=================================================