1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00
This commit is contained in:
Éric Gaspar 2023-08-11 12:26:54 +02:00
parent 5126414b8c
commit 2693dbc10f
4 changed files with 7 additions and 12 deletions

View file

@ -1 +1 @@
Conduit is a simple, fast and reliable chat server powered by Matrix
Conduit is a simple, fast and reliable chat server powered by Matrix.

View file

@ -1 +1 @@
Conduit is a simple, fast and reliable chat server powered by Matrix
Conduit est un serveur de chat simple, rapide et fiable alimenté par Matrix

View file

@ -19,16 +19,6 @@ ynh_restore_file --origin_path="$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# RESTORE THE DATA DIRECTORY
#=================================================
ynh_script_progression --message="Restoring the data directory..." --weight=1
ynh_restore_file --origin_path="$data_dir" --not_mandatory
# (Same as for install dir)
chown -R $app:www-data "$data_dir"
#=================================================
# RESTORE SYSTEM CONFIGURATIONS
#=================================================

View file

@ -2,4 +2,9 @@ test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
args.server_name = "domain.tld"