From 50873a49d55d66c9d3704e7ba4d2b98cff548ef0 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 11 Jun 2023 15:56:05 +0200 Subject: [PATCH 01/33] Typo --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6b2beda..bf52728 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ }, "license": "MIT", "maintainer": { - "name": "lapineige" + "name": "Lapineige" }, "requirements": { "yunohost": ">= 11.0" From 7478908daf53aea02009df6fdbf1bd3410e4ecbb Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 22 Jun 2023 14:35:35 +0200 Subject: [PATCH 02/33] v2.6.1 --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index c3e8f1e..0fbee5c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.5.4/wallabag-2.5.4.tar.gz" - sha256 = "c953105e3181f18bf592541a1c46c318c6663ad00d4687052676b02a7d74c618" + url = "https://github.com/wallabag/wallabag/archive/refs/tags/2.6.1.tar.gz" + sha256 = "d1316325a32184fe46d0b9b4ef54cac974275ae51c9041f95dce9f722f84dc18" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 2e7d862b523dbdab513e66d018029f6dba53c098 Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 22 Jun 2023 15:02:56 +0200 Subject: [PATCH 03/33] Fix v2.6.1 link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nicolas Lœuillet --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 0fbee5c..a332c97 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,7 +39,7 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/archive/refs/tags/2.6.1.tar.gz" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.1/wallabag-2.6.1.tar.gz" sha256 = "d1316325a32184fe46d0b9b4ef54cac974275ae51c9041f95dce9f722f84dc18" autoupdate.strategy = "latest_github_tag" From 5120cfef58e179dc98ca8d88e9ca05576fd4a02f Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 22 Jun 2023 15:13:08 +0200 Subject: [PATCH 04/33] Bump version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a332c97..c41ad6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wallabag" description.en = "Self hostable read-it-later app" description.fr = "Application de lecture-plus-tard auto-hébergeable" -version = "2.5.4~ynh5" +version = "2.6.1~ynh1" maintainers = ["lapineige"] From 0a2f9f631e8ddf5e57b1fd79385765a9272ba127 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Jun 2023 13:13:11 +0000 Subject: [PATCH 05/33] 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 83142b6..c44e941 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Wallabag is a self hostable Read-It-Later application allowing you to not miss a It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo). -**Shipped version:** 2.5.4~ynh5 +**Shipped version:** 2.6.1~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index 4fd9bf4..4161210 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Wallabag est une application de lecture différée : elle permet simplement d Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome/Opera), des applications pour mobile (Android/iOS/Windows Phone) et même sur liseuse (PocketBook/Kobo). -**Version incluse :** 2.5.4~ynh5 +**Version incluse :** 2.6.1~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ From 96b1c89acc43ff56f3cd5dd2a006493e13bcf97d Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 22 Jun 2023 15:26:15 +0200 Subject: [PATCH 06/33] fix sha256sum --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c41ad6d..ec1f415 100644 --- a/manifest.toml +++ b/manifest.toml @@ -40,7 +40,7 @@ ram.runtime = "50M" [resources] [resources.sources.main] url = "https://github.com/wallabag/wallabag/releases/download/2.6.1/wallabag-2.6.1.tar.gz" - sha256 = "d1316325a32184fe46d0b9b4ef54cac974275ae51c9041f95dce9f722f84dc18" + sha256 = "7efb39adfa9ac0393817d96ae4432ed420d501aaba7b4116138fca2a40593ced" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 180b89d4d4b88b6746491330ab969fd41191ada6 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 23 Jun 2023 21:10:19 +0200 Subject: [PATCH 07/33] Adjust mailer config for v2.6.1 --- conf/parameters.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/conf/parameters.yml b/conf/parameters.yml index 5cc47fb..3f4cc6e 100644 --- a/conf/parameters.yml +++ b/conf/parameters.yml @@ -26,13 +26,7 @@ parameters: domain_name: https://__DOMAIN____PATH__ server_name: "Your wallabag instance" - mailer_transport: smtp - mailer_user: ~ - mailer_password: ~ - mailer_host: 127.0.0.1 - mailer_port: false - mailer_encryption: ~ - mailer_auth_mode: ~ + mailer_dns: smtp://~:~@127.0.0.1 locale: en From 220236f5cf05eaddda3916a31b67f22ff057ce3f Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 23 Jun 2023 21:45:20 +0200 Subject: [PATCH 08/33] fix syntax --- conf/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/parameters.yml b/conf/parameters.yml index 3f4cc6e..fadbf9b 100644 --- a/conf/parameters.yml +++ b/conf/parameters.yml @@ -26,7 +26,7 @@ parameters: domain_name: https://__DOMAIN____PATH__ server_name: "Your wallabag instance" - mailer_dns: smtp://~:~@127.0.0.1 + mailer_dsn: smtp://~:~@127.0.0.1 locale: en From e9459b2bc46728427bda81e2043f3b4116771e2d Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 25 Jun 2023 12:48:18 +0200 Subject: [PATCH 09/33] Fix 2.5.4 install link (#173) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Testing : v2.5.4 + add auto-updater + add logrotate (#164) (#167) * Apply last example_ynh (#117) * Apply last example_ynh * Cleanup backup * Create DISCLAIMER.md * Create DISCLAIMER_fr.md * Auto-update README * Add files via upload * Fix heading size * Auto-update README * Fix heading size * Auto-update README * Fix charset * Auto-update README * Update check_process * 2.4.3 (#125) * Upgrade to 2.4.2~ynh1 * Fix craue_config_setting * Upgrade to 2.4.3~ynh1 * Upgrade to 2.4.3~ynh1 * Auto-update README Co-authored-by: Yunohost-Bot <> * Specify PHP version in every calls (#132) * Specify PHP version in every calls * Switch (back) to php7.4 * Add PHP-xml dependency for DOM extension * Auto-update README * Fix php version reference (#136) * Auto-update README * Use YNH_PHP_VERSION * Proper YNH_PHP_VERSION syntax * Proper YNH_PHP_VERSION syntax : typo * YNH_PHP_VERSION: fix missing change * Fix phpversion → YNH_PHP_VERSION * Upgrade to 2.5 (#134) * Upgrade to 2.5 * Auto-update README * Upgrade to 2.5 * Merge master (2.4.3/php7.4) into testing (2.5) (#137) * Testing (#124) * Apply last example_ynh (#117) * Apply last example_ynh * Cleanup backup * Create DISCLAIMER.md * Create DISCLAIMER_fr.md * Auto-update README * Add files via upload * Fix heading size * Auto-update README * Fix heading size * Auto-update README * Fix charset * Auto-update README * Update check_process Co-authored-by: Yunohost-Bot <> * Testing: update to 2.4.3 (#128) * Apply last example_ynh (#117) * Apply last example_ynh * Cleanup backup * Create DISCLAIMER.md * Create DISCLAIMER_fr.md * Auto-update README * Add files via upload * Fix heading size * Auto-update README * Fix heading size * Auto-update README * Fix charset * Auto-update README * Update check_process * 2.4.3 (#125) * Upgrade to 2.4.2~ynh1 * Fix craue_config_setting * Upgrade to 2.4.3~ynh1 * Upgrade to 2.4.3~ynh1 * Auto-update README Co-authored-by: Yunohost-Bot <> * Specify PHP version in every calls (#132) * Specify PHP version in every calls * Switch (back) to php7.4 * Add PHP-xml dependency for DOM extension * Auto-update README * Fix php version reference (#136) * Auto-update README * Use YNH_PHP_VERSION * Proper YNH_PHP_VERSION syntax * Proper YNH_PHP_VERSION syntax : typo * YNH_PHP_VERSION: fix missing change * Fix phpversion → YNH_PHP_VERSION Co-authored-by: Yunohost-Bot <> * 2.5 (#138) * Upgrade to 2.5 * Auto-update README * Upgrade to 2.5 * Auto-update README * Fix PHP dependencies (#142) * Switch version to 2.5.0~ynh2 * Auto-update README * 2.5.1 (#146) * v2.5.1 * Auto-update README * v2.5.1 * fix version number * Auto-update README * fix php7.4-redis conflicting with php-redis (#145) * Auto-update README * Typo in version number (2.5.1, not 2.5.2) * Auto-update README * Setup logrotate (#144) * Setup logrotate * Setup logrotate * Setup logrotate * Setup logrotate * Setup logrotate * bum version number * Auto-update README * Auto-update README * Specify PHP version for Redis (#155) * Specify PHP version for Redis Now available in Bullseye * Auto-update README * Bump requirement to YNH11 for php${version}-redis * Auto-update README * 2.5.2 (#158) * 2.5.2 * Auto-update README * v2.5.2 * Auto-update README * Add auto-updater (#126) * 2.5.4 (#163) * Wallabag 2.5.4 --------- * v2.5.4 updated * Auto-update README --------- Co-authored-by: Yunohost-Bot <> Co-authored-by: yalh76 Co-authored-by: tituspijean Co-authored-by: yunohost-bot Co-authored-by: JimboJoe * fix 2.5.4 install link --------- Co-authored-by: yalh76 Co-authored-by: tituspijean Co-authored-by: yunohost-bot Co-authored-by: JimboJoe Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 7387187..1ee9801 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://static.wallabag.org/releases/wallabag-release-2.5.4.tar.gz +SOURCE_URL=https://github.com/wallabag/wallabag/releases/download/2.5.4/wallabag-2.5.4.tar.gz SOURCE_SUM=c953105e3181f18bf592541a1c46c318c6663ad00d4687052676b02a7d74c618 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz From 3410e7334a006e2e250d38855ed6a60b0d6f7328 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 24 Jul 2023 14:18:36 +0200 Subject: [PATCH 10/33] 2.6.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index ac0cda5..91a25bf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wallabag" description.en = "Self hostable read-it-later app" description.fr = "Application de lecture-plus-tard auto-hébergeable" -version = "2.6.1~ynh1" +version = "2.6.2~ynh1" maintainers = ["lapineige"] @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.1/wallabag-2.6.1.tar.gz" - sha256 = "7efb39adfa9ac0393817d96ae4432ed420d501aaba7b4116138fca2a40593ced" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.2/wallabag-2.6.2.tar.gz" + sha256 = "fe7b573cc90bdf4a984decf74aeeb7fc387720544e5f1773d0ff97cd2768ce6c" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 490a85369fa239fabc5dfeeb508db469b7d45da5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 24 Jul 2023 12:18:40 +0000 Subject: [PATCH 11/33] 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 c44e941..c1bcf37 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Wallabag is a self hostable Read-It-Later application allowing you to not miss a It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo). -**Shipped version:** 2.6.1~ynh1 +**Shipped version:** 2.6.2~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index 4161210..b7ded18 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Wallabag est une application de lecture différée : elle permet simplement d Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome/Opera), des applications pour mobile (Android/iOS/Windows Phone) et même sur liseuse (PocketBook/Kobo). -**Version incluse :** 2.6.1~ynh1 +**Version incluse :** 2.6.2~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ From 77a86a9e0f2c06014de6d40b78283f6ff5dc4ac7 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 24 Jul 2023 14:20:55 +0200 Subject: [PATCH 12/33] Fix php8.2 dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 91a25bf..5fc82db 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,7 +51,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server php8.1-cli php8.1-mysql php8.1-gd php8.1-tidy php8.1-curl php8.1-gettext php8.1-redis php8.1-xml php8.1-mbstring php8.1-ldap php8.1-intl" + packages = "mariadb-server php8.2-cli php8.2-mysql php8.2-gd php8.2-tidy php8.2-curl php8.2-gettext php8.2-redis php8.2-xml php8.2-mbstring php8.2-ldap php8.2-intl" [resources.database] type = "mysql" From 4befcf4c74c16d28be5bcf5a735ba51ecb101843 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 26 Jul 2023 16:15:41 +0200 Subject: [PATCH 13/33] fix php version --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7ee9488..4e29baf 100644 --- a/scripts/install +++ b/scripts/install @@ -42,7 +42,7 @@ ynh_script_progression --message="Configuring wallabag..." --weight=25 ynh_add_config --template="../conf/parameters.yml" --destination="$install_dir/app/config/parameters.yml" # Alias for php-cli execution command -php_exec="ynh_exec_as $app php$YNH_PHP_VERSION "$install_dir/bin/console" --no-interaction --env=prod" +php_exec="ynh_exec_as $app php$phpversion "$install_dir/bin/console" --no-interaction --env=prod" # Set permissions to app files chown -R $app: $install_dir From 3a1afa7ffe63488025055aa438b1925b986e8f84 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 26 Jul 2023 16:16:30 +0200 Subject: [PATCH 14/33] fix php version --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 90c7791..09786c0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -74,7 +74,7 @@ then #================================================= # Alias for php-cli execution command - php_exec="ynh_exec_as $app php${YNH_PHP_VERSION} "$install_dir/bin/console" --no-interaction --env=prod" + php_exec="ynh_exec_as $app php$phpversion "$install_dir/bin/console" --no-interaction --env=prod" # Set permissions to app files chown -R $app: $install_dir From 4baed8bc18dc07176aa91793d8af482dbccffae5 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 26 Jul 2023 16:26:00 +0200 Subject: [PATCH 15/33] hide the warnings They have no critical implications --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4e29baf..6115c3e 100644 --- a/scripts/install +++ b/scripts/install @@ -48,7 +48,7 @@ php_exec="ynh_exec_as $app php$phpversion "$install_dir/bin/console" --no-intera chown -R $app: $install_dir # Install dependencies and Wallabag -$php_exec wallabag:install +ynh_warn_less $php_exec wallabag:install # Add users to Wallabag for username in $(ynh_user_list) From ce987d2048bd9240453dd3737dcb117761948c7a Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 26 Jul 2023 16:30:33 +0200 Subject: [PATCH 16/33] fix typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6115c3e..b9c8296 100644 --- a/scripts/install +++ b/scripts/install @@ -48,7 +48,7 @@ php_exec="ynh_exec_as $app php$phpversion "$install_dir/bin/console" --no-intera chown -R $app: $install_dir # Install dependencies and Wallabag -ynh_warn_less $php_exec wallabag:install +ynh_exec_warn_less $php_exec wallabag:install # Add users to Wallabag for username in $(ynh_user_list) From 8c02a0f339de4900d8860a0885261a05effb6582 Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 27 Jul 2023 16:53:19 +0200 Subject: [PATCH 17/33] fix spacing typo --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 09786c0..8390da9 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -24,7 +24,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=6 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep ="app/config/parameters.yml" + ynh_setup_source --dest_dir="$install_dir" --keep="app/config/parameters.yml" # Clear cache ynh_secure_remove --file="$install_dir/var/cache" From f0512c42b287e079d31908dfd54c21f40e88ebae Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 21 Aug 2023 18:26:00 +0200 Subject: [PATCH 18/33] 2.6.3 (#176) * update to 2.6.3 * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1bcf37..95ddae4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Wallabag is a self hostable Read-It-Later application allowing you to not miss a It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo). -**Shipped version:** 2.6.2~ynh1 +**Shipped version:** 2.6.3~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index b7ded18..7f51293 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Wallabag est une application de lecture différée : elle permet simplement d Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome/Opera), des applications pour mobile (Android/iOS/Windows Phone) et même sur liseuse (PocketBook/Kobo). -**Version incluse :** 2.6.2~ynh1 +**Version incluse :** 2.6.3~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ diff --git a/manifest.toml b/manifest.toml index 5fc82db..6b33895 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wallabag" description.en = "Self hostable read-it-later app" description.fr = "Application de lecture-plus-tard auto-hébergeable" -version = "2.6.2~ynh1" +version = "2.6.3~ynh1" maintainers = ["lapineige"] @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.2/wallabag-2.6.2.tar.gz" - sha256 = "fe7b573cc90bdf4a984decf74aeeb7fc387720544e5f1773d0ff97cd2768ce6c" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.3/wallabag-2.6.3.tar.gz" + sha256 = "3b9515d407639a130e996db45bd2186019d27f959f3b1b9e79c11fbdcf4a43ea" autoupdate.strategy = "latest_github_tag" [resources.system_user] From a516223a6f7a579dcc00976f52a369f5bc7ab4d9 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 22 Aug 2023 15:57:26 +0200 Subject: [PATCH 19/33] 2.6.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6b33895..fa757bb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wallabag" description.en = "Self hostable read-it-later app" description.fr = "Application de lecture-plus-tard auto-hébergeable" -version = "2.6.3~ynh1" +version = "2.6.4~ynh1" maintainers = ["lapineige"] @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.3/wallabag-2.6.3.tar.gz" - sha256 = "3b9515d407639a130e996db45bd2186019d27f959f3b1b9e79c11fbdcf4a43ea" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.4/wallabag-2.6.4.tar.gz" + sha256 = "f0209d3eec80621b54a62cf31068b93103fbc56d6c0b635c55defff4e9afc1f3" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 79a762243fac8ea5b2c7a29d3c86c293a48a1131 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 22 Aug 2023 13:57:29 +0000 Subject: [PATCH 20/33] 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 95ddae4..7823161 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Wallabag is a self hostable Read-It-Later application allowing you to not miss a It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo). -**Shipped version:** 2.6.3~ynh1 +**Shipped version:** 2.6.4~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index 7f51293..81b26fc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Wallabag est une application de lecture différée : elle permet simplement d Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome/Opera), des applications pour mobile (Android/iOS/Windows Phone) et même sur liseuse (PocketBook/Kobo). -**Version incluse :** 2.6.3~ynh1 +**Version incluse :** 2.6.4~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ From 071b12478ef5113d58f0cbcce3b23906a1b64ac4 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 28 Aug 2023 11:18:02 +0200 Subject: [PATCH 21/33] Version 2.6.5 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index fa757bb..e296f92 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wallabag" description.en = "Self hostable read-it-later app" description.fr = "Application de lecture-plus-tard auto-hébergeable" -version = "2.6.4~ynh1" +version = "2.6.5~ynh1" maintainers = ["lapineige"] @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.4/wallabag-2.6.4.tar.gz" - sha256 = "f0209d3eec80621b54a62cf31068b93103fbc56d6c0b635c55defff4e9afc1f3" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.5/wallabag-2.6.5.tar.gz" + sha256 = "4800a938c648901944f965e96654a11df5f3d4193d467ee72d5273a9419699a0" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 856de4ac38eda4884457f7fc2c56f5c5ac788add Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 28 Aug 2023 09:18:05 +0000 Subject: [PATCH 22/33] 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 7823161..2d17edc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Wallabag is a self hostable Read-It-Later application allowing you to not miss a It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo). -**Shipped version:** 2.6.4~ynh1 +**Shipped version:** 2.6.5~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index 81b26fc..1903b47 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Wallabag est une application de lecture différée : elle permet simplement d Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome/Opera), des applications pour mobile (Android/iOS/Windows Phone) et même sur liseuse (PocketBook/Kobo). -**Version incluse :** 2.6.4~ynh1 +**Version incluse :** 2.6.5~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ From d89a24cf071df4bc64d0952e5e97843c16985da5 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 8 Sep 2023 11:35:07 +0200 Subject: [PATCH 23/33] Version 2.6.6 --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e296f92..f1cbb0b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.5/wallabag-2.6.5.tar.gz" - sha256 = "4800a938c648901944f965e96654a11df5f3d4193d467ee72d5273a9419699a0" + url = "https://static.wallabag.org/releases/wallabag-release-2.6.6.tar.gz" + sha256 = "b2b2032b39dc0fe11c14eaf12c70bc572eca3db2489e789460d718dcc8911c4f" autoupdate.strategy = "latest_github_tag" [resources.system_user] From e44769e89a8ce2f506e85bc58ee5f51b20ff71e9 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 8 Sep 2023 11:35:19 +0200 Subject: [PATCH 24/33] v2.6.6 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f1cbb0b..6d1a7fb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wallabag" description.en = "Self hostable read-it-later app" description.fr = "Application de lecture-plus-tard auto-hébergeable" -version = "2.6.5~ynh1" +version = "2.6.6~ynh1" maintainers = ["lapineige"] From 946785db2d1f4d33f951b1de972b61201e705237 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 8 Sep 2023 09:35:22 +0000 Subject: [PATCH 25/33] 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 2d17edc..c61572c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Wallabag is a self hostable Read-It-Later application allowing you to not miss a It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo). -**Shipped version:** 2.6.5~ynh1 +**Shipped version:** 2.6.6~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index 1903b47..6448391 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Wallabag est une application de lecture différée : elle permet simplement d Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome/Opera), des applications pour mobile (Android/iOS/Windows Phone) et même sur liseuse (PocketBook/Kobo). -**Version incluse :** 2.6.5~ynh1 +**Version incluse :** 2.6.6~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ From 0e0d09a41523ccfacafe3b3939299b0f4474e1d2 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 8 Sep 2023 13:51:13 +0200 Subject: [PATCH 26/33] fix source URL --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6d1a7fb..f1937de 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://static.wallabag.org/releases/wallabag-release-2.6.6.tar.gz" - sha256 = "b2b2032b39dc0fe11c14eaf12c70bc572eca3db2489e789460d718dcc8911c4f" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.6/wallabag-2.6.6.tar.gz" + sha256 = "d029091521cf9cecf7df7fbbb8c52a5c8dc0f5db00f457216575e6c2aec5d3da" autoupdate.strategy = "latest_github_tag" [resources.system_user] From b66f89a7049c976983c29d06854e5c2507ff1703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:19:36 +0200 Subject: [PATCH 27/33] fix linter --- manifest.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e296f92..fa5bf3c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://doc.wallabag.org/en/" code = "https://github.com/wallabag/wallabag" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = true @@ -34,6 +34,10 @@ ram.runtime = "50M" type = "path" default = "/wallabag" + [install.init_main_permission] + type = "group" + default = "visitors" + [install.admin] type = "user" @@ -51,7 +55,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server php8.2-cli php8.2-mysql php8.2-gd php8.2-tidy php8.2-curl php8.2-gettext php8.2-redis php8.2-xml php8.2-mbstring php8.2-ldap php8.2-intl" + packages = "mariadb-server, php8.2-cli, php8.2-mysql, php8.2-gd, php8.2-tidy, php8.2-curl, php8.2-gettext, php8.2-redis, php8.2-xml, php8.2-mbstring, php8.2-ldap, php8.2-intl" [resources.database] type = "mysql" From fadbea8c372f462c929431a417096dfe34d45bbb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:40:30 +0000 Subject: [PATCH 28/33] 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 37226cd..29cd390 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Warning : Doing a normal upgrade of the package with the web admin or `sudo yuno * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index c4e1a32..6511e02 100644 --- a/README_fr.md +++ b/README_fr.md @@ -59,7 +59,7 @@ Attention : Une mise à jour classique avec l'interface d'administration ou avec * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 95ac3f274606dcf1c9ddea67ba6b40a4a0e0ff77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:43:52 +0100 Subject: [PATCH 29/33] Update tests.toml --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 9bdf689..d5dfa34 100644 --- a/tests.toml +++ b/tests.toml @@ -6,4 +6,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.bac6d108163e7ef7f4d36296aeb4f299258ced29.name = "Upgrade from 2.5.4~ynh2" + test_upgrade_from.e9459b2bc46728427bda81e2043f3b4116771e2d.name = "Upgrade from 2.5.4~ynh2" From b68c47a69c7f5373a94229e303a0f028f2689544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:55:37 +0100 Subject: [PATCH 30/33] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 75f4d62..6668a40 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wallabag" description.en = "Self hostable read-it-later app" description.fr = "Application de lecture-plus-tard auto-hébergeable" -version = "2.6.6~ynh1" +version = "2.6.7~ynh1" maintainers = ["lapineige"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.6/wallabag-2.6.6.tar.gz" - sha256 = "d029091521cf9cecf7df7fbbb8c52a5c8dc0f5db00f457216575e6c2aec5d3da" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.7/wallabag-2.6.7.tar.gz" + sha256 = "a6b93fb05ef6bf9ab206fd4bcffda763a2cf33ea27e7f83000c335bbdf97f310" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 009f36cb726f3de1df0e4af34b22c36918e822fe Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 16 Nov 2023 14:55:45 +0000 Subject: [PATCH 31/33] 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 a79c4c7..b96ac40 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Wallabag is a self hostable Read-It-Later application allowing you to not miss a It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo). -**Shipped version:** 2.6.6~ynh1 +**Shipped version:** 2.6.7~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index 3cd1db3..045eed5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Wallabag est une application de lecture différée : elle permet simplement d Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome/Opera), des applications pour mobile (Android/iOS/Windows Phone) et même sur liseuse (PocketBook/Kobo). -**Version incluse :** 2.6.6~ynh1 +**Version incluse :** 2.6.7~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ From 4ca0d45e9509fe179ee28a626f1da9e2310753d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:56:53 +0100 Subject: [PATCH 32/33] cleaning --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b9c8296..69cf9fa 100644 --- a/scripts/install +++ b/scripts/install @@ -30,7 +30,7 @@ ynh_script_progression --message="Adding system configurations related to $app.. ynh_add_nginx_config # Create a dedicated PHP-FPM config -ynh_add_fpm_config --usage=low --footprint=low +ynh_add_fpm_config #================================================= # SPECIFIC SETUP diff --git a/scripts/upgrade b/scripts/upgrade index 8390da9..84b4fc5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -37,7 +37,7 @@ fi ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --usage=low --footprint=low +ynh_add_fpm_config # Create a dedicated NGINX config ynh_add_nginx_config From d98c71f64d4248d079407851b0d359f5377799be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:59:03 +0100 Subject: [PATCH 33/33] cleaning --- scripts/install | 4 ++-- scripts/upgrade | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 69cf9fa..173a806 100644 --- a/scripts/install +++ b/scripts/install @@ -37,9 +37,9 @@ ynh_add_fpm_config #================================================= # CONFIGURE WALLABAG #================================================= -ynh_script_progression --message="Configuring wallabag..." --weight=25 +ynh_script_progression --message="Configuring $app..." --weight=25 -ynh_add_config --template="../conf/parameters.yml" --destination="$install_dir/app/config/parameters.yml" +ynh_add_config --template="parameters.yml" --destination="$install_dir/app/config/parameters.yml" # Alias for php-cli execution command php_exec="ynh_exec_as $app php$phpversion "$install_dir/bin/console" --no-interaction --env=prod" diff --git a/scripts/upgrade b/scripts/upgrade index 84b4fc5..fadf645 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -64,7 +64,7 @@ ynh_use_logrotate --non-append if [ "$upgrade_type" == "UPGRADE_APP" ] then - ynh_script_progression --message="Reconfiguring wallabag..." --weight=1 + ynh_script_progression --message="Reconfiguring $app..." --weight=1 # Copy and set Wallabag dist configuration #ynh_add_config --template="../conf/parameters.yml" --destination="$install_dir/app/config/parameters.yml"