This commit is contained in:
Salamandar 2024-01-28 17:25:21 +01:00
parent 2e2055438f
commit c5abf15d87
5 changed files with 5 additions and 11 deletions

View file

@ -27,7 +27,7 @@ File sharing platform
## Documentation and resources ## Documentation and resources
* Official app website: <https://pydio.com> * Official app website: <https://pydio.com>
* Official admin documentation: <https://pydio.com/en/docs/> * Official admin documentation: <https://pydio.com/en/docs>
* Upstream app code repository: <https://github.com/pydio/cells> * Upstream app code repository: <https://github.com/pydio/cells>
* YunoHost Store: <https://apps.yunohost.org/app/pydio> * YunoHost Store: <https://apps.yunohost.org/app/pydio>
* Report a bug: <https://github.com/YunoHost-Apps/pydio_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/pydio_ynh/issues>

View file

@ -27,7 +27,7 @@ Plateforme de partage de fichiers
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://pydio.com> * Site officiel de lapp : <https://pydio.com>
* Documentation officielle de ladmin : <https://pydio.com/en/docs/> * Documentation officielle de ladmin : <https://pydio.com/en/docs>
* Dépôt de code officiel de lapp : <https://github.com/pydio/cells> * Dépôt de code officiel de lapp : <https://github.com/pydio/cells>
* YunoHost Store: <https://apps.yunohost.org/app/pydio> * YunoHost Store: <https://apps.yunohost.org/app/pydio>
* Signaler un bug : <https://github.com/YunoHost-Apps/pydio_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/pydio_ynh/issues>

View file

@ -14,7 +14,7 @@ maintainers = ["julienmalik"]
[upstream] [upstream]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
website = "https://pydio.com" website = "https://pydio.com"
admindoc = "https://pydio.com/en/docs/" admindoc = "https://pydio.com/en/docs"
code = "https://github.com/pydio/cells" code = "https://github.com/pydio/cells"
cpe = "cpe:2.3:a:pydio:cells" cpe = "cpe:2.3:a:pydio:cells"
fund = "https://pydio.com/en/pricing" fund = "https://pydio.com/en/pricing"

View file

@ -28,17 +28,11 @@ ynh_backup --src_path="$install_dir"
ynh_backup --src_path="$data_dir" --is_big 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" 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" ynh_backup --src_path="/etc/systemd/system/$app.service"
#================================================= #=================================================