From 3493592229437232e5880463ba372b4b7c6ce161 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:22:17 +0000 Subject: [PATCH 1/3] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 305f9a9..c50ed7b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) * 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 99b29d4..d415ca0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,6 +31,7 @@ C'est pourquoi [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_y * 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 4dbd9be48b9991f6e13d56bb201184e68462f35e Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 1 Jan 2024 15:13:56 +0100 Subject: [PATCH 2/3] Add fund link in manifest --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 07fba6d..1081e09 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,6 +14,7 @@ license = "AGPL-3.0-or-later" website = "https://maunium.net/go/mautrix-whatsapp/" code = "https://github.com/mautrix/whatsapp" admindoc = "https://docs.mau.fi/bridges/go/whatsapp/index.html" +fund = "https://github.com/sponsors/tulir" [integration] yunohost = ">= 11.2" @@ -23,7 +24,7 @@ ldap = false sso = false disk = "100M" ram.build = "256M" -ram.runtime = "1024M" +ram.runtime = "2" [install] From d0e5f1eec665e0ebcc1a7e23f177ebf7143e3fed Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 15 Jan 2024 11:20:59 +0100 Subject: [PATCH 3/3] Revert change made by mistake --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1081e09..d229f2a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -24,7 +24,7 @@ ldap = false sso = false disk = "100M" ram.build = "256M" -ram.runtime = "2" +ram.runtime = "1024M" [install]