From 6cce25ebeb1caae568ac70eeda787b44fd41efce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:02:11 +0100 Subject: [PATCH 1/6] Update ADMIN.md --- doc/ADMIN.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index b2f4cf5..407ee5a 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,3 +1 @@ -## Configuration - You can also configure Miniflux by editing this file `__INSTALL_DIR__/miniflux.conf` using the [documentation](https://miniflux.app/docs/configuration.html). \ No newline at end of file From 5afa0e0907e05a708a60c0c18fbd216040628d5a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 12 Nov 2023 20:02:16 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e828e47..5a8d879 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Minimalist and opinionated RSS feed reader * 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 adaf0f2..47fac94 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,6 +29,7 @@ Minimalist and opinionated RSS feed reader * 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 924282e0fa6624d42b668090b37c69a95f8c7719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:04:52 +0100 Subject: [PATCH 3/6] Update manifest.toml --- manifest.toml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8ebaffe..3fadc24 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Miniflux" description.en = "Minimalist and opinionated RSS feed reader" description.fr = "Agrégateur de flux RSS minimaliste" -version = "2.0.49~ynh1" +version = "2.0.50~ynh1" maintainers = ["eric_G"] @@ -19,8 +19,11 @@ code = "https://github.com/miniflux/v2" yunohost = ">= 11.2" architectures = ["amd64", "armhf", "arm64"] multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -53,12 +56,12 @@ ram.runtime = "50M" extract = false rename = "miniflux" - arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-arm64" - arm64.sha256 = "6dcfd11a5c9ce615add3b89594c19a7b965465e4bbd3759f60673e489dc45cbe" - amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-amd64" - amd64.sha256 = "1535c7fc4a3e5a89df6959dc0750e22f89a038037eee2ba377fcc2b69ee82e17" - armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-armv7" - armhf.sha256 = "be7092cfc751d22cfc18e1e567cb59ae213770acf46fe7b992fa64306d5b6666" + arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-arm64" + arm64.sha256 = "82d39a6e3664f4463e97031bfbe1c8ac8b3f0fbf052c7a760b545437a38d64bd" + amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-amd64" + amd64.sha256 = "4a4de706237500c11226e629ac9f3c8b5200a88d07d48cf85bac72b232f07f66" + armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-armv7" + armhf.sha256 = "61b11efe9fbb85449ec158b904383e746cda0fb82947a324e0c3a285e78f393f" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^miniflux-linux-amd64$" autoupdate.asset.arm64 = "^miniflux-linux-arm64$" From 8be9d7c11360c4adbc6604d2170fb6151d0ea042 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 12 Nov 2023 20:04:56 +0000 Subject: [PATCH 4/6] 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 5a8d879..ef01863 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Minimalist and opinionated RSS feed reader -**Shipped version:** 2.0.49~ynh1 +**Shipped version:** 2.0.50~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 47fac94..2f6dd86 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Minimalist and opinionated RSS feed reader -**Version incluse :** 2.0.49~ynh1 +**Version incluse :** 2.0.50~ynh1 ## Captures d’écran From 3de6c11423dc631e5f2863ea4ee359e9b11d877b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:13:48 +0100 Subject: [PATCH 5/6] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ca41ffc..931dc5c 100644 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Listening on" #================================================= # END OF SCRIPT From 71c27455ac7952f35293d07e03dde91c5a083bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:23:47 +0100 Subject: [PATCH 6/6] cleaning --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 931dc5c..56026c0 100644 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Listening on" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #================================================= # END OF SCRIPT diff --git a/scripts/restore b/scripts/restore index 3b4207e..7a394a4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -48,7 +48,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 5306ed9..0063390 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #================================================= # END OF SCRIPT