From 5da3136446d60ec92f029a0ccf0da646dc262f0d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 21 Apr 2024 03:39:42 +0200 Subject: [PATCH 1/3] Upgrade to v2024.04.20 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 586a6a6..dd48b64 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "ifconfig-io" description.en = "IP API service to get their public IP address" description.fr = "Service API IP pour obtenir leur adresse IP publique" -version = "2024.01.06~ynh1" +version = "2024.04.20~ynh1" maintainers = ["Fabian Wilkens"] @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/georgyo/ifconfig.io/archive/3233adac9a7ce721c1a0237788eb84237b0632b4.tar.gz" - sha256 = "4722bb0d360cc897b6b51c7f51e2651231deedcdb5c7982ca4fc2d5b0b6c26a7" + url = "https://github.com/georgyo/ifconfig.io/archive/6c13119b0b9cbf21143e4ca912dae26521dce8ae.tar.gz" + sha256 = "c61e36a3123c5fe48c0bd8c17b2a25f6af6f650ef4b5887df32096f4c5ce547e" autoupdate.strategy = "latest_github_commit" [resources.system_user] From a3a86cb3bb7d52e7649d34f405e9f5dd8726d8f1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 21 Jun 2024 08:37:49 +0000 Subject: [PATCH 2/3] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aca01ad..bed462c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**Shipped version:** 2024.01.06~ynh1 +**Shipped version:** 2024.04.20~ynh1 **Demo:** ## Documentation and resources diff --git a/README_es.md b/README_es.md index d85d885..f69a17c 100644 --- a/README_es.md +++ b/README_es.md @@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**Versión actual:** 2024.01.06~ynh1 +**Versión actual:** 2024.04.20~ynh1 **Demo:** ## Documentaciones y recursos diff --git a/README_eu.md b/README_eu.md index b322aa4..b533d7a 100644 --- a/README_eu.md +++ b/README_eu.md @@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**Paketatutako bertsioa:** 2024.01.06~ynh1 +**Paketatutako bertsioa:** 2024.04.20~ynh1 **Demoa:** ## Dokumentazioa eta baliabideak diff --git a/README_fr.md b/README_fr.md index 56be22e..adb1db6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**Version incluse :** 2024.01.06~ynh1 +**Version incluse :** 2024.04.20~ynh1 **Démo :** ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index 614ecab..7a734d4 100644 --- a/README_gl.md +++ b/README_gl.md @@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**Versión proporcionada:** 2024.01.06~ynh1 +**Versión proporcionada:** 2024.04.20~ynh1 **Demo:** ## Documentación e recursos diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 07d721c..93d997f 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -23,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**分发版本:** 2024.01.06~ynh1 +**分发版本:** 2024.04.20~ynh1 **演示:** ## 文档与资源 From 47c908f8ddcea220a71acf75cf9882e8a1edf042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 21 Jun 2024 14:27:56 +0200 Subject: [PATCH 3/3] Do not remove logs on app removal --- scripts/remove | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index b44ac4f..cf30a22 100755 --- a/scripts/remove +++ b/scripts/remove @@ -22,8 +22,6 @@ ynh_remove_nginx_config ynh_remove_go -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================