diff --git a/README.md b/README.md index f5b99a6..6912025 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ For the first time Login, use the default credentials `admin@admin.com` and `pas ## Documentation * 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 #### Multi-user support - * Are LDAP and HTTP auth supported? - * Can the app be used by multiple users? + * Are LDAP and HTTP auth supported? **Yes** + * Can the app be used by multiple users? **Yes** #### Supported architectures diff --git a/README_fr.md b/README_fr.md index 46fcf80..f9571f3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,14 +28,14 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot ## Documentation * 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 #### Support multi-utilisateur -* L'authentification LDAP et HTTP est-elle prise en charge ? -* L'application peut-elle être utilisée par plusieurs utilisateurs ? +* L'authentification LDAP et HTTP est-elle prise en charge ? **Oui** +* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** #### Architectures supportées diff --git a/scripts/change_url b/scripts/change_url index 364c8bc..46650f3 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -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_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="__PATH__" --replace_string="$path_url" --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="$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="__APP__" --replace_string="$app" --target_file="$final_path/.env"