1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
ericgaspar 2021-01-29 13:49:00 +01:00
parent 28fa1db589
commit bded425a86
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 8 additions and 8 deletions

View file

@ -30,14 +30,14 @@ For the first time Login, use the default credentials `admin@admin.com` and `pas
## Documentation ## Documentation
* Official documentation: https://www.bookstackapp.com/docs/ * Official documentation: https://www.bookstackapp.com/docs/
* YunoHost documentation: If specific documentation is needed, feel free to contribute. * YunoHost documentation: https://yunohost.org/#/app_bookstack
## YunoHost specific features ## YunoHost specific features
#### Multi-user support #### Multi-user support
* Are LDAP and HTTP auth supported? * Are LDAP and HTTP auth supported? **Yes**
* Can the app be used by multiple users? * Can the app be used by multiple users? **Yes**
#### Supported architectures #### Supported architectures

View file

@ -28,14 +28,14 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot
## Documentation ## Documentation
* Documentation officielle : https://www.bookstackapp.com/docs/ * Documentation officielle : https://www.bookstackapp.com/docs/
* Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. * Documentation YunoHost : https://yunohost.org/#/app_bookstack_fr
## Caractéristiques spécifiques YunoHost ## Caractéristiques spécifiques YunoHost
#### 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 ? **Oui**
* 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

@ -106,8 +106,8 @@ cp -a ../conf/.env.example $final_path/.env
ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/.env" ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/.env"
ynh_replace_string --match_string="__DB_PWD__" --replace_string="$db_pwd" --target_file="$final_path/.env" ynh_replace_string --match_string="__DB_PWD__" --replace_string="$db_pwd" --target_file="$final_path/.env"
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/.env" ynh_replace_string --match_string="__DOMAIN__" --replace_string="$new_domain" --target_file="$final_path/.env"
ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file="$final_path/.env" ynh_replace_string --match_string="__PATH__" --replace_string="$new_path" --target_file="$final_path/.env"
ynh_replace_string --match_string="__LANGUAGE__" --replace_string="$language" --target_file="$final_path/.env" ynh_replace_string --match_string="__LANGUAGE__" --replace_string="$language" --target_file="$final_path/.env"
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="$final_path/.env" ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="$final_path/.env"