diff --git a/README.md b/README.md index b067987..4c9336e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ File sharing platform ## Documentation and resources * Official app website: -* Official admin documentation: +* Official admin documentation: * Upstream app code repository: * YunoHost Store: * Report a bug: diff --git a/README_fr.md b/README_fr.md index bb77681..84fcf4d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Plateforme de partage de fichiers ## Documentations et ressources * Site officiel de l’app : -* Documentation officielle de l’admin : +* Documentation officielle de l’admin : * Dépôt de code officiel de l’app : * YunoHost Store: * Signaler un bug : diff --git a/conf/install-conf.yml b/conf/install-conf.yml index 76f0403..8c030ab 100644 --- a/conf/install-conf.yml +++ b/conf/install-conf.yml @@ -19,4 +19,4 @@ dbtcpname: __DB_NAME__ dbtcpuser: __DB_USER__ dbtcppassword: __DB_PWD__ -dsfolder: __DATA_DIR__ \ No newline at end of file +dsfolder: __DATA_DIR__ diff --git a/manifest.toml b/manifest.toml index 19a0390..60b77de 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,7 +14,7 @@ maintainers = ["julienmalik"] [upstream] license = "AGPL-3.0-or-later" website = "https://pydio.com" -admindoc = "https://pydio.com/en/docs/" +admindoc = "https://pydio.com/en/docs" code = "https://github.com/pydio/cells" cpe = "cpe:2.3:a:pydio:cells" fund = "https://pydio.com/en/pricing" diff --git a/scripts/backup b/scripts/backup index 6c13dbb..ea3891d 100644 --- a/scripts/backup +++ b/scripts/backup @@ -28,17 +28,11 @@ ynh_backup --src_path="$install_dir" ynh_backup --src_path="$data_dir" --is_big #================================================= -# BACKUP THE NGINX CONFIGURATION +# SYSTEM CONFIGURATION #================================================= ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" -#================================================= -# SPECIFIC BACKUP -#================================================= -# BACKUP SYSTEMD -#================================================= - ynh_backup --src_path="/etc/systemd/system/$app.service" #=================================================