1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00

Merge pull request #29 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-05-22 17:04:35 +02:00 committed by GitHub
commit 53b0bdf3f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 18 additions and 22 deletions

View file

@ -1,7 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
- [Lee el README en español](README_es.md)
- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Shipped version:** 5.0.4~ynh1
**Shipped version:** 5.0.5~ynh1
## Screenshots

View file

@ -18,7 +18,7 @@ No se debe editar a mano.
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Versión actual:** 5.0.4~ynh1
**Versión actual:** 5.0.5~ynh1
## Capturas

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Paketatutako bertsioa:** 5.0.4~ynh1
**Paketatutako bertsioa:** 5.0.5~ynh1
## Pantaila-argazkiak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
ownCloud Infinite Scale (oCIS) est la nouvelle plateforme de synchronisation et de partage de fichiers qui constituera la base de votre plateforme de gestion de données.
**Version incluse:** 5.0.4~ynh1
**Version incluse:** 5.0.5~ynh1
## Captures décran

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Versión proporcionada:** 5.0.4~ynh1
**Versión proporcionada:** 5.0.5~ynh1
## Capturas de pantalla

View file

@ -18,7 +18,7 @@
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**分发版本:** 5.0.4~ynh1
**分发版本:** 5.0.5~ynh1
## 截图

View file

@ -1 +1 @@
Please note, this package is only intended to test ownCloud Infinite Scale. It should not be used for production.
Please note, this package is only intended to test ownCloud Infinite Scale. It should not be used for production for now.

View file

@ -5,7 +5,7 @@ name = "ownCloud"
description.en = "Online storage, file sharing platform"
description.fr = "Stockage en ligne, plateforme de partage de fichiers"
version = "5.0.4~ynh1"
version = "5.0.5~ynh1"
maintainers = ["eric_G"]
@ -50,14 +50,14 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
amd64.url = "https://github.com/owncloud/ocis/releases/download/v5.0.4/ocis-5.0.4-linux-amd64"
amd64.sha256 = "53f8ba0fecd0e2f83d62c3a6447ead9de36db211a6ea323618fab6979251181d"
arm64.url = "https://github.com/owncloud/ocis/releases/download/v5.0.4/ocis-5.0.4-linux-arm64"
arm64.sha256 = "d11ed4d731c0ea0bec98760d152aea940053eb5fed04ac4b035385c31343ff6e"
armhf.url = "https://github.com/owncloud/ocis/releases/download/v5.0.4/ocis-5.0.4-linux-arm"
armhf.sha256 = "8cc8d90ffc54ee09c53ce7b9c66f1029fd9535ea79a022e75be5668ec9732771"
i386.url = "https://github.com/owncloud/ocis/releases/download/v5.0.4/ocis-5.0.4-linux-386"
i386.sha256 = "938ae33b367b088c141db2c78ed4d0071a4c63e29af4e17cdd81bed20657d96d"
amd64.url = "https://github.com/owncloud/ocis/releases/download/v5.0.5/ocis-5.0.5-linux-amd64"
amd64.sha256 = "600221b47bff70ee32169916a1134c7fab78fa27ccb463d3718bbce1932f7c3e"
arm64.url = "https://github.com/owncloud/ocis/releases/download/v5.0.5/ocis-5.0.5-linux-arm64"
arm64.sha256 = "39db53f4d3a187416493ef020e273435659b19f964dc572e281eb43b27095391"
armhf.url = "https://github.com/owncloud/ocis/releases/download/v5.0.5/ocis-5.0.5-linux-arm"
armhf.sha256 = "7e832c67c36af90e65aadd976420ef43efec14cf3fd7facf7e8833b32ad01eab"
i386.url = "https://github.com/owncloud/ocis/releases/download/v5.0.5/ocis-5.0.5-linux-386"
i386.sha256 = "e3212083455ef2d8cd9f6c1e1fd77dd6d7d1694d53139ebd56f64bc73bb35ecc"
in_subdir = false
rename = "ocis"

View file

@ -28,15 +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"
#=================================================
# BACKUP SYSTEMD
#=================================================
ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================