mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
Cleanup
This commit is contained in:
parent
2e2055438f
commit
c5abf15d87
5 changed files with 5 additions and 11 deletions
|
@ -27,7 +27,7 @@ File sharing platform
|
|||
## Documentation and resources
|
||||
|
||||
* 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>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/pydio>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/pydio_ynh/issues>
|
||||
|
|
|
@ -27,7 +27,7 @@ Plateforme de partage de fichiers
|
|||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://pydio.com>
|
||||
* Documentation officielle de l’admin : <https://pydio.com/en/docs/>
|
||||
* Documentation officielle de l’admin : <https://pydio.com/en/docs>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/pydio/cells>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/pydio>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/pydio_ynh/issues>
|
||||
|
|
|
@ -19,4 +19,4 @@ dbtcpname: __DB_NAME__
|
|||
dbtcpuser: __DB_USER__
|
||||
dbtcppassword: __DB_PWD__
|
||||
|
||||
dsfolder: __DATA_DIR__
|
||||
dsfolder: __DATA_DIR__
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue