From 0ed7977d610ef646ffd85401fa3b8bff42d1ac4e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 26 Oct 2023 16:03:56 +0000 Subject: [PATCH 1/4] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e0cf63f..5c6637b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 1c08691..b9221a4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,6 +35,7 @@ Dendrite est un serveur domestique Matrix de deuxième génération écrit en Go * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From e1bbca9ff19d0ef840f357a27bca8138312cd388 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 12 Dec 2023 17:15:41 +0100 Subject: [PATCH 2/4] Upgrade to v0.13.5 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 48df793..0ba4a43 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Dendrite" description.en = "Matrix homeserver of second generation" description.fr = "Serveur Matrix de seconde génération" -version = "0.13.4~ynh1" +version = "0.13.5~ynh1" maintainers = ["tituspijean"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.4.tar.gz" - sha256 = "1c6c17b3f2e0e7eb40491fc7b73408b7cbd05d008966f0afe4f61a111582600f" + url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.5.tar.gz" + sha256 = "e2098d635a83d8ae7834b21177fc056fa3186feaed564e55a590f64eb3c656f0" autoupdate.strategy = "latest_github_tag" [resources.ports] From 507ec8911bf30cffdf2b4e1bc91d24108548add7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 12 Dec 2023 16:15:47 +0000 Subject: [PATCH 3/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c6637b..f354e4e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p - Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. -**Shipped version:** 0.13.4~ynh1 +**Shipped version:** 0.13.5~ynh1 ## :red_circle: Antifeatures - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. diff --git a/README_fr.md b/README_fr.md index b9221a4..95d6a79 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Dendrite est un serveur domestique Matrix de deuxième génération écrit en Go - Évolutif : peut fonctionner sur plusieurs machines et éventuellement évoluer vers des déploiements massifs de serveurs domestiques. -**Version incluse :** 0.13.4~ynh1 +**Version incluse :** 0.13.5~ynh1 ## :red_circle: Fonctions indésirables - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. From 6ef59e319850949e8a2553d7a18169e602a0ef81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:17:41 +0100 Subject: [PATCH 4/4] Update manifest.toml --- manifest.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 48df793..34b0880 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,8 +19,11 @@ code = "https://github.com/matrix-org/dendrite" yunohost = ">= 11.2" architectures = "all" multi_instance = false + ldap = "not_relevant" + sso = "not_relevant" + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -53,8 +56,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.4.tar.gz" - sha256 = "1c6c17b3f2e0e7eb40491fc7b73408b7cbd05d008966f0afe4f61a111582600f" + url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.5.tar.gz" + sha256 = "e2098d635a83d8ae7834b21177fc056fa3186feaed564e55a590f64eb3c656f0" autoupdate.strategy = "latest_github_tag" [resources.ports]