1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Merge branch 'testing' into v2_PostgreSQL

This commit is contained in:
Éric Gaspar 2024-06-25 15:37:56 +02:00
commit 7e51d535cb
8 changed files with 9 additions and 12 deletions

View file

@ -29,7 +29,7 @@ In addition to Nextcloud core features, the following are made available with th
* Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal * Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal
**Shipped version:** 29.0.2~ynh2 **Shipped version:** 29.0.3~ynh1
**Demo:** <https://demo.nextcloud.com/> **Demo:** <https://demo.nextcloud.com/>

View file

@ -29,7 +29,7 @@ In addition to Nextcloud core features, the following are made available with th
* Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal * Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal
**Versión actual:** 29.0.2~ynh2 **Versión actual:** 29.0.3~ynh1
**Demo:** <https://demo.nextcloud.com/> **Demo:** <https://demo.nextcloud.com/>

View file

@ -29,7 +29,7 @@ In addition to Nextcloud core features, the following are made available with th
* Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal * Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal
**Paketatutako bertsioa:** 29.0.2~ynh2 **Paketatutako bertsioa:** 29.0.3~ynh1
**Demoa:** <https://demo.nextcloud.com/> **Demoa:** <https://demo.nextcloud.com/>

View file

@ -29,7 +29,7 @@ En plus des fonctionnalités principales de Nextcloud, les fonctionnalités suiv
* Utilise l'adresse `/.well-known` pour la synchronisation CalDAV et CardDAV du domaine si aucun autre service ne l'utilise déjà - par exemple, Baïkal * Utilise l'adresse `/.well-known` pour la synchronisation CalDAV et CardDAV du domaine si aucun autre service ne l'utilise déjà - par exemple, Baïkal
**Version incluse:** 29.0.2~ynh2 **Version incluse:** 29.0.3~ynh1
**Démo:** <https://demo.nextcloud.com/> **Démo:** <https://demo.nextcloud.com/>

View file

@ -29,7 +29,7 @@ In addition to Nextcloud core features, the following are made available with th
* Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal * Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal
**Versión proporcionada:** 29.0.2~ynh2 **Versión proporcionada:** 29.0.3~ynh1
**Demo:** <https://demo.nextcloud.com/> **Demo:** <https://demo.nextcloud.com/>

View file

@ -29,7 +29,7 @@ In addition to Nextcloud core features, the following are made available with th
* Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal * Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal
**分发版本:** 29.0.2~ynh2 **分发版本:** 29.0.3~ynh1
**演示:** <https://demo.nextcloud.com/> **演示:** <https://demo.nextcloud.com/>

View file

@ -5,7 +5,7 @@ name = "Nextcloud"
description.en = "Online storage, file sharing platform and various other applications" description.en = "Online storage, file sharing platform and various other applications"
description.fr = "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" description.fr = "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
version = "29.0.2~ynh2" version = "29.0.3~ynh1"
maintainers = ["kay0u"] maintainers = ["kay0u"]
@ -66,8 +66,8 @@ ram.runtime = "512M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = 'https://download.nextcloud.com/server/releases/nextcloud-29.0.2.tar.bz2' url = 'https://download.nextcloud.com/server/releases/nextcloud-29.0.3.tar.bz2'
sha256 = '2d49d297dc340092021057823e8e78a312bc00f56de7d8677ac790590918ab17' sha256 = 'a5996e764c120927f8844d8f5b28c736b8e2f3280b120be13a2bd7731cdb7fd4'
[resources.sources.28] [resources.sources.28]
url = 'https://download.nextcloud.com/server/releases/nextcloud-28.0.0.tar.bz2' url = 'https://download.nextcloud.com/server/releases/nextcloud-28.0.0.tar.bz2'

View file

@ -16,9 +16,6 @@ ynh_remove_nginx_config
# Remove the dedicated PHP-FPM config # Remove the dedicated PHP-FPM config
ynh_remove_fpm_config ynh_remove_fpm_config
# remove logs
ynh_secure_remove --file="/var/log/$app"
# Remove the app-specific logrotate config # Remove the app-specific logrotate config
ynh_remove_logrotate ynh_remove_logrotate