From abcce226ae5aef329227e47118b86b4466d4b159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 3 Sep 2023 19:19:09 +0200 Subject: [PATCH 1/5] Update miniflux.conf --- conf/miniflux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/miniflux.conf b/conf/miniflux.conf index 31c3714..64a60bc 100644 --- a/conf/miniflux.conf +++ b/conf/miniflux.conf @@ -4,4 +4,5 @@ DATABASE_URL=postgres://__DB_USER__:__DB_PWD__@localhost/__DB_NAME__?sslmode=dis RUN_MIGRATIONS=1 CREATE_ADMIN=1 ADMIN_USERNAME=__ADMIN__ -ADMIN_PASSWORD=__PASSWORD__ \ No newline at end of file +ADMIN_PASSWORD=__PASSWORD__ +BATCH_SIZE=200 \ No newline at end of file From 631b1d0b98c9b1a58bbca940825340225d218880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 3 Sep 2023 19:20:00 +0200 Subject: [PATCH 2/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 6151c3b..22bfbe8 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.47~ynh1" +version = "2.0.47~ynh2" maintainers = ["eric_G"] From a5708e0b9f071aed1c8d3fa454b6d4080711f298 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 3 Sep 2023 17:20:05 +0000 Subject: [PATCH 3/5] 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 a52e612..677c575 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.47~ynh1 +**Shipped version:** 2.0.47~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index ab9042f..2b7bb55 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.47~ynh1 +**Version incluse :** 2.0.47~ynh2 ## Captures d’écran From 3f8df0d5146fb2fbb004ee8c8198d9bd9e1103e1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 16 Sep 2023 06:16:34 +0200 Subject: [PATCH 4/5] Upgrade to v2.0.48 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 22bfbe8..4a315e7 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.47~ynh2" +version = "2.0.48~ynh2" maintainers = ["eric_G"] @@ -53,12 +53,12 @@ ram.runtime = "50M" extract = false rename = "miniflux" - arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-linux-arm64" - arm64.sha256 = "e7e0b87be241f9e9368c76658a62b7551d7fbbddc8746abb80ce7aea57e3640b" - amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-linux-amd64" - amd64.sha256 = "d4e87d77ecddd4dfd8889292805a955b48d35c0a431dfa26190a09ace558a0d0" - armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-linux-armv7" - armhf.sha256 = "ec0fe64ba421ec0c65c513c1026df15b3346ea364bcd8fc249db312fc3c317cb" + arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-arm64" + arm64.sha256 = "5dc44544fb7b08ed389d05841a53563f35442b5b5515bc4a97e9a9a782ecad1b" + amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-amd64" + amd64.sha256 = "c9bd207ac53046961f114d8cecb9fdf6af98b0aa1f828ba045463f58807edc1f" + armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-armv7" + armhf.sha256 = "048333a71e2cdc61c4163acf904e5b7d2415553f6dfcb7622b14eddf6da6c4c2" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^miniflux-linux-amd64$" autoupdate.asset.arm64 = "^miniflux-linux-arm64$" From 986f727e0ced1c7b2f0d4915afcb72a3924ebd12 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 16 Sep 2023 04:16:37 +0000 Subject: [PATCH 5/5] 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 677c575..6a7d5d4 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.47~ynh2 +**Shipped version:** 2.0.48~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2b7bb55..1fe6189 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.47~ynh2 +**Version incluse :** 2.0.48~ynh2 ## Captures d’écran