1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00

Merge branch 'testing'

This commit is contained in:
ericgaspar 2020-11-16 13:11:18 +01:00
commit 558b3b08e0
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 7 additions and 4 deletions

View file

@ -30,8 +30,8 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot
#### Multi-user support #### Multi-user support
* Are LDAP and HTTP auth supported? * Are LDAP and HTTP auth supported? **No**
* Can the app be used by multiple users? * Can the app be used by multiple users? **Yes**
#### Supported architectures #### Supported architectures

View file

@ -30,8 +30,8 @@ Comment configurer cette application : via le panneau d'administration
#### Support multi-utilisateur #### Support multi-utilisateur
* L'authentification LDAP et HTTP est-elle prise en charge ? * L'authentification LDAP et HTTP est-elle prise en charge ? **Non**
* L'application peut-elle être utilisée par plusieurs utilisateurs ? * L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
#### Architectures supportées #### Architectures supportées

View file

@ -68,6 +68,7 @@ ynh_system_user_create --username=$app
# Restore permissions on app files # Restore permissions on app files
chown -R $app: $final_path chown -R $app: $final_path
chmod -R 775 $final_path
#================================================= #=================================================
# RESTORE THE PHP-FPM CONFIGURATION # RESTORE THE PHP-FPM CONFIGURATION
@ -75,6 +76,8 @@ chown -R $app: $final_path
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
ynh_add_fpm_config --package="$extra_php_dependencies"
#================================================= #=================================================
# RESTORE THE MYSQL DATABASE # RESTORE THE MYSQL DATABASE
#================================================= #=================================================