From ad02f0e3ebde7554c994754b6c38c8fa62043460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 10 Aug 2023 07:54:58 +0200 Subject: [PATCH 1/7] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 263b8c9..8551aca 100755 --- a/scripts/restore +++ b/scripts/restore @@ -59,7 +59,7 @@ yunohost service add $app --description="Machine Translation API" --log="/var/lo #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name="${app}" --action="start" +ynh_systemd_action --service_name="${app}" --action="start" #================================================= # GENERIC FINALIZATION From 72add06737adf5560d9bc032cd1b1beb948571d9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Aug 2023 12:16:32 +0200 Subject: [PATCH 2/7] Update manifest.toml --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cc5f66f..f9edcb9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -29,7 +29,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] type = "group" From 9f3b945f49d3225bc6818d1ae63978e875a4c378 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:15:23 +0200 Subject: [PATCH 3/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cc5f66f..2abc881 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "LibreTranslate" description.en = "Open Source Machine Translation API" description.fr = "API de traduction automatique Open Source" -version = "1.3.11~ynh2" +version = "1.3.12~ynh2" maintainers = [""] From 6a830bead05bfdec91291393e5f7688527117292 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:16:50 +0200 Subject: [PATCH 4/7] Upgrade to 1.3.12 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b0da2b7..5932421 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -libretranslate_version="1.3.11" +libretranslate_version="1.3.12" #================================================= # PERSONAL HELPERS From cea0772c94ff4117c4a71993f8c3a9b81f3104e7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 3 Oct 2023 18:14:40 +0000 Subject: [PATCH 5/7] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1489e90..1d10a1f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. -**Shipped version:** 1.3.11~ynh2 +**Shipped version:** 1.3.12~ynh2 **Demo:** https://libretranslate.com/ @@ -32,7 +32,6 @@ Free and Open Source Machine Translation API, entirely self-hosted. Unlike other * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 2f27b9f..c1952d8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. -**Version incluse :** 1.3.11~ynh2 +**Version incluse :** 1.3.12~ynh2 **Démo :** https://libretranslate.com/ @@ -32,7 +32,6 @@ Free and Open Source Machine Translation API, entirely self-hosted. Unlike other * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs From 56a413ca7573500e8f7d87da66a89a49ad7b582f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:09:04 +0200 Subject: [PATCH 6/7] Reset packaging version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 63b7c13..b8ed383 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "LibreTranslate" description.en = "Open Source Machine Translation API" description.fr = "API de traduction automatique Open Source" -version = "1.3.12~ynh2" +version = "1.3.12~ynh1" maintainers = [""] From 63394b9d45745bcd603856d50bc958aa4b5bf534 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 3 Oct 2023 19:09:10 +0000 Subject: [PATCH 7/7] 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 1d10a1f..cf33cdb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. -**Shipped version:** 1.3.12~ynh2 +**Shipped version:** 1.3.12~ynh1 **Demo:** https://libretranslate.com/ diff --git a/README_fr.md b/README_fr.md index c1952d8..ce0ca12 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. -**Version incluse :** 1.3.12~ynh2 +**Version incluse :** 1.3.12~ynh1 **Démo :** https://libretranslate.com/