From 3d27736775e91a9f495d4345e879052612c62e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 17 Dec 2020 21:09:45 +0100 Subject: [PATCH 01/67] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22a4c79..d2bcaf6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Bludit for YunoHost [![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) -[![Install Bludit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bludit) +[![Install Bludit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bludit) *[Lire ce readme en français.](./README_fr.md)* From 51fc8c733039fd2cb8d5b06cced51119578cbb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 26 Dec 2020 09:39:32 +0100 Subject: [PATCH 02/67] Use SVG badge --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 3dd5d76..3a29392 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,7 @@ # Bludit pour YunoHost [![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) -[![Installer Bludit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bludit) +[![Installer Bludit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bludit) *[Read this readme in english.](./README.md)* From 22c50935692c37f477625484a18d7504feda6566 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 25 Jan 2021 23:50:49 +0100 Subject: [PATCH 03/67] Smaal fixes --- check_process | 1 - manifest.json | 2 +- pull_request_template.md | 4 +--- scripts/install | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/check_process b/check_process index c2dc531..c86af4a 100644 --- a/check_process +++ b/check_process @@ -13,7 +13,6 @@ upgrade=1 backup_restore=1 multi_instance=1 - incorrect_path=1 port_already_use=0 change_url=1 ;;; Options diff --git a/manifest.json b/manifest.json index 6f993ce..6b12291 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.0-fpm" + "php7.3-fpm" ], "arguments": { "install" : [ diff --git a/pull_request_template.md b/pull_request_template.md index b5c5563..6c28fc5 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -13,6 +13,4 @@ ## Package_check results --- -*If you have access to [App Continuous Integration for packagers](https://yunohost.org/#/packaging_apps_ci) you can provide a link to the package_check results like below, replacing '-NUM-' in this link by the PR number and USERNAME by your username on the ci-apps-dev. Or you provide a screenshot or a pastebin of the results* - -[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/ttrss_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/ttrss_ynh%20PR-NUM-%20(USERNAME)/) +* An automatic package_check will be launch at https://ci-apps-dev.yunohost.org/, when you add a specific comment to your Pull Request: "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!"* diff --git a/scripts/install b/scripts/install index 82a0fae..c915d6e 100644 --- a/scripts/install +++ b/scripts/install @@ -95,7 +95,7 @@ ynh_script_progression --message="Configuring SSOwat..." --weight=1 # Make app public if necessary or protect it if [ $is_public -eq 1 ] then - ynh_permission_update --permission "main" --add "visitors" + ynh_permission_update --permission="main" --add="visitors" fi #================================================= # RELOAD NGINX From d671fab23547a1fbe66932c69f3ae39c3373cbab Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 7 Mar 2021 20:55:20 +0100 Subject: [PATCH 04/67] Cleaning up --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/install | 3 +-- scripts/upgrade | 8 +++++++- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d2bcaf6..58291e0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Bludit is a web application to build your own website or blog in seconds; it's c ## Documentation * Official documentation: https://docs.bludit.com/en/ - * YunoHost documentation: https://yunohost.org/#/app_bludit + * YunoHost documentation: https://yunohost.org/en/app_bludit ## YunoHost specific features diff --git a/README_fr.md b/README_fr.md index 3a29392..6537962 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Bludit est une application Web pour créer votre propre site Web ou blog en quel ## Documentation * Documentation officielle : https://docs.bludit.com/en/ -* Documentation YunoHost : https://yunohost.org/#/app_bludit_fr +* Documentation YunoHost : https://yunohost.org/fr/app_bludit ## Caractéristiques spécifiques YunoHost diff --git a/manifest.json b/manifest.json index 6b12291..267f18f 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.0.0" + "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index c915d6e..6893f55 100644 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,6 @@ ynh_script_progression --message="Storing installation settings..." --weight=1 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url -ynh_app_setting_set --app=$app --key=is_public --value=$is_public #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE @@ -90,7 +89,7 @@ chown -R $app: $final_path #================================================= # SETUP SSOWAT #================================================= -ynh_script_progression --message="Configuring SSOwat..." --weight=1 +ynh_script_progression --message="Configuring permissions..." --weight=1 # Make app public if necessary or protect it if [ $is_public -eq 1 ] diff --git a/scripts/upgrade b/scripts/upgrade index 7ebb002..d3ea5fc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -19,7 +19,6 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) path_url=$(ynh_app_setting_get --app=$app --key=path) final_path=$(ynh_app_setting_get --app=$app --key=final_path) -is_public=$(ynh_app_setting_get --app=$app --key=is_public) phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= @@ -39,6 +38,13 @@ if [ -z "$final_path" ]; then ynh_app_setting_set --app=$app --key=final_path --value=$final_path fi +# Cleaning legacy permissions +if ynh_legacy_permissions_exists; then + ynh_legacy_permissions_delete_all + + ynh_app_setting_delete --app=$app --key=is_public +fi + #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #================================================= From 1078c8ddad468943ab915f6c2f8d761735ec15d9 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Mon, 15 Mar 2021 07:35:18 +0100 Subject: [PATCH 05/67] [autopatch] Missing ynh_abort_if_errors in change_url scripts (#6) Co-authored-by: Yunohost-Bot <> --- scripts/change_url | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/change_url b/scripts/change_url index 09545ca..61cba03 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -8,6 +8,7 @@ source _common.sh source /usr/share/yunohost/helpers +ynh_abort_if_errors #================================================= # RETRIEVE ARGUMENTS From dcc2e0b5229b2acabd15e7ea4de5f1681c05d21a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Mar 2021 08:55:32 +0100 Subject: [PATCH 06/67] Update manifest.json --- manifest.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/manifest.json b/manifest.json index 267f18f..d7b9eeb 100644 --- a/manifest.json +++ b/manifest.json @@ -26,29 +26,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for Bludit", - "fr": "Choisissez un domaine pour Bludit" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Bludit", - "fr": "Choisissez un chemin pour Bludit" - }, "example": "/bludit", "default": "/bludit" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "help": { "en": "If enabled, Bludit will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, Bludit sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." From 074d92345e42452fcd14a8e5be6a86cf4fea1283 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Mar 2021 08:31:45 +0100 Subject: [PATCH 07/67] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d7b9eeb..8fb76b7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "3.13.1~ynh2", + "version": "3.13.1~ynh3", "url": "www.bludit.com", "license": "MIT", "maintainer": { From 6c9a3ef2b98d0b28016f555e76dea4843094f1e0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 20 Apr 2021 23:02:01 +0200 Subject: [PATCH 08/67] Fix --- README.md | 4 ++-- README_fr.md | 4 ++-- check_process | 1 - scripts/install | 16 ++++++++-------- scripts/upgrade | 16 ++++++++-------- 5 files changed, 20 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 58291e0..c483b89 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Bludit is a web application to build your own website or blog in seconds; it's c #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bludit%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/bludit/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bludit%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bludit/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bludit.svg)](https://ci-apps.yunohost.org/ci/apps/bludit/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bludit.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bludit/) ## Limitations diff --git a/README_fr.md b/README_fr.md index 6537962..182f8c7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,8 +38,8 @@ Bludit est une application Web pour créer votre propre site Web ou blog en quel #### Architectures supportées -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bludit%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/bludit/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bludit%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bludit/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bludit.svg)](https://ci-apps.yunohost.org/ci/apps/bludit/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bludit.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bludit/) ## Limitations diff --git a/check_process b/check_process index c86af4a..70461d1 100644 --- a/check_process +++ b/check_process @@ -13,7 +13,6 @@ upgrade=1 backup_restore=1 multi_instance=1 - port_already_use=0 change_url=1 ;;; Options Email= diff --git a/scripts/install b/scripts/install index 6893f55..94e6c63 100644 --- a/scripts/install +++ b/scripts/install @@ -45,6 +45,14 @@ ynh_script_progression --message="Storing installation settings..." --weight=1 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url +#================================================= +# CREATE DEDICATED USER +#================================================= +ynh_script_progression --message="Configuring system user..." --weight=1 + +# Create a system user +ynh_system_user_create --username=$app + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= @@ -62,14 +70,6 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=2 # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# CREATE DEDICATED USER -#================================================= -ynh_script_progression --message="Configuring system user..." --weight=1 - -# Create a system user -ynh_system_user_create --username=$app - #================================================= # PHP-FPM CONFIGURATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index d3ea5fc..0546bca 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -67,14 +67,6 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." - # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# CREATE DEDICATED USER -#================================================= -ynh_script_progression --message="Making sure dedicated system user exists..." --weight=1 - -# Create a dedicated user (if not existing) -ynh_system_user_create --username=$app - #================================================= # PHP-FPM CONFIGURATION #================================================= @@ -83,6 +75,14 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 # Create a dedicated PHP-FPM config ynh_add_fpm_config --package="$extra_php_dependencies" +#================================================= +# CREATE DEDICATED USER +#================================================= +ynh_script_progression --message="Making sure dedicated system user exists..." --weight=1 + +# Create a dedicated user (if not existing) +ynh_system_user_create --username=$app + #================================================= # SPECIFIC UPGRADE #================================================= From dc11a4f48e1d0d5d2d4c95b0c77ad465626bed4f Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Tue, 11 May 2021 07:28:00 +0200 Subject: [PATCH 09/67] [autopatch] Update issue and PR templates (#8) Co-authored-by: Yunohost-Bot <> --- issue_template.md | 55 ---------------------------------------- pull_request_template.md | 16 ------------ 2 files changed, 71 deletions(-) delete mode 100644 issue_template.md delete mode 100644 pull_request_template.md diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index 36ef360..0000000 --- a/issue_template.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -name: Bug report -about: When creating a bug report, please use the following template to provide all the relevant information and help debugging efficiently. - ---- - -**How to post a meaningful bug report** -1. *Read this whole template first.* -2. *Make sure you are on the right place:* - - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!* - - *Otherwise, the issue may be due to the app itself. Refer to its documentation or repository for help.* - - *In doubt, ask here and we will figure it out together.* -3. *Delete these italic comments as you write over them below, and remove this guide.* ---- - -### Describe the bug - -*A clear and concise description of what the bug is.* - -### Context - -- Hardware: *VPS bought online / Old laptop or computer / Raspberry Pi at home / Internet Cube with VPN / Other ARM board / ...* -- YunoHost version: x.x.x -- I have access to my server: *Through SSH | through the webadmin | direct access via keyboard / screen | ...* -- Are you in a special context or did you perform some particular tweaking on your YunoHost instance ?: *no / yes* - - If yes, please explain: -- Using, or trying to install package version/branch: -- If upgrading, current package version: *can be found in the admin, or with `yunohost app info $app_id`* - -### Steps to reproduce - -- *If you performed a command from the CLI, the command itself is enough. For example:* - ```sh - sudo yunohost app install bludit - ``` -- *If you used the webadmin, please perform the equivalent command from the CLI first.* -- *If the error occurs in your browser, explain what you did:* - 1. *Go to '...'* - 2. *Click on '...'* - 3. *Scroll down to '...'* - 4. *See error* - -### Expected behavior - -*A clear and concise description of what you expected to happen. You can remove this section if the command above is enough to understand your intent.* - -### Logs - -*When an operation fails, YunoHost provides a simple way to share the logs.* -- *In the webadmin, the error message contains a link to the relevant log page. On that page, you will be able to 'Share with Yunopaste'. If you missed it, the logs of previous operations are also available under Tools > Logs.* -- *In command line, the command to share the logs is displayed at the end of the operation and looks like `yunohost log display [log name] --share`. If you missed it, you can find the log ID of a previous operation using `yunohost log list`.* - -*After sharing the log, please copypaste directly the link provided by YunoHost (to help readability, no need to copypaste the entire content of the log here, just the link is enough...)* - -*If applicable and useful, add screenshots to help explain your problem.* diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 6c28fc5..0000000 --- a/pull_request_template.md +++ /dev/null @@ -1,16 +0,0 @@ -## Problem -- *Description of why you made this PR* - -## Solution -- *And how do you fix that problem* - -## PR Status -- [ ] Code finished. -- [ ] Tested with Package_check. -- [ ] Fix or enhancement tested. -- [ ] Upgrade from last version tested. -- [ ] Can be reviewed and tested. - -## Package_check results ---- -* An automatic package_check will be launch at https://ci-apps-dev.yunohost.org/, when you add a specific comment to your Pull Request: "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!"* From 8ee1cf96d4e51a75cb31241a45876daead8d9d08 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 11 May 2021 10:08:58 +0200 Subject: [PATCH 10/67] Add templates --- .github/ISSUE_TEMPLATE.md | 55 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++ README.md | 2 +- README_fr.md | 2 +- 4 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..2729a6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,55 @@ +--- +name: Bug report +about: When creating a bug report, please use the following template to provide all the relevant information and help debugging efficiently. + +--- + +**How to post a meaningful bug report** +1. *Read this whole template first.* +2. *Determine if you are on the right place:* + - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!* + - *Otherwise, the issue may be due to the app itself. Refer to its documentation or repository for help.* + - *When in doubt, post here and we will figure it out together.* +3. *Delete the italic comments as you write over them below, and remove this guide.* +--- + +### Describe the bug + +*A clear and concise description of what the bug is.* + +### Context + +- Hardware: *VPS bought online / Old laptop or computer / Raspberry Pi at home / Internet Cube with VPN / Other ARM board / ...* +- YunoHost version: x.x.x +- I have access to my server: *Through SSH | through the webadmin | direct access via keyboard / screen | ...* +- Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: *no / yes* + - If yes, please explain: +- Using, or trying to install package version/branch: +- If upgrading, current package version: *can be found in the admin, or with `yunohost app info $app_id`* + +### Steps to reproduce + +- *If you performed a command from the CLI, the command itself is enough. For example:* + ```sh + sudo yunohost app install the_app + ``` +- *If you used the webadmin, please perform the equivalent command from the CLI first.* +- *If the error occurs in your browser, explain what you did:* + 1. *Go to '...'* + 2. *Click on '...'* + 3. *Scroll down to '...'* + 4. *See error* + +### Expected behavior + +*A clear and concise description of what you expected to happen. You can remove this section if the command above is enough to understand your intent.* + +### Logs + +*When an operation fails, YunoHost provides a simple way to share the logs.* +- *In the webadmin, the error message contains a link to the relevant log page. On that page, you will be able to 'Share with Yunopaste'. If you missed it, the logs of previous operations are also available under Tools > Logs.* +- *In command line, the command to share the logs is displayed at the end of the operation and looks like `yunohost log display [log name] --share`. If you missed it, you can find the log ID of a previous operation using `yunohost log list`.* + +*After sharing the log, please copypaste directly the link provided by YunoHost (to help readability, no need to copypaste the entire content of the log here, just the link is enough...)* + +*If applicable and useful, add screenshots to help explain your problem.* diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ef70e18 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Problem + +- *Description of why you made this PR* + +## Solution + +- *And how do you fix that problem* + +## PR Status + +- [ ] Code finished and ready to be reviewed/tested +- [ ] The fix/enhancement were manually tested (if applicable) + +## Automatic tests + +Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ *after creating the PR*, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization) diff --git a/README.md b/README.md index c483b89..c28640c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ *[Lire ce readme en français.](./README_fr.md)* > *This package allow you to install Bludit quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* +If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.* ## Overview diff --git a/README_fr.md b/README_fr.md index 182f8c7..c149287 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,7 +6,7 @@ *[Read this readme in english.](./README.md)* > *Ce package vous permet d’installer Bludit rapidement et simplement sur un serveur YunoHost. -Si vous n’avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l’installer.* +Si vous n’avez pas YunoHost, consultez [le guide](https://yunohost.org/install) pour apprendre comment l’installer.* ## Vue d’ensemble From bc4b9a40d2670da8d9df0a9cd36c5cb0e41e31ba Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 25 May 2021 22:12:43 +0200 Subject: [PATCH 11/67] Update check_process --- check_process | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 70461d1..a6c65c9 100644 --- a/check_process +++ b/check_process @@ -1,8 +1,8 @@ ;; Nom du test ; Manifest - domain="domain.tld" (DOMAIN) - path="/path" (PATH) - is_public=1 (PUBLIC|public=1|private=0) + domain="domain.tld" + path="/path" + is_public=1 ; Checks pkg_linter=1 setup_sub_dir=1 From 278c5c78694273f9d4be910a10b88d4580b22488 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 27 May 2021 17:16:06 +0200 Subject: [PATCH 12/67] Add templates --- manifest.json | 12 ++++++++++-- scripts/install | 13 +++++-------- scripts/restore | 25 +++++++++++-------------- scripts/upgrade | 27 ++++++++++++--------------- 4 files changed, 38 insertions(+), 39 deletions(-) diff --git a/manifest.json b/manifest.json index 8fb76b7..c941523 100644 --- a/manifest.json +++ b/manifest.json @@ -6,15 +6,23 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "3.13.1~ynh3", + "version": "3.13.1~ynh4", "url": "www.bludit.com", + "upstream": { + "license": "MIT", + "website": "www.bludit.com", + "demo": "https://demo.example.com", + "admindoc": "https://docs.bludit.com/en/", + "userdoc": "https://yunohost.org/en/app_bludit", + "code": "https://github.com/bludit/bludit" + }, "license": "MIT", "maintainer": { "name": "eric_G", "email": "" }, "requirements": { - "yunohost": ">= 4.1.7" + "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index 94e6c63..cd5c221 100644 --- a/scripts/install +++ b/scripts/install @@ -51,7 +51,7 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_script_progression --message="Configuring system user..." --weight=1 # Create a system user -ynh_system_user_create --username=$app +ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE @@ -62,6 +62,10 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" +chmod 750 "$final_path" +chmod -R o-rwx "$final_path" +chown -R $app:www-data "$final_path" + #================================================= # NGINX CONFIGURATION #================================================= @@ -79,13 +83,6 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 ynh_add_fpm_config --package="$extra_php_dependencies" phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) -#================================================= -# SECURE FILES AND DIRECTORIES -#================================================= - -# Set permissions to app files -chown -R $app: $final_path - #================================================= # SETUP SSOWAT #================================================= diff --git a/scripts/restore b/scripts/restore index 33d914d..0b183a0 100644 --- a/scripts/restore +++ b/scripts/restore @@ -45,6 +45,14 @@ test ! -d $final_path \ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" +#================================================= +# RECREATE THE DEDICATED USER +#================================================= +ynh_script_progression --message="Recreating the dedicated system user..." --weight=3 + +# Create the dedicated user (if not existing) +ynh_system_user_create --username=$app --home_dir="$final_path" + #================================================= # RESTORE THE APP MAIN DIR #================================================= @@ -52,20 +60,9 @@ ynh_script_progression --message="Restoring Bludit main directory..." --weight=2 ynh_restore_file --origin_path="$final_path" -#================================================= -# RECREATE THE DEDICATED USER -#================================================= -ynh_script_progression --message="Recreating the dedicated system user..." --weight=3 - -# Create the dedicated user (if not existing) -ynh_system_user_create --username=$app - -#================================================= -# RESTORE USER RIGHTS -#================================================= - -# Set permissions to app files -chown -R $app: $final_path +chmod 750 "$final_path" +chmod -R o-rwx "$final_path" +chown -R $app:www-data "$final_path" #================================================= # RESTORE THE PHP-FPM CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 0546bca..9633952 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -67,21 +67,13 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." - # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 - -# Create a dedicated PHP-FPM config -ynh_add_fpm_config --package="$extra_php_dependencies" - #================================================= # CREATE DEDICATED USER #================================================= ynh_script_progression --message="Making sure dedicated system user exists..." --weight=1 # Create a dedicated user (if not existing) -ynh_system_user_create --username=$app +ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= # SPECIFIC UPGRADE @@ -100,12 +92,9 @@ then ynh_setup_source --dest_dir=$final_path fi -#================================================= -# SECURE FILES AND DIRECTORIES -#================================================= - -# Set permissions to app files -chown -R $app: $final_path +chmod 750 "$final_path" +chmod -R o-rwx "$final_path" +chown -R $app:www-data "$final_path" #================================================= # RELOAD NGINX @@ -114,6 +103,14 @@ ynh_script_progression --message="Reloading NGINX web server..." --weight=2 ynh_systemd_action --service_name=nginx --action=reload +#================================================= +# PHP-FPM CONFIGURATION +#================================================= +ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 + +# Create a dedicated PHP-FPM config +ynh_add_fpm_config --package="$extra_php_dependencies" + #================================================= # END OF SCRIPT #================================================= From e28a3f8cc018b6225630b01ab785c4605eb9a3a1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 27 May 2021 17:17:37 +0200 Subject: [PATCH 13/67] Add screenshots --- doc/DISCLAIMER.md | 0 doc/screenshots/bludit_1_en.png | Bin 0 -> 254913 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 doc/DISCLAIMER.md create mode 100644 doc/screenshots/bludit_1_en.png diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/screenshots/bludit_1_en.png b/doc/screenshots/bludit_1_en.png new file mode 100644 index 0000000000000000000000000000000000000000..a415e6f24dfaa0f363717b0016259d4db23d9c89 GIT binary patch literal 254913 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 z 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≻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

6gdf6i^H=|&*ygk8dC=OfYX#x>h!xDK zF}Z;u)E4{2)>E{9;j;eAqZO;b4EMPoY_|QSjaDn4?+IkpcS@FbZ&oE5dO;V&ARh{B zv8Bj0ST`#+i6XfKg;QfPY^Oo0>nPUVumRVt94P0ftq{$wRivIRY2C~QW47&B&<~Li z_!fCrv!j`n-GyAsbdR&HTd_DYDEFgXRrEcfDQ)TX2`n7(cVS7Q*mmb~f0HVPQi$Y5 zrt2wS3_E^HGh=9TbfnbO{UN2!FCTJQgRNAfJR9}>zC$D$KN52GVXz{>)AP`8iBR%2 zxdDj|hdsq2Glc6FlJ{v%8BEVHDIu6+{7*J=Ns$AJIM94zmj)C~E``*^-_`#%=AbNb z_x7MqQO8}%#D>B)#sF1*cmO%`(%1dnPP%qLofw!)?+0z^I%1<^la zo3mvy1rW4rQQnKh&fFky;D%m7z!y0&1XWW^Hl#Qslw>F54@N`t83fb}f!^o=Du-E+ z_q20VprCRC*XGoMGk-wX_F)*-s%1@8dJrNU;U%?GSiX=9ttW0_?pE|Z*aRAV)TBDU zjTU)sxlG7m)d=0-JnHLRZjul_Dn*S=1T95H5u(EEY6g;3RJ^9tmEW!OO_85g)FvY+ z^bB0FY2NSXsa*O<)_YK&?sKk%`!1M2tG5c3%5GjeT&*jbjJ!j?9oVRs&lsp?*n^kb zdZMs8G1C(^Gh+#8^?lKk9`mPcpMaKxUJRs^O|TcHe$!N2*ot4 zrtYU)78KflxD5;x^=(#KwjxgFK8QLts8N##B`FCBA&#UW8I2UgKmB&3X(<|`{T9~W zi5{o~HO4N)bEVJ;fhhnw$FMdw^<85(CeHvpI^X4Y=VmC#6j;?M%c-B3fS9` zrq7Pt&W8PGI&xApDQdQ0r;UG`u05@FCC*qy!4ir+oRyX zD{OdG-7i{=@GD+P%d6-A3l5Ce%=iz^!eDW!e%9{iwXt|@EM6On*T&+t zv3SQ-ytBGr*4Wwc)T7S51GM(rTna(oQ6^I8koEWCa-}x!{X(2Z+YF@ zUxCZ{0{=Rgd!!m^{=q4|4whbG-fOIkgRZeDad|yLKGsQf1!J)&KLOtErrLjXkgPe|x+A<2Qroa`njhx4z7I zW^pO`QjOdrg9A~C>$BYE)$cr3GyBNV=6m!}FUQT7w(hj8>t{z<}&E1e+xI4kN5H;&|W5M0xHR(7ibn8OuI`qX}K3X)2jH_zyGg)Q*<0u2vpr>1*U_ji9)x}4>l+!5%gXz*zVyba3cg8 z{JWUnUjsR`@cjJ*-5-6FM{rM(H@Q+%Hv=oZO1K4+s303Kc$1Ov<4MJky3X;K+cN|4 zlY5s%dMuf1bvJ=9ouc_8%FM9-0r!;L5yEBIgm|x<_saj8uDn(LkC5_TLj+$SZyLly;qJ)ME^${w;t3}8#2Dk;_@{!`@xS-e+L!Rp~mE>Usvz{_>kBUxK&HyNm1@9 ztN-2&c&^vB1jF%5pkAnoD7eC95&ruJ;a&ri1r#?m^pB-7narHK+SM=r@%vvgAYdSm zth(^}xF3Nn*yB{`(`q%kw(8eK*nhh_>x`nD9KOk7D&edTx##r%?%fD&5cl+cO(goe z6{h9ZcBq&q4k54HanzQan67hAbS1)OBW0CQ*qQ^un6p|Mf5ok6fNBO7L5b z!Q%z6YT`6XRK>RlIUMzOE~)lE@9wTpTq~nup^m@1H-#C+PaCkH42Le<;s3`a%NM8r zmxKEp(^fUX2qvj<+ Date: Tue, 1 Jun 2021 13:23:18 +0200 Subject: [PATCH 14/67] Post max size --- conf/nginx.conf | 2 ++ conf/php-fpm.conf | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0db689a..769b154 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,6 +11,8 @@ location __PATH__/ { index index.php; + client_max_body_size 10M; + if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } #try_files $uri $uri/ /bludit//bludit/index.php?$args; diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index ab1a471..340380b 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -419,8 +419,8 @@ chdir = __FINALPATH__ ;php_admin_value[memory_limit] = 32M ; Common values to change to increase file upload limit -; php_admin_value[upload_max_filesize] = 50M -; php_admin_value[post_max_size] = 50M +php_admin_value[upload_max_filesize] = 10M +php_admin_value[post_max_size] = 10M ; php_admin_flag[mail.add_x_header] = Off ; Other common parameters From c09231a6fca99b67f7bad8735a45abb413537ca7 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 1 Jun 2021 11:23:29 +0000 Subject: [PATCH 15/67] Auto-update README --- README.md | 64 ++++++++++++++++++-------------------------------- README_fr.md | 66 ++++++++++++++++++---------------------------------- 2 files changed, 45 insertions(+), 85 deletions(-) diff --git a/README.md b/README.md index c28640c..81bb283 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + + # Bludit for YunoHost [![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) @@ -5,58 +10,33 @@ *[Lire ce readme en français.](./README_fr.md)* -> *This package allow you to install Bludit quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.* +> *This package allows you to install Bludit quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -Bludit is a web application to build your own website or blog in seconds; it's completely free and open source. Bludit is a Flat-File CMS, which (in this case) means that Bludit uses files in the JSON format to store the content. You don't need to install or configure a database; you only need a web server with PHP support. +Simple, Fast, Secure, Flat-File CMS -**Shipped version:** 3.13.1 +**Shipped version:** 3.13.1~ynh4 + +**Demo:** https://demo.example.com ## Screenshots -![](https://www.bludit.com/img/bludit_1_en.png?version=3.9.1) +![](./doc/screenshots/bludit_1_en.png) -## Demo +## Documentation and resources -* [Official demo](https://demo.bludit.com/) +* Official app website: www.bludit.com +* Official user documentation: https://yunohost.org/en/app_bludit +* Official admin documentation: https://docs.bludit.com/en/ +* Upstream app code repository: https://github.com/bludit/bludit +* YunoHost documentation for this app: https://yunohost.org/app_bludit +* Report a bug: https://github.com/YunoHost-Apps/bludit_ynh/issues -## Configuration +## Developer info -## Documentation - - * Official documentation: https://docs.bludit.com/en/ - * YunoHost documentation: https://yunohost.org/en/app_bludit - -## YunoHost specific features - -#### Multi-users support - - * Are LDAP and HTTP auth supported? **No** - * Can the app be used by multiple users? **Yes** - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bludit.svg)](https://ci-apps.yunohost.org/ci/apps/bludit/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bludit.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bludit/) - -## Limitations - -## Additionnal informations - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/bludit_ynh/issues - * Bludit website: https://www.bludit.com/ - * Bludit repository: https://github.com/bludit/bludit - * YunoHost website: https://yunohost.org/ - ---- - -## Developers infos - -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing). To try the testing branch, please proceed like that. ``` @@ -64,3 +44,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/bludit_ynh/tree/testi or sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index c149287..2e91aab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,62 +1,38 @@ # Bludit pour YunoHost -[![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) [![Installer Bludit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bludit) -*[Read this readme in english.](./README.md)* +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* -> *Ce package vous permet d’installer Bludit rapidement et simplement sur un serveur YunoHost. -Si vous n’avez pas YunoHost, consultez [le guide](https://yunohost.org/install) pour apprendre comment l’installer.* +> *Ce package vous permet d'installer Bludit rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* -## Vue d’ensemble +## Vue d'ensemble -Bludit est une application Web pour créer votre propre site Web ou blog en quelques secondes; c'est totalement gratuit et open source. Bludit est un CMS Flat-File, ce qui (dans ce cas) signifie que Bludit utilise des fichiers au format JSON pour stocker le contenu. Vous n'avez pas besoin d'installer ou de configurer une base de données; vous n'avez besoin que d'un serveur Web prenant en charge PHP. +CMS simple, rapide, sécurisé et à fichier plat -**Version incluse :** 3.13.1 +**Version incluse :** 3.13.1~ynh4 -## Captures d’écran +**Démo :** https://demo.example.com -![](https://www.bludit.com/img/bludit_1_en.png?version=3.9.1) +## Captures d'écran -## Démo +![](./doc/screenshots/bludit_1_en.png) -* [Démo officielle](https://demo.bludit.com/) +## Documentations et ressources -## Configuration +* Site officiel de l'app : www.bludit.com +* Documentation officielle utilisateur : https://yunohost.org/en/app_bludit +* Documentation officielle de l'admin : https://docs.bludit.com/en/ +* Dépôt de code officiel de l'app : https://github.com/bludit/bludit +* Documentation YunoHost pour cette app : https://yunohost.org/app_bludit +* Signaler un bug : https://github.com/YunoHost-Apps/bludit_ynh/issues -## Documentation +## Informations pour les développeurs -* Documentation officielle : https://docs.bludit.com/en/ -* Documentation YunoHost : https://yunohost.org/fr/app_bludit - -## Caractéristiques spécifiques YunoHost - -#### Support multi-utilisateurs - -* L’authentification LDAP est-elle prise en charge ? **Non** -* L’application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** - -#### Architectures supportées - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bludit.svg)](https://ci-apps.yunohost.org/ci/apps/bludit/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bludit.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bludit/) - -## Limitations - -## Informations additionnelles - -## Liens - -* Signaler un bug : https://github.com/YunoHost-Apps/bludit_ynh/issues -* Site web de Bludit : https://www.bludit.com/ -* Dépôt de l’application principale : https://github.com/bludit/bludit -* Site web YunoHost : https://yunohost.org/ - ---- - -## Developers infos - -Merci de faire vos pull request sur la [testing branch](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing). +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. ``` @@ -64,3 +40,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/bludit_ynh/tree/testi ou sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug ``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file From f90a97068bcbf909cd38a7ca1fc4971f3785ffdb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Jun 2021 14:33:22 +0200 Subject: [PATCH 16/67] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c941523..5477b9b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "3.13.1~ynh4", + "version": "3.13.1~ynh5", "url": "www.bludit.com", "upstream": { "license": "MIT", From 2639b5bab3fd20f3ad32b842339307571261487b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 1 Jun 2021 12:33:30 +0000 Subject: [PATCH 17/67] 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 81bb283..28d8004 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, Fast, Secure, Flat-File CMS -**Shipped version:** 3.13.1~ynh4 +**Shipped version:** 3.13.1~ynh5 **Demo:** https://demo.example.com diff --git a/README_fr.md b/README_fr.md index 2e91aab..c6783e1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour CMS simple, rapide, sécurisé et à fichier plat -**Version incluse :** 3.13.1~ynh4 +**Version incluse :** 3.13.1~ynh5 **Démo :** https://demo.example.com From f0d11b40740d73330af7da5e10174061ef70c909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Sep 2021 10:09:58 +0200 Subject: [PATCH 18/67] Create updater.yml --- .github/workflows/updater.yml | 48 +++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/workflows/updater.yml diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml new file mode 100644 index 0000000..ca77fed --- /dev/null +++ b/.github/workflows/updater.yml @@ -0,0 +1,48 @@ +# This workflow allows GitHub Actions to automagically update your app whenever a new upstream release is detected. +# You need to enable Actions in your repository settings, and fetch this Action from the YunoHost-Apps organization. +# This file should be enough by itself, but feel free to tune it to your needs. +# It calls updater.sh, which is where you should put the app-specific update steps. +name: Check for new upstream releases +on: + # Allow to manually trigger the workflow + workflow_dispatch: + # Run it every day at 6:00 UTC + schedule: + - cron: '0 6 * * *' +jobs: + updater: + runs-on: ubuntu-latest + steps: + - name: Fetch the source code + uses: actions/checkout@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + - name: Run the updater script + id: run_updater + run: | + # Setting up Git user + git config --global user.name 'yunohost-bot' + git config --global user.email 'yunohost-bot@users.noreply.github.com' + # Run the updater script + /bin/bash .github/workflows/updater.sh + - name: Commit changes + id: commit + if: ${{ env.PROCEED == 'true' }} + run: | + git commit -am "Upgrade to v$VERSION" + - name: Create Pull Request + id: cpr + if: ${{ env.PROCEED == 'true' }} + uses: peter-evans/create-pull-request@v3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + commit-message: Update to version ${{ env.VERSION }} + committer: 'yunohost-bot ' + author: 'yunohost-bot ' + signoff: false + branch: ci-auto-update-v${{ env.VERSION }} + delete-branch: true + title: 'Upgrade to version ${{ env.VERSION }}' + body: | + Upgrade to v${{ env.VERSION }} + draft: false From 3a028694e9cbf4819dadc992acc8b40943cd07b5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 16 Sep 2021 10:13:05 +0200 Subject: [PATCH 19/67] Fix --- .github/workflows/updater.sh | 132 +++++++++++++++++++++++++++++++++++ scripts/restore | 2 - 2 files changed, 132 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/updater.sh diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh new file mode 100644 index 0000000..f0424a4 --- /dev/null +++ b/.github/workflows/updater.sh @@ -0,0 +1,132 @@ +#!/bin/bash + +#================================================= +# PACKAGE UPDATING HELPER +#================================================= + +# This script is meant to be run by GitHub Actions +# The YunoHost-Apps organisation offers a template Action to run this script periodically +# Since each app is different, maintainers can adapt its contents so as to perform +# automatic actions when a new upstream release is detected. + +# Remove this exit command when you are ready to run this Action +#exit 1 + +#================================================= +# FETCHING LATEST RELEASE AND ITS ASSETS +#================================================= + +# Fetching information +current_version=$(cat manifest.json | jq -j '.version|split("~")[0]') +repo=$(cat manifest.json | jq -j '.upstream.code|split("https://github.com/")[1]') +# Some jq magic is needed, because the latest upstream release is not always the latest version (e.g. security patches for older versions) +version=$(curl --silent "https://api.github.com/repos/$repo/releases" | jq -r '.[] | select( .prerelease != true ) | .tag_name' | sort -V | tail -1) +assets=($(curl --silent "https://api.github.com/repos/$repo/releases" | jq -r '[ .[] | select(.tag_name=="'$version'").assets[].browser_download_url ] | join(" ") | @sh' | tr -d "'")) + +# if [[ ${version:0:1} == "v" || ${version:0:1} == "V" ]]; then +# version=${version:1} +# fi + +# Setting up the environment variables +echo "Current version: $current_version" +echo "Latest release from upstream: $version" +echo "VERSION=$version" >> $GITHUB_ENV +# For the time being, let's assume the script will fail +echo "PROCEED=false" >> $GITHUB_ENV + +# Proceed only if the retrieved version is greater than the current one +if ! dpkg --compare-versions "$current_version" "lt" "$version" ; then + echo "::warning ::No new version available" + exit 0 +# Proceed only if a PR for this new version does not already exist +elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY.git ci-auto-update-v$version ; then + echo "::warning ::A branch already exists for this update" + exit 0 +fi + +# Each release can hold multiple assets (e.g. binaries for different architectures, source code, etc.) +echo "${#assets[@]} available asset(s)" + +#================================================= +# UPDATE SOURCE FILES +#================================================= + +# Here we use the $assets variable to get the resources published in the upstream release. +# Here is an example for Grav, it has to be adapted in accordance with how the upstream releases look like. + +# Let's loop over the array of assets URLs +for asset_url in ${assets[@]}; do + +echo "Handling asset at $asset_url" + +# Assign the asset to a source file in conf/ directory +# Here we base the source file name upon a unique keyword in the assets url (admin vs. update) +# Leave $src empty to ignore the asset +case $asset_url in + *".tar.gz"*) + src="app" + ;; + *) + src="" + ;; +esac + +# If $src is not empty, let's process the asset +if [ ! -z "$src" ]; then + +# Create the temporary directory +tempdir="$(mktemp -d)" + +# Download sources and calculate checksum +filename=${asset_url##*/} +curl --silent -4 -L $asset_url -o "$tempdir/$filename" +checksum=$(sha256sum "$tempdir/$filename" | head -c 64) + +# Delete temporary directory +rm -rf $tempdir + +# Get extension +if [[ $filename == *.tar.gz ]]; then + extension=tar.gz +else + extension=${filename##*.} +fi + +# Rewrite source file +cat < conf/$src.src +SOURCE_URL=$asset_url +SOURCE_SUM=$checksum +SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=$extension +SOURCE_IN_SUBDIR=true +EOT +echo "... conf/$src.src updated" + +else +echo "... asset ignored" +fi + +done + +#================================================= +# SPECIFIC UPDATE STEPS +#================================================= + +# Any action on the app's source code can be done. +# The GitHub Action workflow takes care of committing all changes after this script ends. + +#================================================= +# GENERIC FINALIZATION +#================================================= + +# Install moreutils, needed for sponge +sudo apt-get install moreutils + +# Replace new version in manifest +echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json + +# No need to update the README, yunohost-bot takes care of it + +# The Action will proceed only if the PROCEED environment variable is set to true +echo "PROCEED=true" >> $GITHUB_ENV +exit 0 diff --git a/scripts/restore b/scripts/restore index 0b183a0..9f67c71 100644 --- a/scripts/restore +++ b/scripts/restore @@ -32,8 +32,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=2 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path " From e2d26a65a49198c985755f17ceb180a968c8a221 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Oct 2021 17:30:32 +0200 Subject: [PATCH 20/67] Cleaning up --- manifest.json | 3 +-- scripts/upgrade | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/manifest.json b/manifest.json index 5477b9b..4e82be8 100644 --- a/manifest.json +++ b/manifest.json @@ -33,8 +33,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "domain.org" + "type": "domain" }, { "name": "path", diff --git a/scripts/upgrade b/scripts/upgrade index 9633952..c1da157 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -27,6 +27,20 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) upgrade_type=$(ynh_check_app_version_changed) +#================================================= +# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP +#================================================= +ynh_script_progression --message="Backing up Bludit before upgrading..." --weight=7 + +# Backup the current version of Bludit +ynh_backup_before_upgrade +ynh_clean_setup () { + # restore it if the upgrade fails + ynh_restore_upgradebackup +} +# Exit if an error occurs during the execution of the script +ynh_abort_if_errors + #================================================= # ENSURE DOWNWARD COMPATIBILITY #================================================= @@ -45,20 +59,6 @@ if ynh_legacy_permissions_exists; then ynh_app_setting_delete --app=$app --key=is_public fi -#================================================= -# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP -#================================================= -ynh_script_progression --message="Backing up Bludit before upgrading..." --weight=7 - -# Backup the current version of Bludit -ynh_backup_before_upgrade -ynh_clean_setup () { - # restore it if the upgrade fails - ynh_restore_upgradebackup -} -# Exit if an error occurs during the execution of the script -ynh_abort_if_errors - #================================================= # NGINX CONFIGURATION #================================================= From e9f05c2cde285a991a58f52f25138846d825b71b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Oct 2021 17:32:37 +0200 Subject: [PATCH 21/67] Fix --- .github/workflows/updater.sh | 5 +---- conf/app.src | 1 - pull_request_template.md | 16 ---------------- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 pull_request_template.md diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index f0424a4..858a609 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -63,7 +63,7 @@ echo "Handling asset at $asset_url" # Here we base the source file name upon a unique keyword in the assets url (admin vs. update) # Leave $src empty to ignore the asset case $asset_url in - *".tar.gz"*) + *".tar.gz") src="app" ;; *) @@ -119,9 +119,6 @@ done # GENERIC FINALIZATION #================================================= -# Install moreutils, needed for sponge -sudo apt-get install moreutils - # Replace new version in manifest echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json diff --git a/conf/app.src b/conf/app.src index 4f7bd6c..2754174 100644 --- a/conf/app.src +++ b/conf/app.src @@ -3,4 +3,3 @@ SOURCE_SUM=ec0f262335d371d9123110c55866b562b7e0238a20db2ac9f6b284d2ac3426ed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 6c28fc5..0000000 --- a/pull_request_template.md +++ /dev/null @@ -1,16 +0,0 @@ -## Problem -- *Description of why you made this PR* - -## Solution -- *And how do you fix that problem* - -## PR Status -- [ ] Code finished. -- [ ] Tested with Package_check. -- [ ] Fix or enhancement tested. -- [ ] Upgrade from last version tested. -- [ ] Can be reviewed and tested. - -## Package_check results ---- -* An automatic package_check will be launch at https://ci-apps-dev.yunohost.org/, when you add a specific comment to your Pull Request: "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!"* From ec3a43e5bbdc614e259cd41b29cbdee8ab298a81 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Oct 2021 17:33:48 +0200 Subject: [PATCH 22/67] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4e82be8..3104a0e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "3.13.1~ynh5", + "version": "3.13.1~yn6", "url": "www.bludit.com", "upstream": { "license": "MIT", From 8540365819575d68dab39e1f450bec1f492be1a1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Oct 2021 17:34:00 +0200 Subject: [PATCH 23/67] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3104a0e..2e2b9d3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "3.13.1~yn6", + "version": "3.13.1~ynh6", "url": "www.bludit.com", "upstream": { "license": "MIT", From ff68a4693b2f80692ac0f4f68035c2de77ad8aa9 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 4 Oct 2021 15:34:06 +0000 Subject: [PATCH 24/67] 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 28d8004..cb84a41 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, Fast, Secure, Flat-File CMS -**Shipped version:** 3.13.1~ynh5 +**Shipped version:** 3.13.1~ynh6 **Demo:** https://demo.example.com diff --git a/README_fr.md b/README_fr.md index c6783e1..152b0d3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour CMS simple, rapide, sécurisé et à fichier plat -**Version incluse :** 3.13.1~ynh5 +**Version incluse :** 3.13.1~ynh6 **Démo :** https://demo.example.com From 39175f561886a93f07d36a7a9b68afcd9f6606f9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Oct 2021 19:48:43 +0200 Subject: [PATCH 25/67] Update manifest.json --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2e2b9d3..7ef7759 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,6 @@ "website": "www.bludit.com", "demo": "https://demo.example.com", "admindoc": "https://docs.bludit.com/en/", - "userdoc": "https://yunohost.org/en/app_bludit", "code": "https://github.com/bludit/bludit" }, "license": "MIT", From 47a1c739c04b1b6560e56b9b5deadb0d54f7e1df Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 4 Oct 2021 17:48:50 +0000 Subject: [PATCH 26/67] Auto-update README --- README.md | 1 - README_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index cb84a41..4ae226f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Simple, Fast, Secure, Flat-File CMS ## Documentation and resources * Official app website: www.bludit.com -* Official user documentation: https://yunohost.org/en/app_bludit * Official admin documentation: https://docs.bludit.com/en/ * Upstream app code repository: https://github.com/bludit/bludit * YunoHost documentation for this app: https://yunohost.org/app_bludit diff --git a/README_fr.md b/README_fr.md index 152b0d3..a0a9e37 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,6 @@ CMS simple, rapide, sécurisé et à fichier plat ## Documentations et ressources * Site officiel de l'app : www.bludit.com -* Documentation officielle utilisateur : https://yunohost.org/en/app_bludit * Documentation officielle de l'admin : https://docs.bludit.com/en/ * Dépôt de code officiel de l'app : https://github.com/bludit/bludit * Documentation YunoHost pour cette app : https://yunohost.org/app_bludit From f4ff3336eb1f2f03d977e66b049a0b11e3d9ce87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:52:45 +0100 Subject: [PATCH 27/67] Upgrade to version 4.0.0-beta2 (#16) * Upgrade to v4.0.0-beta2 * Auto-update README Co-authored-by: yunohost-bot Co-authored-by: Yunohost-Bot <> --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 90 +++++++++++++++++++++++++-------------------------- 3 files changed, 47 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 4ae226f..228d6c5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, Fast, Secure, Flat-File CMS -**Shipped version:** 3.13.1~ynh6 +**Shipped version:** 4.0.0-beta2~ynh1 **Demo:** https://demo.example.com diff --git a/README_fr.md b/README_fr.md index a0a9e37..91a9383 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour CMS simple, rapide, sécurisé et à fichier plat -**Version incluse :** 3.13.1~ynh6 +**Version incluse :** 4.0.0-beta2~ynh1 **Démo :** https://demo.example.com diff --git a/manifest.json b/manifest.json index 7ef7759..183b3cb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,54 +1,54 @@ { - "name": "Bludit", - "id": "bludit", - "packaging_format": 1, - "description": { - "en": "Simple, Fast, Secure, Flat-File CMS", - "fr": "CMS simple, rapide, sécurisé et à fichier plat" - }, - "version": "3.13.1~ynh6", - "url": "www.bludit.com", - "upstream": { + "name": "Bludit", + "id": "bludit", + "packaging_format": 1, + "description": { + "en": "Simple, Fast, Secure, Flat-File CMS", + "fr": "CMS simple, rapide, sécurisé et à fichier plat" + }, + "version": "4.0.0-beta2~ynh1", + "url": "www.bludit.com", + "upstream": { "license": "MIT", "website": "www.bludit.com", "demo": "https://demo.example.com", "admindoc": "https://docs.bludit.com/en/", "code": "https://github.com/bludit/bludit" }, - "license": "MIT", - "maintainer": { - "name": "eric_G", - "email": "" - }, - "requirements": { - "yunohost": ">= 4.2.4" - }, - "multi_instance": true, - "services": [ - "nginx", - "php7.3-fpm" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain" + "license": "MIT", + "maintainer": { + "name": "eric_G", + "email": "" }, - { - "name": "path", - "type": "path", - "example": "/bludit", - "default": "/bludit" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If enabled, Bludit will be accessible by people who do not have an account. This can be changed later via the webadmin.", - "fr": "Si cette case est cochée, Bludit sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." - }, - "default": true - } - ] - } + "requirements": { + "yunohost": ">= 4.2.4" + }, + "multi_instance": true, + "services": [ + "nginx", + "php7.3-fpm" + ], + "arguments": { + "install": [ + { + "name": "domain", + "type": "domain" + }, + { + "name": "path", + "type": "path", + "example": "/bludit", + "default": "/bludit" + }, + { + "name": "is_public", + "type": "boolean", + "help": { + "en": "If enabled, Bludit will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Bludit sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, + "default": true + } + ] + } } From 092a66b84d6bf8d391de19eb389fd683d900843e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:56:04 +0100 Subject: [PATCH 28/67] 4.3 (#15) --- conf/nginx.conf | 5 ----- manifest.json | 2 +- scripts/_common.sh | 2 +- scripts/backup | 2 +- scripts/change_url | 2 +- scripts/install | 13 +++++++++++-- scripts/remove | 10 +++++++++- scripts/restore | 12 ++++++++---- scripts/upgrade | 25 ++++++++++++++++--------- 9 files changed, 48 insertions(+), 25 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 769b154..c02ebe4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,11 +4,6 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index index.php; client_max_body_size 10M; diff --git a/manifest.json b/manifest.json index 183b3cb..f5bb262 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index a3e80ec..962dc59 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ YNH_PHP_VERSION="7.3" -extra_php_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-dom" +pkg_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-dom" #================================================= # PERSONAL HELPERS diff --git a/scripts/backup b/scripts/backup index 88a8aa0..e4db463 100644 --- a/scripts/backup +++ b/scripts/backup @@ -51,4 +51,4 @@ ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" # END OF SCRIPT #================================================= -ynh_print_info --message="Backup script completed for Bludit. (YunoHost will then actually copy those files to the archive)." +ynh_print_info --message="Backup script completed for $app. (YunoHost will then actually copy those files to the archive)." diff --git a/scripts/change_url b/scripts/change_url index 61cba03..bfb0460 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -87,4 +87,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Change of URL completed for Bludit" --last +ynh_script_progression --message="Change of URL completed for $app" --last diff --git a/scripts/install b/scripts/install index f8af543..21539ff 100644 --- a/scripts/install +++ b/scripts/install @@ -23,6 +23,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH is_public=$YNH_APP_ARG_IS_PUBLIC +phpversion=$YNH_PHP_VERSION app=$YNH_APP_INSTANCE_NAME @@ -44,6 +45,14 @@ ynh_script_progression --message="Storing installation settings..." --weight=1 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url +ynh_app_setting_set --app=$app --key=phpversion --value=$phpversion + +#================================================= +# INSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Installing dependencies..." --weight=1 + +ynh_install_app_dependencies $pkg_dependencies #================================================= # CREATE DEDICATED USER @@ -80,7 +89,7 @@ ynh_add_nginx_config ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --package="$extra_php_dependencies" +ynh_add_fpm_config phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= @@ -105,4 +114,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Installation of Bludit completed" --last +ynh_script_progression --message="Installation of $app completed" --last diff --git a/scripts/remove b/scripts/remove index f10acda..a806d67 100644 --- a/scripts/remove +++ b/scripts/remove @@ -20,6 +20,14 @@ domain=$(ynh_app_setting_get --app=$app --key=domain) db_name=$(ynh_app_setting_get --app=$app --key=db_name) final_path=$(ynh_app_setting_get --app=$app --key=final_path) +#================================================= +# REMOVE DEPENDENCIES +#================================================= +ynh_script_progression --message="Removing dependencies..." --weight=1 + +# Remove metapackage and its dependencies +ynh_remove_app_dependencies + #================================================= # REMOVE APP MAIN DIR #================================================= @@ -56,4 +64,4 @@ ynh_system_user_delete --username=$app # END OF SCRIPT #================================================= -ynh_script_progression --message="Removal of Bludit completed" --last +ynh_script_progression --message="Removal of $app completed" --last diff --git a/scripts/restore b/scripts/restore index 9f67c71..f2b5c0f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -69,10 +69,14 @@ ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=6 ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -ynh_add_fpm_config --package="$extra_php_dependencies" - #================================================= -# GENERIC FINALIZATION +# REINSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Reinstalling dependencies..." --weight=1 + +# Define and install dependencies +ynh_install_app_dependencies $pkg_dependencies + #================================================= # RELOAD NGINX AND PHP-FPM #================================================= @@ -85,4 +89,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Restoration completed for Bludit" --last +ynh_script_progression --message="Restoration completed for $app" --last diff --git a/scripts/upgrade b/scripts/upgrade index c1da157..d3effcb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -67,6 +67,13 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." - # Create a dedicated NGINX config ynh_add_nginx_config +#================================================= +# UPGRADE DEPENDENCIES +#================================================= +ynh_script_progression --message="Upgrading dependencies..." --weight=1 + +ynh_install_app_dependencies $pkg_dependencies + #================================================= # CREATE DEDICATED USER #================================================= @@ -96,6 +103,14 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" +#================================================= +# PHP-FPM CONFIGURATION +#================================================= +ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 + +# Create a dedicated PHP-FPM config +ynh_add_fpm_config + #================================================= # RELOAD NGINX #================================================= @@ -103,16 +118,8 @@ ynh_script_progression --message="Reloading NGINX web server..." --weight=2 ynh_systemd_action --service_name=nginx --action=reload -#================================================= -# PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 - -# Create a dedicated PHP-FPM config -ynh_add_fpm_config --package="$extra_php_dependencies" - #================================================= # END OF SCRIPT #================================================= -ynh_script_progression --message="Upgrade of Bludit completed" --last +ynh_script_progression --message="Upgrade of $app completed" --last From 6ffe5de12e187b14e6aabaeceaf276c9577e19ab Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 26 Nov 2021 06:13:48 +0000 Subject: [PATCH 29/67] Upgrade to v4.0.0-beta3 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f5bb262..05816bb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "4.0.0-beta2~ynh1", + "version": "4.0.0-beta3~ynh1", "url": "www.bludit.com", "upstream": { "license": "MIT", From efa5fcfceb74bda7d6ceaa307e80a0576e0573bd Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 26 Nov 2021 06:13:53 +0000 Subject: [PATCH 30/67] 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 228d6c5..332d440 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, Fast, Secure, Flat-File CMS -**Shipped version:** 4.0.0-beta2~ynh1 +**Shipped version:** 4.0.0-beta3~ynh1 **Demo:** https://demo.example.com diff --git a/README_fr.md b/README_fr.md index 91a9383..bb2c788 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour CMS simple, rapide, sécurisé et à fichier plat -**Version incluse :** 4.0.0-beta2~ynh1 +**Version incluse :** 4.0.0-beta3~ynh1 **Démo :** https://demo.example.com From e4ee5b66f79592d16c7c629e7b90d7134981be53 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 12 May 2022 20:02:49 +0200 Subject: [PATCH 31/67] rc3 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 2754174..ac57e2f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/bludit/bludit/archive/3.13.1.tar.gz -SOURCE_SUM=ec0f262335d371d9123110c55866b562b7e0238a20db2ac9f6b284d2ac3426ed +SOURCE_URL=https://github.com/bludit/bludit/archive/refs/tags/4.0.0-rc-3.tar.gz +SOURCE_SUM=aac59bd694f589d6b914623a67bed663e88f344209ebb2a5c139f77871ab190b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 05816bb..c77006d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "4.0.0-beta3~ynh1", + "version": "4.0.0-rc3~ynh1", "url": "www.bludit.com", "upstream": { "license": "MIT", From e705fb01b2c450ddbba846a5548f9e50cace439a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 12 May 2022 18:02:54 +0000 Subject: [PATCH 32/67] 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 332d440..c5445ae 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, Fast, Secure, Flat-File CMS -**Shipped version:** 4.0.0-beta3~ynh1 +**Shipped version:** 4.0.0-rc3~ynh1 **Demo:** https://demo.example.com diff --git a/README_fr.md b/README_fr.md index bb2c788..d799d35 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour CMS simple, rapide, sécurisé et à fichier plat -**Version incluse :** 4.0.0-beta3~ynh1 +**Version incluse :** 4.0.0-rc3~ynh1 **Démo :** https://demo.example.com From be3f965f6821346b911c8bc00ec4ca76b184e0bc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 12 May 2022 20:04:50 +0200 Subject: [PATCH 33/67] php8 --- scripts/_common.sh | 4 ++-- scripts/restore | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 962dc59..b806ab5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,9 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="8.0" -pkg_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-dom" +pkg_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-dom" #================================================= # PERSONAL HELPERS diff --git a/scripts/restore b/scripts/restore index f2b5c0f..493b0a4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -62,13 +62,6 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -#================================================= -# RESTORE THE PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=6 - -ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" - #================================================= # REINSTALL DEPENDENCIES #================================================= @@ -77,6 +70,13 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=1 # Define and install dependencies ynh_install_app_dependencies $pkg_dependencies +#================================================= +# RESTORE THE PHP-FPM CONFIGURATION +#================================================= +ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=6 + +ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" + #================================================= # RELOAD NGINX AND PHP-FPM #================================================= From bdece9f8916e54b00efb52ae3b752ad2a423d75b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 12 May 2022 20:06:26 +0200 Subject: [PATCH 34/67] Update check_process --- check_process | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index a6c65c9..cd68fd7 100644 --- a/check_process +++ b/check_process @@ -11,6 +11,7 @@ setup_private=1 setup_public=1 upgrade=1 + upgrade=1 from_commit=c619ee29991f96e53e5dfb91ad9eb2a6003359f0 backup_restore=1 multi_instance=1 change_url=1 @@ -18,6 +19,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. + ; commit=c619ee29991f96e53e5dfb91ad9eb2a6003359f0 + name=Testing (#12) manifest_arg=domain=DOMAIN&path=PATH&is_public=1& From c5ec56f91593adde89a3c498562bf70549e70e6d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 23 May 2022 12:45:07 +0200 Subject: [PATCH 35/67] Fix demo link --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c77006d..ead749e 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "upstream": { "license": "MIT", "website": "www.bludit.com", - "demo": "https://demo.example.com", + "demo": "https://demo.bludit.com", "admindoc": "https://docs.bludit.com/en/", "code": "https://github.com/bludit/bludit" }, From acf7c223c3420cec85f094be57835a42ce9862fb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 23 May 2022 10:45:13 +0000 Subject: [PATCH 36/67] 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 c5445ae..0a0cdc1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Simple, Fast, Secure, Flat-File CMS **Shipped version:** 4.0.0-rc3~ynh1 -**Demo:** https://demo.example.com +**Demo:** https://demo.bludit.com ## Screenshots diff --git a/README_fr.md b/README_fr.md index d799d35..0242315 100644 --- a/README_fr.md +++ b/README_fr.md @@ -15,7 +15,7 @@ CMS simple, rapide, sécurisé et à fichier plat **Version incluse :** 4.0.0-rc3~ynh1 -**Démo :** https://demo.example.com +**Démo :** https://demo.bludit.com ## Captures d'écran From 183d59696ec8f3a0318763e77e49472972b0f097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 5 Jul 2022 18:43:59 +0200 Subject: [PATCH 37/67] reorder --- doc/DECRIPTION.md | 5 +++++ manifest.json | 2 +- scripts/install | 1 - scripts/remove | 16 ++++++++-------- scripts/restore | 13 +++++++------ scripts/upgrade | 30 +++++++++++++++--------------- 6 files changed, 36 insertions(+), 31 deletions(-) create mode 100644 doc/DECRIPTION.md diff --git a/doc/DECRIPTION.md b/doc/DECRIPTION.md new file mode 100644 index 0000000..45ff103 --- /dev/null +++ b/doc/DECRIPTION.md @@ -0,0 +1,5 @@ +Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. + +Bludit is a Flat-File CMS. + +Bludit supports Markdown and HTML code for the content. \ No newline at end of file diff --git a/manifest.json b/manifest.json index ead749e..81b1c3f 100644 --- a/manifest.json +++ b/manifest.json @@ -26,7 +26,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm" + "php8.0-fpm" ], "arguments": { "install": [ diff --git a/scripts/install b/scripts/install index 21539ff..a1f7348 100644 --- a/scripts/install +++ b/scripts/install @@ -45,7 +45,6 @@ ynh_script_progression --message="Storing installation settings..." --weight=1 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url -ynh_app_setting_set --app=$app --key=phpversion --value=$phpversion #================================================= # INSTALL DEPENDENCIES diff --git a/scripts/remove b/scripts/remove index a806d67..eb4a012 100644 --- a/scripts/remove +++ b/scripts/remove @@ -20,14 +20,6 @@ domain=$(ynh_app_setting_get --app=$app --key=domain) db_name=$(ynh_app_setting_get --app=$app --key=db_name) final_path=$(ynh_app_setting_get --app=$app --key=final_path) -#================================================= -# REMOVE DEPENDENCIES -#================================================= -ynh_script_progression --message="Removing dependencies..." --weight=1 - -# Remove metapackage and its dependencies -ynh_remove_app_dependencies - #================================================= # REMOVE APP MAIN DIR #================================================= @@ -52,6 +44,14 @@ ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=3 # Remove the dedicated PHP-FPM config ynh_remove_fpm_config +#================================================= +# REMOVE DEPENDENCIES +#================================================= +ynh_script_progression --message="Removing dependencies..." --weight=1 + +# Remove metapackage and its dependencies +ynh_remove_app_dependencies + #================================================= # REMOVE DEDICATED USER #================================================= diff --git a/scripts/restore b/scripts/restore index 493b0a4..08a3e74 100644 --- a/scripts/restore +++ b/scripts/restore @@ -37,12 +37,6 @@ test ! -d $final_path \ #================================================= # STANDARD RESTORATION STEPS -#================================================= -# RESTORE THE NGINX CONFIGURATION -#================================================= - -ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" - #================================================= # RECREATE THE DEDICATED USER #================================================= @@ -77,6 +71,13 @@ ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=6 ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" +#================================================= +# RESTORE THE NGINX CONFIGURATION +#================================================= +ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1 + +ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" + #================================================= # RELOAD NGINX AND PHP-FPM #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index d3effcb..876924c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -59,21 +59,6 @@ if ynh_legacy_permissions_exists; then ynh_app_setting_delete --app=$app --key=is_public fi -#================================================= -# NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=2 - -# Create a dedicated NGINX config -ynh_add_nginx_config - -#================================================= -# UPGRADE DEPENDENCIES -#================================================= -ynh_script_progression --message="Upgrading dependencies..." --weight=1 - -ynh_install_app_dependencies $pkg_dependencies - #================================================= # CREATE DEDICATED USER #================================================= @@ -103,6 +88,13 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" +#================================================= +# UPGRADE DEPENDENCIES +#================================================= +ynh_script_progression --message="Upgrading dependencies..." --weight=1 + +ynh_install_app_dependencies $pkg_dependencies + #================================================= # PHP-FPM CONFIGURATION #================================================= @@ -111,6 +103,14 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 # Create a dedicated PHP-FPM config ynh_add_fpm_config +#================================================= +# NGINX CONFIGURATION +#================================================= +ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=2 + +# Create a dedicated NGINX config +ynh_add_nginx_config + #================================================= # RELOAD NGINX #================================================= From 94cd3d8088c6b59ed5885b01d382ee8e5a73d580 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 5 Jul 2022 16:44:04 +0000 Subject: [PATCH 38/67] Auto-update README --- README.md | 19 ++++++++++--------- README_fr.md | 25 +++++++++++++++---------- 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 0a0cdc1..ea9a846 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Bludit for YunoHost -[![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![Working status](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) [![Install Bludit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bludit) *[Lire ce readme en français.](./README_fr.md)* @@ -23,25 +23,26 @@ Simple, Fast, Secure, Flat-File CMS ## Screenshots -![](./doc/screenshots/bludit_1_en.png) +![Screenshot of Bludit](./doc/screenshots/bludit_1_en.png) ## Documentation and resources -* Official app website: www.bludit.com -* Official admin documentation: https://docs.bludit.com/en/ -* Upstream app code repository: https://github.com/bludit/bludit -* YunoHost documentation for this app: https://yunohost.org/app_bludit -* Report a bug: https://github.com/YunoHost-Apps/bludit_ynh/issues +* Official app website: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug or sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 0242315..127674c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # Bludit pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) [![Installer Bludit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bludit) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer Bludit rapidement et simplement sur un serveur YunoHost. Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* @@ -19,25 +23,26 @@ CMS simple, rapide, sécurisé et à fichier plat ## Captures d'écran -![](./doc/screenshots/bludit_1_en.png) +![Capture d'écran de Bludit](./doc/screenshots/bludit_1_en.png) ## Documentations et ressources -* Site officiel de l'app : www.bludit.com -* Documentation officielle de l'admin : https://docs.bludit.com/en/ -* Dépôt de code officiel de l'app : https://github.com/bludit/bludit -* Documentation YunoHost pour cette app : https://yunohost.org/app_bludit -* Signaler un bug : https://github.com/YunoHost-Apps/bludit_ynh/issues +* 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 Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug ou sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** From fbb0623c8e2ffc5dddf30339f2bcf4d8d0871ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 27 Aug 2022 19:22:17 +0200 Subject: [PATCH 39/67] Upgrade to bullseye --- manifest.json | 2 +- scripts/install | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 81b1c3f..d42c8a0 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index a1f7348..6339809 100644 --- a/scripts/install +++ b/scripts/install @@ -74,14 +74,6 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -#================================================= -# NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Configuring NGINX web server..." --weight=2 - -# Create a dedicated NGINX config -ynh_add_nginx_config - #================================================= # PHP-FPM CONFIGURATION #================================================= @@ -91,6 +83,14 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 ynh_add_fpm_config phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) +#================================================= +# NGINX CONFIGURATION +#================================================= +ynh_script_progression --message="Configuring NGINX web server..." --weight=2 + +# Create a dedicated NGINX config +ynh_add_nginx_config + #================================================= # SETUP SSOWAT #================================================= From caee1a8cb2853bb8c8c5c33d2e852b6734ab64f4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 27 Aug 2022 17:22:23 +0000 Subject: [PATCH 40/67] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea9a846..faee10b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Simple, Fast, Secure, Flat-File CMS **Shipped version:** 4.0.0-rc3~ynh1 + **Demo:** https://demo.bludit.com ## Screenshots diff --git a/README_fr.md b/README_fr.md index 127674c..567f871 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour CMS simple, rapide, sécurisé et à fichier plat -**Version incluse :** 4.0.0-rc3~ynh1 +**Version incluse :** 4.0.0-rc3~ynh1 + **Démo :** https://demo.bludit.com From 3b9b9a4b15c432ea34022b306434c01e22acc0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 7 Sep 2022 22:52:50 +0200 Subject: [PATCH 41/67] Update upgrade --- scripts/upgrade | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 876924c..5153f8b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,9 +77,6 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading Bludit..." --weight=2 - # Replace the old Bludit by the new one - ynh_secure_remove --file=$final_path - # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir=$final_path fi From 6791e6abac4a466b7ab9f0f207c247313a91d339 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 23 Sep 2022 07:47:49 +0200 Subject: [PATCH 42/67] Upgrade (#30) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Testing (#17) * Update README.md * Use SVG badge * Smaal fixes * Cleaning up * [autopatch] Missing ynh_abort_if_errors in change_url scripts (#6) Co-authored-by: Yunohost-Bot <> * Update manifest.json * Update manifest.json * Fix * [autopatch] Update issue and PR templates (#8) Co-authored-by: Yunohost-Bot <> * Add templates * Update check_process * Add templates * Add screenshots * Post max size * Auto-update README * Update manifest.json * Auto-update README * Create updater.yml * Fix * Cleaning up * Fix * Update manifest.json * Update manifest.json * Auto-update README * Update manifest.json * Auto-update README * Upgrade to version 4.0.0-beta2 (#16) * Upgrade to v4.0.0-beta2 * Auto-update README Co-authored-by: yunohost-bot Co-authored-by: Yunohost-Bot <> * 4.3 (#15) * Upgrade to v4.0.0-beta3 * Auto-update README * rc3 * Auto-update README * php8 * Update check_process * Fix demo link * Auto-update README * reorder * Auto-update README * Upgrade to bullseye * Auto-update README Co-authored-by: YunoHost Bot Co-authored-by: Yunohost-Bot <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: tituspijean Co-authored-by: yunohost-bot * Revert "Testing (#17)" (#25) This reverts commit 64a84a3dc702cfeb57bd93783b5829b0c2551e46. * 3.14.1 (#28) * 3.14.1 * Auto-update README * Update upgrade Co-authored-by: yunohost-bot * Apply example_ynh * Auto-update README Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: YunoHost Bot Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: tituspijean Co-authored-by: yunohost-bot --- .github/workflows/updater.sh | 58 +++++++++------------------ .github/workflows/updater.yml | 1 + README.md | 8 +++- README_fr.md | 8 +++- check_process | 1 + conf/app.src | 6 ++- conf/nginx.conf | 4 +- doc/{DECRIPTION.md => DESCRIPTION.md} | 0 manifest.json | 2 +- scripts/_common.sh | 6 ++- scripts/backup | 7 ++++ scripts/change_url | 21 +++++++++- scripts/install | 12 ++++-- scripts/remove | 6 ++- scripts/restore | 9 ++++- scripts/upgrade | 19 +++++---- 16 files changed, 103 insertions(+), 65 deletions(-) rename doc/{DECRIPTION.md => DESCRIPTION.md} (100%) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 858a609..c763ffc 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -9,9 +9,6 @@ # Since each app is different, maintainers can adapt its contents so as to perform # automatic actions when a new upstream release is detected. -# Remove this exit command when you are ready to run this Action -#exit 1 - #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS #================================================= @@ -20,59 +17,44 @@ current_version=$(cat manifest.json | jq -j '.version|split("~")[0]') repo=$(cat manifest.json | jq -j '.upstream.code|split("https://github.com/")[1]') # Some jq magic is needed, because the latest upstream release is not always the latest version (e.g. security patches for older versions) -version=$(curl --silent "https://api.github.com/repos/$repo/releases" | jq -r '.[] | select( .prerelease != true ) | .tag_name' | sort -V | tail -1) -assets=($(curl --silent "https://api.github.com/repos/$repo/releases" | jq -r '[ .[] | select(.tag_name=="'$version'").assets[].browser_download_url ] | join(" ") | @sh' | tr -d "'")) +version=$(curl --silent "https://api.github.com/repos/$repo/releases" | jq -r '.[] | select( .tag_name | contains("rc") or contains("beta") or contains("alpha") | not ) | .tag_name' | sort -V | tail -1) +assets="https://github.com/bludit/bludit/archive/$version.tar.gz" -# if [[ ${version:0:1} == "v" || ${version:0:1} == "V" ]]; then -# version=${version:1} -# fi +# Later down the script, we assume the version has only digits and dots +# Sometimes the release name starts with a "v", so let's filter it out. +# You may need more tweaks here if the upstream repository has different naming conventions. +if [[ ${version:0:1} == "v" || ${version:0:1} == "V" ]]; then + version=${version:1} +fi # Setting up the environment variables echo "Current version: $current_version" echo "Latest release from upstream: $version" echo "VERSION=$version" >> $GITHUB_ENV +echo "REPO=$repo" >> $GITHUB_ENV # For the time being, let's assume the script will fail echo "PROCEED=false" >> $GITHUB_ENV # Proceed only if the retrieved version is greater than the current one if ! dpkg --compare-versions "$current_version" "lt" "$version" ; then - echo "::warning ::No new version available" - exit 0 + echo "::warning ::No new version available" + exit 0 # Proceed only if a PR for this new version does not already exist elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY.git ci-auto-update-v$version ; then - echo "::warning ::A branch already exists for this update" - exit 0 + echo "::warning ::A branch already exists for this update" + exit 0 fi -# Each release can hold multiple assets (e.g. binaries for different architectures, source code, etc.) -echo "${#assets[@]} available asset(s)" - #================================================= # UPDATE SOURCE FILES #================================================= -# Here we use the $assets variable to get the resources published in the upstream release. -# Here is an example for Grav, it has to be adapted in accordance with how the upstream releases look like. - -# Let's loop over the array of assets URLs -for asset_url in ${assets[@]}; do +# Let's download source tarball +asset_url=$assets echo "Handling asset at $asset_url" -# Assign the asset to a source file in conf/ directory -# Here we base the source file name upon a unique keyword in the assets url (admin vs. update) -# Leave $src empty to ignore the asset -case $asset_url in - *".tar.gz") - src="app" - ;; - *) - src="" - ;; -esac - -# If $src is not empty, let's process the asset -if [ ! -z "$src" ]; then +src="app" # Create the temporary directory tempdir="$(mktemp -d)" @@ -99,15 +81,11 @@ SOURCE_SUM=$checksum SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=$extension SOURCE_IN_SUBDIR=true +SOURCE_FILENAME= +SOURCE_EXTRACT=true EOT echo "... conf/$src.src updated" -else -echo "... asset ignored" -fi - -done - #================================================= # SPECIFIC UPDATE STEPS #================================================= diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index ca77fed..fb72ba0 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -40,6 +40,7 @@ jobs: committer: 'yunohost-bot ' author: 'yunohost-bot ' signoff: false + base: testing branch: ci-auto-update-v${{ env.VERSION }} delete-branch: true title: 'Upgrade to version ${{ env.VERSION }}' diff --git a/README.md b/README.md index faee10b..ede603b 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Simple, Fast, Secure, Flat-File CMS +Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. -**Shipped version:** 4.0.0-rc3~ynh1 +Bludit is a Flat-File CMS. + +Bludit supports Markdown and HTML code for the content. + +**Shipped version:** 3.14.1~ynh1 **Demo:** https://demo.bludit.com diff --git a/README_fr.md b/README_fr.md index 567f871..1aea0ae 100644 --- a/README_fr.md +++ b/README_fr.md @@ -15,9 +15,13 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -CMS simple, rapide, sécurisé et à fichier plat +Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. -**Version incluse :** 4.0.0-rc3~ynh1 +Bludit is a Flat-File CMS. + +Bludit supports Markdown and HTML code for the content. + +**Version incluse :** 3.14.1~ynh1 **Démo :** https://demo.bludit.com diff --git a/check_process b/check_process index cd68fd7..1767cc9 100644 --- a/check_process +++ b/check_process @@ -14,6 +14,7 @@ upgrade=1 from_commit=c619ee29991f96e53e5dfb91ad9eb2a6003359f0 backup_restore=1 multi_instance=1 + port_already_use=0 change_url=1 ;;; Options Email= diff --git a/conf/app.src b/conf/app.src index ac57e2f..a2441b7 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,7 @@ -SOURCE_URL=https://github.com/bludit/bludit/archive/refs/tags/4.0.0-rc-3.tar.gz -SOURCE_SUM=aac59bd694f589d6b914623a67bed663e88f344209ebb2a5c139f77871ab190b +SOURCE_URL=https://github.com/bludit/bludit/archive/3.14.1.tar.gz +SOURCE_SUM=27f96c1cd478c0885d402ccd5192ee5c227e5293ea23f53f92d652b9e46bf7af SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true +SOURCE_FILENAME= +SOURCE_EXTRACT=true diff --git a/conf/nginx.conf b/conf/nginx.conf index c02ebe4..52ba9bd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,10 +2,11 @@ location __PATH__/ { # Path to source - alias __FINALPATH__/ ; + alias __FINALPATH__/; index index.php; + # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file client_max_body_size 10M; if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } @@ -21,6 +22,7 @@ location __PATH__/ { location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock; + fastcgi_index index.php; include fastcgi_params; fastcgi_param REMOTE_USER $remote_user; diff --git a/doc/DECRIPTION.md b/doc/DESCRIPTION.md similarity index 100% rename from doc/DECRIPTION.md rename to doc/DESCRIPTION.md diff --git a/manifest.json b/manifest.json index d42c8a0..00c5d31 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "4.0.0-rc3~ynh1", + "version": "3.14.1~ynh1", "url": "www.bludit.com", "upstream": { "license": "MIT", diff --git a/scripts/_common.sh b/scripts/_common.sh index b806ab5..53fbef8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,10 +3,14 @@ #================================================= # COMMON VARIABLES #================================================= +# PHP APP SPECIFIC +#================================================= YNH_PHP_VERSION="8.0" +php_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-dom" -pkg_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-dom" +# dependencies used by the app (must be on a single line) +pkg_dependencies="$php_dependencies" #================================================= # PERSONAL HELPERS diff --git a/scripts/backup b/scripts/backup index e4db463..9b12047 100644 --- a/scripts/backup +++ b/scripts/backup @@ -1,9 +1,12 @@ #!/bin/bash +#================================================= +# GENERIC START #================================================= # IMPORT GENERIC HELPERS #================================================= +# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers @@ -11,6 +14,10 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= +ynh_clean_setup () { + true +} +# Exit if an error occurs during the execution of the script ynh_abort_if_errors #================================================= diff --git a/scripts/change_url b/scripts/change_url index bfb0460..0652a0f 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -8,7 +8,6 @@ source _common.sh source /usr/share/yunohost/helpers -ynh_abort_if_errors #================================================= # RETRIEVE ARGUMENTS @@ -27,8 +26,26 @@ app=$YNH_APP_INSTANCE_NAME #================================================= ynh_script_progression --message="Loading installation settings..." --weight=1 +# Needed for helper "ynh_add_nginx_config" final_path=$(ynh_app_setting_get --app=$app --key=final_path) +#================================================= +# BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP +#================================================= +ynh_script_progression --message="Backing up the app before changing its URL (may take a while)..." --weight=1 + +# Backup the current version of the app +ynh_backup_before_upgrade +ynh_clean_setup () { + # Remove the new domain config file, the remove script won't do it as it doesn't know yet its location. + ynh_secure_remove --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" + + # Restore it if the upgrade fails + ynh_restore_upgradebackup +} +# Exit if an error occurs during the execution of the script +ynh_abort_if_errors + #================================================= # CHECK WHICH PARTS SHOULD BE CHANGED #================================================= @@ -76,6 +93,8 @@ then ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" fi +#================================================= +# GENERIC FINALISATION #================================================= # RELOAD NGINX #================================================= diff --git a/scripts/install b/scripts/install index 6339809..0d30983 100644 --- a/scripts/install +++ b/scripts/install @@ -13,6 +13,9 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= +ynh_clean_setup () { + true +} # Exit if an error occurs during the execution of the script ynh_abort_if_errors @@ -23,7 +26,6 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH is_public=$YNH_APP_ARG_IS_PUBLIC -phpversion=$YNH_PHP_VERSION app=$YNH_APP_INSTANCE_NAME @@ -33,7 +35,7 @@ app=$YNH_APP_INSTANCE_NAME ynh_script_progression --message="Validating installation parameters..." --weight=1 final_path=/var/www/$app -test ! -e "$final_path" || ynh_die "This path already contains a folder" +test ! -e "$final_path" || ynh_die --message="This path already contains a folder" # Register (book) web path ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url @@ -91,14 +93,18 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=2 # Create a dedicated NGINX config ynh_add_nginx_config +#================================================= +# SPECIFIC SETUP #================================================= # SETUP SSOWAT #================================================= ynh_script_progression --message="Configuring permissions..." --weight=1 -# Make app public if necessary or protect it +# Make app public if necessary if [ $is_public -eq 1 ] then + # Everyone can access the app. + # The "main" permission is automatically created before the install script. ynh_permission_update --permission="main" --add="visitors" fi diff --git a/scripts/remove b/scripts/remove index eb4a012..31fa146 100644 --- a/scripts/remove +++ b/scripts/remove @@ -20,12 +20,14 @@ domain=$(ynh_app_setting_get --app=$app --key=domain) db_name=$(ynh_app_setting_get --app=$app --key=db_name) final_path=$(ynh_app_setting_get --app=$app --key=final_path) +#================================================= +# STANDARD REMOVE #================================================= # REMOVE APP MAIN DIR #================================================= -ynh_script_progression --message="Removing Bludit main directory..." --weight=4 +ynh_script_progression --message="Removing app main directory..." --weight=4 -# Remove Bludit directory securely +# Remove the app directory securely ynh_secure_remove --file="$final_path" #================================================= diff --git a/scripts/restore b/scripts/restore index 3bbd801..4fd75c7 100644 --- a/scripts/restore +++ b/scripts/restore @@ -6,6 +6,7 @@ # IMPORT GENERIC HELPERS #================================================= +# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers @@ -13,12 +14,16 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= +ynh_clean_setup () { + true +} +# Exit if an error occurs during the execution of the script ynh_abort_if_errors #================================================= # LOAD SETTINGS #================================================= -ynh_script_progression --message="Loading settings..." --weight=1 +ynh_script_progression --message="Loading installation settings..." --weight=1 app=$YNH_APP_INSTANCE_NAME @@ -48,7 +53,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= # RESTORE THE APP MAIN DIR #================================================= -ynh_script_progression --message="Restoring Bludit main directory..." --weight=2 +ynh_script_progression --message="Restoring the app main directory..." --weight=2 ynh_restore_file --origin_path="$final_path" diff --git a/scripts/upgrade b/scripts/upgrade index 5153f8b..9e70719 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -24,23 +24,26 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # CHECK VERSION #================================================= +ynh_script_progression --message="Checking version..." --weight=1 upgrade_type=$(ynh_check_app_version_changed) #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #================================================= -ynh_script_progression --message="Backing up Bludit before upgrading..." --weight=7 +ynh_script_progression --message="Backing up the app before upgrading (may take a while)..." --weight=7 -# Backup the current version of Bludit +# Backup the current version of the app ynh_backup_before_upgrade ynh_clean_setup () { - # restore it if the upgrade fails + # Restore it if the upgrade fails ynh_restore_upgradebackup } # Exit if an error occurs during the execution of the script ynh_abort_if_errors +#================================================= +# STANDARD UPGRADE STEPS #================================================= # ENSURE DOWNWARD COMPATIBILITY #================================================= @@ -68,17 +71,15 @@ ynh_script_progression --message="Making sure dedicated system user exists..." - ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= -# SPECIFIC UPGRADE -#================================================= -# UPGRADING BLUDIT +# DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= if [ "$upgrade_type" == "UPGRADE_APP" ] then - ynh_script_progression --message="Upgrading Bludit..." --weight=2 + ynh_script_progression --message="Upgrading source files..." --weight=2 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir=$final_path + ynh_setup_source --dest_dir="$final_path" fi chmod 750 "$final_path" @@ -108,6 +109,8 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." - # Create a dedicated NGINX config ynh_add_nginx_config +#================================================= +# GENERIC FINALIZATION #================================================= # RELOAD NGINX #================================================= From 444844bcf862aec351d59d02729b5ba4fffec2d4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 23 Sep 2022 19:07:30 +0000 Subject: [PATCH 43/67] Auto-update README --- README.md | 2 ++ README_fr.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index d5f54e1..ede603b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. +Bludit is a Flat-File CMS. + Bludit supports Markdown and HTML code for the content. **Shipped version:** 3.14.1~ynh1 diff --git a/README_fr.md b/README_fr.md index fbaf315..1aea0ae 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,6 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. +Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. From 1a95ae09e2121c6e1875fd4cec7bb1d0a0ef1c6d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 23 Sep 2022 23:19:03 +0200 Subject: [PATCH 44/67] Update manifest.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 00c5d31..82d7603 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "3.14.1~ynh1", + "version": "3.14.1~ynh2", "url": "www.bludit.com", "upstream": { "license": "MIT", From 8cd6b7a34d7be839fc3c6a48ea42c56f07b38f3e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 23 Sep 2022 21:19:06 +0000 Subject: [PATCH 45/67] 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 ede603b..3051ccc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Shipped version:** 3.14.1~ynh1 +**Shipped version:** 3.14.1~ynh2 **Demo:** https://demo.bludit.com diff --git a/README_fr.md b/README_fr.md index 1aea0ae..b93b222 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Version incluse :** 3.14.1~ynh1 +**Version incluse :** 3.14.1~ynh2 **Démo :** https://demo.bludit.com From 9ebf1936861b3120f951a3e91b666a9bc5e5aabc Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Fri, 24 Feb 2023 00:37:24 +0100 Subject: [PATCH 46/67] Upgrade auto-updater (#33) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean --- .github/workflows/updater.yml | 4 ++-- README.md | 4 ++-- README_fr.md | 24 ++++++++++++------------ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fb72ba0..a56d7cb 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} diff --git a/README.md b/README.md index 3051ccc..fe2e063 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Bludit for YunoHost -[![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![Working status](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![Working status](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) + [![Install Bludit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bludit) *[Lire ce readme en français.](./README_fr.md)* @@ -23,7 +24,6 @@ Bludit supports Markdown and HTML code for the content. **Shipped version:** 3.14.1~ynh2 - **Demo:** https://demo.bludit.com ## Screenshots diff --git a/README_fr.md b/README_fr.md index b93b222..f298975 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,16 @@ It shall NOT be edited by hand. # Bludit pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg) + [![Installer Bludit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bludit) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Bludit rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Bludit rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. @@ -21,20 +22,19 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Version incluse :** 3.14.1~ynh2 - +**Version incluse :** 3.14.1~ynh2 **Démo :** https://demo.bludit.com -## Captures d'écran +## Captures d’écran -![Capture d'écran de Bludit](./doc/screenshots/bludit_1_en.png) +![Capture d’écran de Bludit](./doc/screenshots/bludit_1_en.png) ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* 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 : @@ -50,4 +50,4 @@ ou sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From ec31fd2f0c9fd0bbf838eadcbbb3f910dec0ea3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 5 Mar 2023 22:53:01 +0100 Subject: [PATCH 47/67] Version 2 (#34) * v2 * v2 * Delete DISCLAIMER.md * Fix * Update extra_php-fpm.conf * fix * Fix * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- check_process | 25 --- conf/extra_php-fpm.conf | 4 + conf/nginx.conf | 4 +- conf/php-fpm.conf | 430 ---------------------------------------- doc/DISCLAIMER.md | 0 manifest.json | 54 ----- manifest.toml | 52 +++++ scripts/_common.sh | 6 - scripts/backup | 23 +-- scripts/change_url | 86 +------- scripts/install | 87 +------- scripts/remove | 37 ---- scripts/restore | 55 +---- scripts/upgrade | 79 +------- tests.toml | 7 + 17 files changed, 80 insertions(+), 873 deletions(-) delete mode 100644 check_process create mode 100644 conf/extra_php-fpm.conf delete mode 100644 conf/php-fpm.conf delete mode 100644 doc/DISCLAIMER.md delete mode 100644 manifest.json create mode 100644 manifest.toml create mode 100644 tests.toml diff --git a/README.md b/README.md index fe2e063..a015ca4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Shipped version:** 3.14.1~ynh2 +**Shipped version:** 3.14.1~ynh3 **Demo:** https://demo.bludit.com diff --git a/README_fr.md b/README_fr.md index f298975..6a6a468 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Version incluse :** 3.14.1~ynh2 +**Version incluse :** 3.14.1~ynh3 **Démo :** https://demo.bludit.com diff --git a/check_process b/check_process deleted file mode 100644 index 1767cc9..0000000 --- a/check_process +++ /dev/null @@ -1,25 +0,0 @@ -;; Nom du test - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - upgrade=1 from_commit=c619ee29991f96e53e5dfb91ad9eb2a6003359f0 - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=c619ee29991f96e53e5dfb91ad9eb2a6003359f0 - name=Testing (#12) - manifest_arg=domain=DOMAIN&path=PATH&is_public=1& diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf new file mode 100644 index 0000000..700c37c --- /dev/null +++ b/conf/extra_php-fpm.conf @@ -0,0 +1,4 @@ +; Additional php.ini defines, specific to this pool of workers. + +php_admin_value[upload_max_filesize] = 50M +php_admin_value[post_max_size] = 50M diff --git a/conf/nginx.conf b/conf/nginx.conf index 52ba9bd..b28ef9b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,12 +2,12 @@ location __PATH__/ { # Path to source - alias __FINALPATH__/; + alias __INSTALL_DIR__/; index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file - client_max_body_size 10M; + client_max_body_size 50M; if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf deleted file mode 100644 index 340380b..0000000 --- a/conf/php-fpm.conf +++ /dev/null @@ -1,430 +0,0 @@ -; Start a new pool named 'www'. -; the variable $pool can be used in any directive and will be replaced by the -; pool name ('www' here) -[__NAMETOCHANGE__] - -; Per pool prefix -; It only applies on the following directives: -; - 'access.log' -; - 'slowlog' -; - 'listen' (unixsocket) -; - 'chroot' -; - 'chdir' -; - 'php_values' -; - 'php_admin_values' -; When not set, the global prefix (or /usr) applies instead. -; Note: This directive can also be relative to the global prefix. -; Default Value: none -;prefix = /path/to/pools/$pool - -; Unix user/group of processes -; Note: The user is mandatory. If the group is not set, the default user's group -; will be used. -user = __USER__ -group = __USER__ - -; The address on which to accept FastCGI requests. -; Valid syntaxes are: -; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on -; a specific port; -; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on -; a specific port; -; 'port' - to listen on a TCP socket to all addresses -; (IPv6 and IPv4-mapped) on a specific port; -; '/path/to/unix/socket' - to listen on a unix socket. -; Note: This value is mandatory. -listen = /var/run/php/php__PHPVERSION__-fpm-__NAMETOCHANGE__.sock - -; Set listen(2) backlog. -; Default Value: 511 (-1 on FreeBSD and OpenBSD) -;listen.backlog = 511 - -; Set permissions for unix socket, if one is used. In Linux, read/write -; permissions must be set in order to allow connections from a web server. Many -; BSD-derived systems allow connections regardless of permissions. -; Default Values: user and group are set as the running user -; mode is set to 0660 -listen.owner = www-data -listen.group = www-data -;listen.mode = 0660 -; When POSIX Access Control Lists are supported you can set them using -; these options, value is a comma separated list of user/group names. -; When set, listen.owner and listen.group are ignored -;listen.acl_users = -;listen.acl_groups = - -; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect. -; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original -; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address -; must be separated by a comma. If this value is left blank, connections will be -; accepted from any ip address. -; Default Value: any -;listen.allowed_clients = 127.0.0.1 - -; Specify the nice(2) priority to apply to the pool processes (only if set) -; The value can vary from -19 (highest priority) to 20 (lower priority) -; Note: - It will only work if the FPM master process is launched as root -; - The pool processes will inherit the master process priority -; unless it specified otherwise -; Default Value: no set -; process.priority = -19 - -; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user -; or group is differrent than the master process user. It allows to create process -; core dump and ptrace the process for the pool user. -; Default Value: no -; process.dumpable = yes - -; Choose how the process manager will control the number of child processes. -; Possible Values: -; static - a fixed number (pm.max_children) of child processes; -; dynamic - the number of child processes are set dynamically based on the -; following directives. With this process management, there will be -; always at least 1 children. -; pm.max_children - the maximum number of children that can -; be alive at the same time. -; pm.start_servers - the number of children created on startup. -; pm.min_spare_servers - the minimum number of children in 'idle' -; state (waiting to process). If the number -; of 'idle' processes is less than this -; number then some children will be created. -; pm.max_spare_servers - the maximum number of children in 'idle' -; state (waiting to process). If the number -; of 'idle' processes is greater than this -; number then some children will be killed. -; ondemand - no children are created at startup. Children will be forked when -; new requests will connect. The following parameter are used: -; pm.max_children - the maximum number of children that -; can be alive at the same time. -; pm.process_idle_timeout - The number of seconds after which -; an idle process will be killed. -; Note: This value is mandatory. -pm = dynamic - -; The number of child processes to be created when pm is set to 'static' and the -; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'. -; This value sets the limit on the number of simultaneous requests that will be -; served. Equivalent to the ApacheMaxClients directive with mpm_prefork. -; Equivalent to the PHP_FCGI_CHILDREN environment variable in the original PHP -; CGI. The below defaults are based on a server without much resources. Don't -; forget to tweak pm.* to fit your needs. -; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand' -; Note: This value is mandatory. -pm.max_children = 5 - -; The number of child processes created on startup. -; Note: Used only when pm is set to 'dynamic' -; Default Value: min_spare_servers + (max_spare_servers - min_spare_servers) / 2 -pm.start_servers = 2 - -; The desired minimum number of idle server processes. -; Note: Used only when pm is set to 'dynamic' -; Note: Mandatory when pm is set to 'dynamic' -pm.min_spare_servers = 1 - -; The desired maximum number of idle server processes. -; Note: Used only when pm is set to 'dynamic' -; Note: Mandatory when pm is set to 'dynamic' -pm.max_spare_servers = 3 - -; The number of seconds after which an idle process will be killed. -; Note: Used only when pm is set to 'ondemand' -; Default Value: 10s -;pm.process_idle_timeout = 10s; - -; The number of requests each child process should execute before respawning. -; This can be useful to work around memory leaks in 3rd party libraries. For -; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS. -; Default Value: 0 -;pm.max_requests = 500 - -; The URI to view the FPM status page. If this value is not set, no URI will be -; recognized as a status page. It shows the following informations: -; pool - the name of the pool; -; process manager - static, dynamic or ondemand; -; start time - the date and time FPM has started; -; start since - number of seconds since FPM has started; -; accepted conn - the number of request accepted by the pool; -; listen queue - the number of request in the queue of pending -; connections (see backlog in listen(2)); -; max listen queue - the maximum number of requests in the queue -; of pending connections since FPM has started; -; listen queue len - the size of the socket queue of pending connections; -; idle processes - the number of idle processes; -; active processes - the number of active processes; -; total processes - the number of idle + active processes; -; max active processes - the maximum number of active processes since FPM -; has started; -; max children reached - number of times, the process limit has been reached, -; when pm tries to start more children (works only for -; pm 'dynamic' and 'ondemand'); -; Value are updated in real time. -; Example output: -; pool: www -; process manager: static -; start time: 01/Jul/2011:17:53:49 +0200 -; start since: 62636 -; accepted conn: 190460 -; listen queue: 0 -; max listen queue: 1 -; listen queue len: 42 -; idle processes: 4 -; active processes: 11 -; total processes: 15 -; max active processes: 12 -; max children reached: 0 -; -; By default the status page output is formatted as text/plain. Passing either -; 'html', 'xml' or 'json' in the query string will return the corresponding -; output syntax. Example: -; http://www.foo.bar/status -; http://www.foo.bar/status?json -; http://www.foo.bar/status?html -; http://www.foo.bar/status?xml -; -; By default the status page only outputs short status. Passing 'full' in the -; query string will also return status for each pool process. -; Example: -; http://www.foo.bar/status?full -; http://www.foo.bar/status?json&full -; http://www.foo.bar/status?html&full -; http://www.foo.bar/status?xml&full -; The Full status returns for each process: -; pid - the PID of the process; -; state - the state of the process (Idle, Running, ...); -; start time - the date and time the process has started; -; start since - the number of seconds since the process has started; -; requests - the number of requests the process has served; -; request duration - the duration in µs of the requests; -; request method - the request method (GET, POST, ...); -; request URI - the request URI with the query string; -; content length - the content length of the request (only with POST); -; user - the user (PHP_AUTH_USER) (or '-' if not set); -; script - the main script called (or '-' if not set); -; last request cpu - the %cpu the last request consumed -; it's always 0 if the process is not in Idle state -; because CPU calculation is done when the request -; processing has terminated; -; last request memory - the max amount of memory the last request consumed -; it's always 0 if the process is not in Idle state -; because memory calculation is done when the request -; processing has terminated; -; If the process is in Idle state, then informations are related to the -; last request the process has served. Otherwise informations are related to -; the current request being served. -; Example output: -; ************************ -; pid: 31330 -; state: Running -; start time: 01/Jul/2011:17:53:49 +0200 -; start since: 63087 -; requests: 12808 -; request duration: 1250261 -; request method: GET -; request URI: /test_mem.php?N=10000 -; content length: 0 -; user: - -; script: /home/fat/web/docs/php/test_mem.php -; last request cpu: 0.00 -; last request memory: 0 -; -; Note: There is a real-time FPM status monitoring sample web page available -; It's available in: /usr/share/php/7.0/fpm/status.html -; -; Note: The value must start with a leading slash (/). The value can be -; anything, but it may not be a good idea to use the .php extension or it -; may conflict with a real PHP file. -; Default Value: not set -;pm.status_path = /status - -; The ping URI to call the monitoring page of FPM. If this value is not set, no -; URI will be recognized as a ping page. This could be used to test from outside -; that FPM is alive and responding, or to -; - create a graph of FPM availability (rrd or such); -; - remove a server from a group if it is not responding (load balancing); -; - trigger alerts for the operating team (24/7). -; Note: The value must start with a leading slash (/). The value can be -; anything, but it may not be a good idea to use the .php extension or it -; may conflict with a real PHP file. -; Default Value: not set -;ping.path = /ping - -; This directive may be used to customize the response of a ping request. The -; response is formatted as text/plain with a 200 response code. -; Default Value: pong -;ping.response = pong - -; The access log file -; Default: not set -;access.log = log/$pool.access.log - -; The access log format. -; The following syntax is allowed -; %%: the '%' character -; %C: %CPU used by the request -; it can accept the following format: -; - %{user}C for user CPU only -; - %{system}C for system CPU only -; - %{total}C for user + system CPU (default) -; %d: time taken to serve the request -; it can accept the following format: -; - %{seconds}d (default) -; - %{miliseconds}d -; - %{mili}d -; - %{microseconds}d -; - %{micro}d -; %e: an environment variable (same as $_ENV or $_SERVER) -; it must be associated with embraces to specify the name of the env -; variable. Some exemples: -; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e -; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e -; %f: script filename -; %l: content-length of the request (for POST request only) -; %m: request method -; %M: peak of memory allocated by PHP -; it can accept the following format: -; - %{bytes}M (default) -; - %{kilobytes}M -; - %{kilo}M -; - %{megabytes}M -; - %{mega}M -; %n: pool name -; %o: output header -; it must be associated with embraces to specify the name of the header: -; - %{Content-Type}o -; - %{X-Powered-By}o -; - %{Transfert-Encoding}o -; - .... -; %p: PID of the child that serviced the request -; %P: PID of the parent of the child that serviced the request -; %q: the query string -; %Q: the '?' character if query string exists -; %r: the request URI (without the query string, see %q and %Q) -; %R: remote IP address -; %s: status (response code) -; %t: server time the request was received -; it can accept a strftime(3) format: -; %d/%b/%Y:%H:%M:%S %z (default) -; The strftime(3) format must be encapsuled in a %{}t tag -; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t -; %T: time the log has been written (the request has finished) -; it can accept a strftime(3) format: -; %d/%b/%Y:%H:%M:%S %z (default) -; The strftime(3) format must be encapsuled in a %{}t tag -; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t -; %u: remote user -; -; Default: "%R - %u %t \"%m %r\" %s" -;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%" - -; The log file for slow requests -; Default Value: not set -; Note: slowlog is mandatory if request_slowlog_timeout is set -;slowlog = log/$pool.log.slow - -; The timeout for serving a single request after which a PHP backtrace will be -; dumped to the 'slowlog' file. A value of '0s' means 'off'. -; Available units: s(econds)(default), m(inutes), h(ours), or d(ays) -; Default Value: 0 -;request_slowlog_timeout = 0 - -; The timeout for serving a single request after which the worker process will -; be killed. This option should be used when the 'max_execution_time' ini option -; does not stop script execution for some reason. A value of '0' means 'off'. -; Available units: s(econds)(default), m(inutes), h(ours), or d(ays) -; Default Value: 0 -request_terminate_timeout = 1d - -; Set open file descriptor rlimit. -; Default Value: system defined value -;rlimit_files = 1024 - -; Set max core size rlimit. -; Possible Values: 'unlimited' or an integer greater or equal to 0 -; Default Value: system defined value -;rlimit_core = 0 - -; Chroot to this directory at the start. This value must be defined as an -; absolute path. When this value is not set, chroot is not used. -; Note: you can prefix with '$prefix' to chroot to the pool prefix or one -; of its subdirectories. If the pool prefix is not set, the global prefix -; will be used instead. -; Note: chrooting is a great security feature and should be used whenever -; possible. However, all PHP paths will be relative to the chroot -; (error_log, sessions.save_path, ...). -; Default Value: not set -;chroot = - -; Chdir to this directory at the start. -; Note: relative path can be used. -; Default Value: current directory or / when chroot -chdir = __FINALPATH__ - -; Redirect worker stdout and stderr into main error log. If not set, stdout and -; stderr will be redirected to /dev/null according to FastCGI specs. -; Note: on highloaded environement, this can cause some delay in the page -; process time (several ms). -; Default Value: no -;catch_workers_output = yes - -; Clear environment in FPM workers -; Prevents arbitrary environment variables from reaching FPM worker processes -; by clearing the environment in workers before env vars specified in this -; pool configuration are added. -; Setting to "no" will make all environment variables available to PHP code -; via getenv(), $_ENV and $_SERVER. -; Default Value: yes -;clear_env = no - -; Limits the extensions of the main script FPM will allow to parse. This can -; prevent configuration mistakes on the web server side. You should only limit -; FPM to .php extensions to prevent malicious users to use other extensions to -; execute php code. -; Note: set an empty value to allow all extensions. -; Default Value: .php -;security.limit_extensions = .php .php3 .php4 .php5 .php7 - -; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from -; the current environment. -; Default Value: clean env -;env[HOSTNAME] = $HOSTNAME -;env[PATH] = /usr/local/bin:/usr/bin:/bin -;env[TMP] = /tmp -;env[TMPDIR] = /tmp -;env[TEMP] = /tmp - -; Additional php.ini defines, specific to this pool of workers. These settings -; overwrite the values previously defined in the php.ini. The directives are the -; same as the PHP SAPI: -; php_value/php_flag - you can set classic ini defines which can -; be overwritten from PHP call 'ini_set'. -; php_admin_value/php_admin_flag - these directives won't be overwritten by -; PHP call 'ini_set' -; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no. - -; Defining 'extension' will load the corresponding shared extension from -; extension_dir. Defining 'disable_functions' or 'disable_classes' will not -; overwrite previously defined php.ini values, but will append the new value -; instead. - -; Note: path INI options can be relative and will be expanded with the prefix -; (pool, global or /usr) - -; Default Value: nothing is defined by default except the values in php.ini and -; specified at startup with the -d argument -;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com -;php_flag[display_errors] = off -;php_admin_value[error_log] = /var/log/fpm-php.www.log -;php_admin_flag[log_errors] = on -;php_admin_value[memory_limit] = 32M - -; Common values to change to increase file upload limit -php_admin_value[upload_max_filesize] = 10M -php_admin_value[post_max_size] = 10M -; php_admin_flag[mail.add_x_header] = Off - -; Other common parameters -; php_admin_value[max_execution_time] = 600 -; php_admin_value[max_input_time] = 300 -; php_admin_value[memory_limit] = 256M -; php_admin_flag[short_open_tag] = On diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index e69de29..0000000 diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 82d7603..0000000 --- a/manifest.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "Bludit", - "id": "bludit", - "packaging_format": 1, - "description": { - "en": "Simple, Fast, Secure, Flat-File CMS", - "fr": "CMS simple, rapide, sécurisé et à fichier plat" - }, - "version": "3.14.1~ynh2", - "url": "www.bludit.com", - "upstream": { - "license": "MIT", - "website": "www.bludit.com", - "demo": "https://demo.bludit.com", - "admindoc": "https://docs.bludit.com/en/", - "code": "https://github.com/bludit/bludit" - }, - "license": "MIT", - "maintainer": { - "name": "eric_G", - "email": "" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": true, - "services": [ - "nginx", - "php8.0-fpm" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/bludit", - "default": "/bludit" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If enabled, Bludit will be accessible by people who do not have an account. This can be changed later via the webadmin.", - "fr": "Si cette case est cochée, Bludit sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." - }, - "default": true - } - ] - } -} diff --git a/manifest.toml b/manifest.toml new file mode 100644 index 0000000..c5f57cc --- /dev/null +++ b/manifest.toml @@ -0,0 +1,52 @@ +packaging_format = 2 + +id = "bludit" +name = "Bludit" +description.en = "Simple, Fast, Secure, Flat-File CMS" +description.fr = "CMS simple, rapide, sécurisé et à fichier plat" + +version = "3.14.1~ynh3" + +maintainers = ["eric_G"] + +[upstream] +license = "MIT" +website = "www.bludit.com" +demo = "https://demo.bludit.com" +admindoc = "https://docs.bludit.com/en/" +code = "https://github.com/bludit/bludit" + +[integration] +yunohost = ">= 11.1.13" +architectures = "all" +multi_instance = true +ldap = false +sso = false +disk = "50M" +ram.build = "50M" +ram.runtime = "50M" + +[install] + [install.domain] + type = "domain" + + [install.path] + type = "path" + default = "/bludit" + + [install.init_main_permission] + help.en = "If enabled, Bludit will be accessible by people who do not have an account. This can be changed later via the webadmin." + help.fr = "Si cette case est cochée, Bludit sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + type = "group" + default = "visitors" + +[resources] + [resources.system_user] + + [resources.install_dir] + + [resources.permissions] + main.url = "/" + + [resources.apt] + packages = "php8.0-gd php8.0-mbstring php8.0-dom" diff --git a/scripts/_common.sh b/scripts/_common.sh index 53fbef8..1e47ce7 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,12 +6,6 @@ # PHP APP SPECIFIC #================================================= -YNH_PHP_VERSION="8.0" -php_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-dom" - -# dependencies used by the app (must be on a single line) -pkg_dependencies="$php_dependencies" - #================================================= # PERSONAL HELPERS #================================================= diff --git a/scripts/backup b/scripts/backup index 9b12047..18f83fe 100644 --- a/scripts/backup +++ b/scripts/backup @@ -10,27 +10,6 @@ source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers -#================================================= -# MANAGE SCRIPT FAILURE -#================================================= - -ynh_clean_setup () { - true -} -# Exit if an error occurs during the execution of the script -ynh_abort_if_errors - -#================================================= -# LOAD SETTINGS -#================================================= -ynh_print_info --message="Loading installation settings..." - -app=$YNH_APP_INSTANCE_NAME - -final_path=$(ynh_app_setting_get --app=$app --key=final_path) -domain=$(ynh_app_setting_get --app=$app --key=domain) -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) - #================================================= # DECLARE DATA AND CONF FILES TO BACKUP #================================================= @@ -40,7 +19,7 @@ ynh_print_info --message="Declaring files to be backed up..." # BACKUP THE APP MAIN DIR #================================================= -ynh_backup --src_path="$final_path" +ynh_backup --src_path="$install_dir" #================================================= # BACKUP THE NGINX CONFIGURATION diff --git a/scripts/change_url b/scripts/change_url index 0652a0f..16e0f3c 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -9,59 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# RETRIEVE ARGUMENTS -#================================================= - -old_domain=$YNH_APP_OLD_DOMAIN -old_path=$YNH_APP_OLD_PATH - -new_domain=$YNH_APP_NEW_DOMAIN -new_path=$YNH_APP_NEW_PATH - -app=$YNH_APP_INSTANCE_NAME - -#================================================= -# LOAD SETTINGS -#================================================= -ynh_script_progression --message="Loading installation settings..." --weight=1 - -# Needed for helper "ynh_add_nginx_config" -final_path=$(ynh_app_setting_get --app=$app --key=final_path) - -#================================================= -# BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP -#================================================= -ynh_script_progression --message="Backing up the app before changing its URL (may take a while)..." --weight=1 - -# Backup the current version of the app -ynh_backup_before_upgrade -ynh_clean_setup () { - # Remove the new domain config file, the remove script won't do it as it doesn't know yet its location. - ynh_secure_remove --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" - - # Restore it if the upgrade fails - ynh_restore_upgradebackup -} -# Exit if an error occurs during the execution of the script -ynh_abort_if_errors - -#================================================= -# CHECK WHICH PARTS SHOULD BE CHANGED -#================================================= - -change_domain=0 -if [ "$old_domain" != "$new_domain" ] -then - change_domain=1 -fi - -change_path=0 -if [ "$old_path" != "$new_path" ] -then - change_path=1 -fi - #================================================= # STANDARD MODIFICATIONS #================================================= @@ -69,38 +16,7 @@ fi #================================================= ynh_script_progression --message="Updating NGINX web server configuration..." --weight=2 -nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf - -# Change the path in the NGINX config file -if [ $change_path -eq 1 ] -then - # Make a backup of the original NGINX config file if modified - ynh_backup_if_checksum_is_different --file="$nginx_conf_path" - # Set global variables for NGINX helper - domain="$old_domain" - path_url="$new_path" - # Create a dedicated NGINX config - ynh_add_nginx_config -fi - -# Change the domain for NGINX -if [ $change_domain -eq 1 ] -then - # Delete file checksum for the old conf file location - ynh_delete_file_checksum --file="$nginx_conf_path" - mv $nginx_conf_path /etc/nginx/conf.d/$new_domain.d/$app.conf - # Store file checksum for the new config file location - ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" -fi - -#================================================= -# GENERIC FINALISATION -#================================================= -# RELOAD NGINX -#================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=2 - -ynh_systemd_action --service_name=nginx --action=reload +ynh_change_url_nginx_config #================================================= # END OF SCRIPT diff --git a/scripts/install b/scripts/install index 0d30983..899d4d9 100644 --- a/scripts/install +++ b/scripts/install @@ -9,72 +9,16 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# MANAGE SCRIPT FAILURE -#================================================= - -ynh_clean_setup () { - true -} -# Exit if an error occurs during the execution of the script -ynh_abort_if_errors - -#================================================= -# RETRIEVE ARGUMENTS FROM THE MANIFEST -#================================================= - -domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH -is_public=$YNH_APP_ARG_IS_PUBLIC - -app=$YNH_APP_INSTANCE_NAME - -#================================================= -# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS -#================================================= -ynh_script_progression --message="Validating installation parameters..." --weight=1 - -final_path=/var/www/$app -test ! -e "$final_path" || ynh_die --message="This path already contains a folder" - -# Register (book) web path -ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url - -#================================================= -# STORE SETTINGS FROM MANIFEST -#================================================= -ynh_script_progression --message="Storing installation settings..." --weight=1 - -ynh_app_setting_set --app=$app --key=domain --value=$domain -ynh_app_setting_set --app=$app --key=path --value=$path_url - -#================================================= -# INSTALL DEPENDENCIES -#================================================= -ynh_script_progression --message="Installing dependencies..." --weight=1 - -ynh_install_app_dependencies $pkg_dependencies - -#================================================= -# CREATE DEDICATED USER -#================================================= -ynh_script_progression --message="Configuring system user..." --weight=1 - -# Create a system user -ynh_system_user_create --username=$app --home_dir="$final_path" - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= ynh_script_progression --message="Setting up source files..." --weight=7 -ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$final_path" +ynh_setup_source --dest_dir="$install_dir" -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" +chmod -R o-rwx "$install_dir" +chown -R $app:www-data "$install_dir" #================================================= # PHP-FPM CONFIGURATION @@ -82,8 +26,7 @@ chown -R $app:www-data "$final_path" ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 # Create a dedicated PHP-FPM config -ynh_add_fpm_config -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) +ynh_add_fpm_config --usage=low --footprint=low #================================================= # NGINX CONFIGURATION @@ -93,28 +36,6 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=2 # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# SPECIFIC SETUP -#================================================= -# SETUP SSOWAT -#================================================= -ynh_script_progression --message="Configuring permissions..." --weight=1 - -# Make app public if necessary -if [ $is_public -eq 1 ] -then - # Everyone can access the app. - # The "main" permission is automatically created before the install script. - ynh_permission_update --permission="main" --add="visitors" -fi - -#================================================= -# RELOAD NGINX -#================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=2 - -ynh_systemd_action --service_name=nginx --action=reload - #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/remove b/scripts/remove index 31fa146..e149006 100644 --- a/scripts/remove +++ b/scripts/remove @@ -9,27 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# LOAD SETTINGS -#================================================= -ynh_script_progression --message="Loading installation settings..." --weight=3 - -app=$YNH_APP_INSTANCE_NAME - -domain=$(ynh_app_setting_get --app=$app --key=domain) -db_name=$(ynh_app_setting_get --app=$app --key=db_name) -final_path=$(ynh_app_setting_get --app=$app --key=final_path) - -#================================================= -# STANDARD REMOVE -#================================================= -# REMOVE APP MAIN DIR -#================================================= -ynh_script_progression --message="Removing app main directory..." --weight=4 - -# Remove the app directory securely -ynh_secure_remove --file="$final_path" - #================================================= # REMOVE NGINX CONFIGURATION #================================================= @@ -46,22 +25,6 @@ ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=3 # Remove the dedicated PHP-FPM config ynh_remove_fpm_config -#================================================= -# REMOVE DEPENDENCIES -#================================================= -ynh_script_progression --message="Removing dependencies..." --weight=1 - -# Remove metapackage and its dependencies -ynh_remove_app_dependencies - -#================================================= -# REMOVE DEDICATED USER -#================================================= -ynh_script_progression --message="Removing the dedicated system user..." --weight=1 - -# Delete a system user -ynh_system_user_delete --username=$app - #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/restore b/scripts/restore index 4fd75c7..9e3149c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -10,64 +10,15 @@ source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers -#================================================= -# MANAGE SCRIPT FAILURE -#================================================= - -ynh_clean_setup () { - true -} -# Exit if an error occurs during the execution of the script -ynh_abort_if_errors - -#================================================= -# LOAD SETTINGS -#================================================= -ynh_script_progression --message="Loading installation settings..." --weight=1 - -app=$YNH_APP_INSTANCE_NAME - -domain=$(ynh_app_setting_get --app=$app --key=domain) -path_url=$(ynh_app_setting_get --app=$app --key=path) -final_path=$(ynh_app_setting_get --app=$app --key=final_path) -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) - -#================================================= -# CHECK IF THE APP CAN BE RESTORED -#================================================= -ynh_script_progression --message="Validating restoration parameters..." --weight=2 - -test ! -d $final_path \ - || ynh_die --message="There is already a directory: $final_path " - -#================================================= -# STANDARD RESTORATION STEPS -#================================================= -# RECREATE THE DEDICATED USER -#================================================= -ynh_script_progression --message="Recreating the dedicated system user..." --weight=3 - -# Create the dedicated user (if not existing) -ynh_system_user_create --username=$app --home_dir="$final_path" - #================================================= # RESTORE THE APP MAIN DIR #================================================= ynh_script_progression --message="Restoring the app main directory..." --weight=2 -ynh_restore_file --origin_path="$final_path" +ynh_restore_file --origin_path="$install_dir" -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" - -#================================================= -# REINSTALL DEPENDENCIES -#================================================= -ynh_script_progression --message="Reinstalling dependencies..." --weight=1 - -# Define and install dependencies -ynh_install_app_dependencies $pkg_dependencies +chmod -R o-rwx "$install_dir" +chown -R $app:www-data "$install_dir" #================================================= # RESTORE THE PHP-FPM CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 9e70719..d5f4cd7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,67 +9,13 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# LOAD SETTINGS -#================================================= -ynh_script_progression --message="Loading installation settings..." --weight=1 - -app=$YNH_APP_INSTANCE_NAME - -domain=$(ynh_app_setting_get --app=$app --key=domain) -path_url=$(ynh_app_setting_get --app=$app --key=path) -final_path=$(ynh_app_setting_get --app=$app --key=final_path) -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # CHECK VERSION #================================================= -ynh_script_progression --message="Checking version..." --weight=1 upgrade_type=$(ynh_check_app_version_changed) -#================================================= -# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP -#================================================= -ynh_script_progression --message="Backing up the app before upgrading (may take a while)..." --weight=7 - -# Backup the current version of the app -ynh_backup_before_upgrade -ynh_clean_setup () { - # Restore it if the upgrade fails - ynh_restore_upgradebackup -} -# Exit if an error occurs during the execution of the script -ynh_abort_if_errors - -#================================================= -# STANDARD UPGRADE STEPS -#================================================= -# ENSURE DOWNWARD COMPATIBILITY -#================================================= -ynh_script_progression --message="Ensuring downward compatibility..." --weight=2 - -# If final_path doesn't exist, create it -if [ -z "$final_path" ]; then - final_path=/var/www/$app - ynh_app_setting_set --app=$app --key=final_path --value=$final_path -fi - -# Cleaning legacy permissions -if ynh_legacy_permissions_exists; then - ynh_legacy_permissions_delete_all - - ynh_app_setting_delete --app=$app --key=is_public -fi - -#================================================= -# CREATE DEDICATED USER -#================================================= -ynh_script_progression --message="Making sure dedicated system user exists..." --weight=1 - -# Create a dedicated user (if not existing) -ynh_system_user_create --username=$app --home_dir="$final_path" - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= @@ -79,19 +25,11 @@ then ynh_script_progression --message="Upgrading source files..." --weight=2 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" + ynh_setup_source --dest_dir="$install_dir" fi -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" - -#================================================= -# UPGRADE DEPENDENCIES -#================================================= -ynh_script_progression --message="Upgrading dependencies..." --weight=1 - -ynh_install_app_dependencies $pkg_dependencies +chmod -R o-rwx "$install_dir" +chown -R $app:www-data "$install_dir" #================================================= # PHP-FPM CONFIGURATION @@ -99,7 +37,7 @@ ynh_install_app_dependencies $pkg_dependencies ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 # Create a dedicated PHP-FPM config -ynh_add_fpm_config +ynh_add_fpm_config --usage=low --footprint=low #================================================= # NGINX CONFIGURATION @@ -109,15 +47,6 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." - # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# GENERIC FINALIZATION -#================================================= -# RELOAD NGINX -#================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=2 - -ynh_systemd_action --service_name=nginx --action=reload - #================================================= # END OF SCRIPT #================================================= diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..91daf17 --- /dev/null +++ b/tests.toml @@ -0,0 +1,7 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ \ No newline at end of file From 542675ad367a39e4f0c64005870907fbb2fa3bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:42:02 +0200 Subject: [PATCH 48/67] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c5f57cc..c50b38e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://docs.bludit.com/en/" code = "https://github.com/bludit/bludit" [integration] -yunohost = ">= 11.1.13" +yunohost = ">= 11.1.16" architectures = "all" multi_instance = true ldap = false From 4a22a8c96ec30d44e6707fc6443d03a708451455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:43:31 +0200 Subject: [PATCH 49/67] src --- .github/workflows/updater.sh | 107 ---------------------------------- .github/workflows/updater.yml | 49 ---------------- conf/app.src | 7 --- manifest.toml | 10 +++- 4 files changed, 9 insertions(+), 164 deletions(-) delete mode 100644 .github/workflows/updater.sh delete mode 100644 .github/workflows/updater.yml delete mode 100644 conf/app.src diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh deleted file mode 100644 index c763ffc..0000000 --- a/.github/workflows/updater.sh +++ /dev/null @@ -1,107 +0,0 @@ -#!/bin/bash - -#================================================= -# PACKAGE UPDATING HELPER -#================================================= - -# This script is meant to be run by GitHub Actions -# The YunoHost-Apps organisation offers a template Action to run this script periodically -# Since each app is different, maintainers can adapt its contents so as to perform -# automatic actions when a new upstream release is detected. - -#================================================= -# FETCHING LATEST RELEASE AND ITS ASSETS -#================================================= - -# Fetching information -current_version=$(cat manifest.json | jq -j '.version|split("~")[0]') -repo=$(cat manifest.json | jq -j '.upstream.code|split("https://github.com/")[1]') -# Some jq magic is needed, because the latest upstream release is not always the latest version (e.g. security patches for older versions) -version=$(curl --silent "https://api.github.com/repos/$repo/releases" | jq -r '.[] | select( .tag_name | contains("rc") or contains("beta") or contains("alpha") | not ) | .tag_name' | sort -V | tail -1) -assets="https://github.com/bludit/bludit/archive/$version.tar.gz" - -# Later down the script, we assume the version has only digits and dots -# Sometimes the release name starts with a "v", so let's filter it out. -# You may need more tweaks here if the upstream repository has different naming conventions. -if [[ ${version:0:1} == "v" || ${version:0:1} == "V" ]]; then - version=${version:1} -fi - -# Setting up the environment variables -echo "Current version: $current_version" -echo "Latest release from upstream: $version" -echo "VERSION=$version" >> $GITHUB_ENV -echo "REPO=$repo" >> $GITHUB_ENV -# For the time being, let's assume the script will fail -echo "PROCEED=false" >> $GITHUB_ENV - -# Proceed only if the retrieved version is greater than the current one -if ! dpkg --compare-versions "$current_version" "lt" "$version" ; then - echo "::warning ::No new version available" - exit 0 -# Proceed only if a PR for this new version does not already exist -elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY.git ci-auto-update-v$version ; then - echo "::warning ::A branch already exists for this update" - exit 0 -fi - -#================================================= -# UPDATE SOURCE FILES -#================================================= - -# Let's download source tarball -asset_url=$assets - -echo "Handling asset at $asset_url" - -src="app" - -# Create the temporary directory -tempdir="$(mktemp -d)" - -# Download sources and calculate checksum -filename=${asset_url##*/} -curl --silent -4 -L $asset_url -o "$tempdir/$filename" -checksum=$(sha256sum "$tempdir/$filename" | head -c 64) - -# Delete temporary directory -rm -rf $tempdir - -# Get extension -if [[ $filename == *.tar.gz ]]; then - extension=tar.gz -else - extension=${filename##*.} -fi - -# Rewrite source file -cat < conf/$src.src -SOURCE_URL=$asset_url -SOURCE_SUM=$checksum -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=$extension -SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= -SOURCE_EXTRACT=true -EOT -echo "... conf/$src.src updated" - -#================================================= -# SPECIFIC UPDATE STEPS -#================================================= - -# Any action on the app's source code can be done. -# The GitHub Action workflow takes care of committing all changes after this script ends. - -#================================================= -# GENERIC FINALIZATION -#================================================= - -# Replace new version in manifest -echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json - -# No need to update the README, yunohost-bot takes care of it - -# The Action will proceed only if the PROCEED environment variable is set to true -echo "PROCEED=true" >> $GITHUB_ENV -exit 0 diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml deleted file mode 100644 index a56d7cb..0000000 --- a/.github/workflows/updater.yml +++ /dev/null @@ -1,49 +0,0 @@ -# This workflow allows GitHub Actions to automagically update your app whenever a new upstream release is detected. -# You need to enable Actions in your repository settings, and fetch this Action from the YunoHost-Apps organization. -# This file should be enough by itself, but feel free to tune it to your needs. -# It calls updater.sh, which is where you should put the app-specific update steps. -name: Check for new upstream releases -on: - # Allow to manually trigger the workflow - workflow_dispatch: - # Run it every day at 6:00 UTC - schedule: - - cron: '0 6 * * *' -jobs: - updater: - runs-on: ubuntu-latest - steps: - - name: Fetch the source code - uses: actions/checkout@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - name: Run the updater script - id: run_updater - run: | - # Setting up Git user - git config --global user.name 'yunohost-bot' - git config --global user.email 'yunohost-bot@users.noreply.github.com' - # Run the updater script - /bin/bash .github/workflows/updater.sh - - name: Commit changes - id: commit - if: ${{ env.PROCEED == 'true' }} - run: | - git commit -am "Upgrade to v$VERSION" - - name: Create Pull Request - id: cpr - if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: Update to version ${{ env.VERSION }} - committer: 'yunohost-bot ' - author: 'yunohost-bot ' - signoff: false - base: testing - branch: ci-auto-update-v${{ env.VERSION }} - delete-branch: true - title: 'Upgrade to version ${{ env.VERSION }}' - body: | - Upgrade to v${{ env.VERSION }} - draft: false diff --git a/conf/app.src b/conf/app.src deleted file mode 100644 index a2441b7..0000000 --- a/conf/app.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://github.com/bludit/bludit/archive/3.14.1.tar.gz -SOURCE_SUM=27f96c1cd478c0885d402ccd5192ee5c227e5293ea23f53f92d652b9e46bf7af -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=tar.gz -SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= -SOURCE_EXTRACT=true diff --git a/manifest.toml b/manifest.toml index c50b38e..d9e2327 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Bludit" description.en = "Simple, Fast, Secure, Flat-File CMS" description.fr = "CMS simple, rapide, sécurisé et à fichier plat" -version = "3.14.1~ynh3" +version = "3.14.1~ynh4" maintainers = ["eric_G"] @@ -41,6 +41,14 @@ ram.runtime = "50M" default = "visitors" [resources] + + [resources.sources] + + [resources.sources.main] + url = "https://github.com/bludit/bludit/archive/3.14.1.tar.gz" + sha256 = "27f96c1cd478c0885d402ccd5192ee5c227e5293ea23f53f92d652b9e46bf7af" + autoupdate.strategy = "latest_github_tag" + [resources.system_user] [resources.install_dir] From 36188adf871dccd384d4d789a7e22213196a5a36 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 3 Apr 2023 10:43:37 +0000 Subject: [PATCH 50/67] 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 a015ca4..21509ad 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Shipped version:** 3.14.1~ynh3 +**Shipped version:** 3.14.1~ynh4 **Demo:** https://demo.bludit.com diff --git a/README_fr.md b/README_fr.md index 6a6a468..c187bb1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Version incluse :** 3.14.1~ynh3 +**Version incluse :** 3.14.1~ynh4 **Démo :** https://demo.bludit.com From 2ae5258b205c5afb90b3dd3dc95f0f645cc8805c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:44:50 +0200 Subject: [PATCH 51/67] Update upgrade --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 7e75306..d5f4cd7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -13,7 +13,6 @@ source /usr/share/yunohost/helpers #================================================= # CHECK VERSION #================================================= -ynh_script_progression --message="Checking version..." --weight=1 upgrade_type=$(ynh_check_app_version_changed) From 5d3a54a07c5735012e824e3193f78681ee93cd65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:46:34 +0200 Subject: [PATCH 52/67] cleaning --- scripts/install | 9 ++------- scripts/remove | 11 ++++------- scripts/restore | 15 +++++++-------- scripts/upgrade | 10 ++-------- 4 files changed, 15 insertions(+), 30 deletions(-) diff --git a/scripts/install b/scripts/install index 899d4d9..57ccb81 100644 --- a/scripts/install +++ b/scripts/install @@ -21,18 +21,13 @@ chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" #================================================= -# PHP-FPM CONFIGURATION +# SYSTEM CONFIGURATION #================================================= -ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 +ynh_script_progression --message="Adding system configurations related to $app..." --weight=1 # Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=low --footprint=low -#================================================= -# NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Configuring NGINX web server..." --weight=2 - # Create a dedicated NGINX config ynh_add_nginx_config diff --git a/scripts/remove b/scripts/remove index e149006..e69e0af 100644 --- a/scripts/remove +++ b/scripts/remove @@ -10,18 +10,15 @@ source _common.sh source /usr/share/yunohost/helpers #================================================= -# REMOVE NGINX CONFIGURATION +# REMOVE SYSTEM CONFIGURATIONS #================================================= -ynh_script_progression --message="Removing NGINX web server configuration..." --weight=1 +# REMOVE SYSTEMD SERVICE +#================================================= +ynh_script_progression --message="Removing system configurations related to $app..." --weight=1 # Remove the dedicated NGINX config ynh_remove_nginx_config -#================================================= -# REMOVE PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=3 - # Remove the dedicated PHP-FPM config ynh_remove_fpm_config diff --git a/scripts/restore b/scripts/restore index 9e3149c..581b603 100644 --- a/scripts/restore +++ b/scripts/restore @@ -20,24 +20,23 @@ ynh_restore_file --origin_path="$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" +#================================================= +# RESTORE SYSTEM CONFIGURATIONS #================================================= # RESTORE THE PHP-FPM CONFIGURATION #================================================= -ynh_script_progression --message="Restoring the PHP-FPM configuration..." --weight=1 +ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1 ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -#================================================= -# RESTORE THE NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1 - ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= -# RELOAD NGINX AND PHP-FPM +# GENERIC FINALIZATION #================================================= -ynh_script_progression --message="Reloading NGINX web server and PHP-FPM..." --weight=2 +# RELOAD NGINX AND PHP-FPM OR THE APP SERVICE +#================================================= +ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1 ynh_systemd_action --service_name=php$phpversion-fpm --action=reload ynh_systemd_action --service_name=nginx --action=reload diff --git a/scripts/upgrade b/scripts/upgrade index d5f4cd7..907c12e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,7 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers - #================================================= # CHECK VERSION #================================================= @@ -32,18 +31,13 @@ chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" #================================================= -# PHP-FPM CONFIGURATION +# REAPPLY SYSTEM CONFIGURATIONS #================================================= -ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 +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 -#================================================= -# NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=2 - # Create a dedicated NGINX config ynh_add_nginx_config From dedef75d9131697259efb2c4b87585f76367c290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 15 Jul 2023 16:54:47 +0200 Subject: [PATCH 53/67] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index d9e2327..4acdcac 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Bludit" description.en = "Simple, Fast, Secure, Flat-File CMS" description.fr = "CMS simple, rapide, sécurisé et à fichier plat" -version = "3.14.1~ynh4" +version = "3.15.0~ynh1" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ admindoc = "https://docs.bludit.com/en/" code = "https://github.com/bludit/bludit" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = false @@ -45,7 +45,7 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/bludit/bludit/archive/3.14.1.tar.gz" + url = "https://github.com/bludit/bludit/archive/3.15.0.tar.gz" sha256 = "27f96c1cd478c0885d402ccd5192ee5c227e5293ea23f53f92d652b9e46bf7af" autoupdate.strategy = "latest_github_tag" @@ -57,4 +57,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.0-gd php8.0-mbstring php8.0-dom" + packages = "php8.2-gd php8.2-mbstring php8.2-dom" From f3c673a875fefc47268e6417a1d5681131ec246b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 15 Jul 2023 14:54:52 +0000 Subject: [PATCH 54/67] 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 21509ad..8584114 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Shipped version:** 3.14.1~ynh4 +**Shipped version:** 3.15.0~ynh1 **Demo:** https://demo.bludit.com diff --git a/README_fr.md b/README_fr.md index c187bb1..24875e2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Version incluse :** 3.14.1~ynh4 +**Version incluse :** 3.15.0~ynh1 **Démo :** https://demo.bludit.com From 26fbcd4a2d98de89ea407304aa1ef41cf7d10fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 15 Jul 2023 16:55:52 +0200 Subject: [PATCH 55/67] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 4acdcac..2c7c93f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,7 +46,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/bludit/bludit/archive/3.15.0.tar.gz" - sha256 = "27f96c1cd478c0885d402ccd5192ee5c227e5293ea23f53f92d652b9e46bf7af" + sha256 = "c85963b14b2295fe0274bd54cf8ff21d00378f22ae66c5c4ee46b829974ed1b5" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 5f8ee628d97db5d282ba1456c4a560dd926c9372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:21:33 +0200 Subject: [PATCH 56/67] cleaning --- conf/extra_php-fpm.conf | 4 ++-- conf/nginx.conf | 2 +- manifest.toml | 10 +++++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index 700c37c..017da9e 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -1,4 +1,4 @@ ; Additional php.ini defines, specific to this pool of workers. -php_admin_value[upload_max_filesize] = 50M -php_admin_value[post_max_size] = 50M +php_admin_value[upload_max_filesize] = 256M +php_admin_value[post_max_size] = 256M diff --git a/conf/nginx.conf b/conf/nginx.conf index b28ef9b..d5b197b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location __PATH__/ { index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file - client_max_body_size 50M; + client_max_body_size 256M; if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } diff --git a/manifest.toml b/manifest.toml index 2c7c93f..188314c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Bludit" description.en = "Simple, Fast, Secure, Flat-File CMS" description.fr = "CMS simple, rapide, sécurisé et à fichier plat" -version = "3.15.0~ynh1" +version = "3.15.0~ynh2" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ admindoc = "https://docs.bludit.com/en/" code = "https://github.com/bludit/bludit" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -55,6 +55,10 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + api.url = "/api" + api.allowed = "visitors" + api.show_tile = false + api.protected = true [resources.apt] - packages = "php8.2-gd php8.2-mbstring php8.2-dom" + packages = "php8.2-gd, php8.2-mbstring, php8.2-dom" From fd5a6466246db6659d0dfcd22d1455e6a9239c92 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 11 Sep 2023 09:21:38 +0000 Subject: [PATCH 57/67] 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 8584114..ed27470 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Shipped version:** 3.15.0~ynh1 +**Shipped version:** 3.15.0~ynh2 **Demo:** https://demo.bludit.com diff --git a/README_fr.md b/README_fr.md index 24875e2..e1d5325 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Version incluse :** 3.15.0~ynh1 +**Version incluse :** 3.15.0~ynh2 **Démo :** https://demo.bludit.com From 9492e3db100929aaf4242df6b39605748f7832d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:25:04 +0200 Subject: [PATCH 58/67] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d5b197b..ff3419c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ location __PATH__/ { if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } - #try_files $uri $uri/ /bludit//bludit/index.php?$args; + #try_files $uri $uri/ __PATH__/index.php?$args; location __PATH__/bl-content/databases/ { deny all; } location __PATH__/bl-content/workspaces/ { deny all; } From 93ba5b9d0010ecfa26afccf1c9e55cdd1ba91362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:03:59 +0200 Subject: [PATCH 59/67] Update nginx.conf --- conf/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ff3419c..f865654 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,9 +9,9 @@ location __PATH__/ { # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file client_max_body_size 256M; - if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } - - #try_files $uri $uri/ __PATH__/index.php?$args; + if (!-e $request_filename) { + rewrite ^ __PATH__/index.php last; + } location __PATH__/bl-content/databases/ { deny all; } location __PATH__/bl-content/workspaces/ { deny all; } From 1f4071e1ab5b04dca7fb459a0386f8e19707a30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:05:11 +0200 Subject: [PATCH 60/67] cleaning --- doc/DESCRIPTION.md | 6 +----- doc/DESCRIPTION_fr.md | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 45ff103..3c4d4b6 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,5 +1 @@ -Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. - -Bludit is a Flat-File CMS. - -Bludit supports Markdown and HTML code for the content. \ No newline at end of file +Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..44564ce --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +Bludit est une application Web pour créer votre propre site Web ou blog en quelques secondes, elle est entièrement gratuite et open source. Bludit utilise des fichiers au format JSON pour stocker le contenu, vous n'avez pas besoin d'installer ou de configurer une base de données. Vous n'avez besoin que d'un serveur Web prenant en charge PHP. Bludit est un CMS à fichiers plats. Bludit prend en charge le code Markdown et HTML pour le contenu. \ No newline at end of file From 44e5ee61a1831883ea46b52b0888513ec9c34dda Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 11 Sep 2023 10:05:16 +0000 Subject: [PATCH 61/67] Auto-update README --- README.md | 6 +----- README_fr.md | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ed27470..d2b2af3 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. - -Bludit is a Flat-File CMS. - -Bludit supports Markdown and HTML code for the content. +Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. **Shipped version:** 3.15.0~ynh2 diff --git a/README_fr.md b/README_fr.md index e1d5325..a0ef183 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,11 +16,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. - -Bludit is a Flat-File CMS. - -Bludit supports Markdown and HTML code for the content. +Bludit est une application Web pour créer votre propre site Web ou blog en quelques secondes, elle est entièrement gratuite et open source. Bludit utilise des fichiers au format JSON pour stocker le contenu, vous n'avez pas besoin d'installer ou de configurer une base de données. Vous n'avez besoin que d'un serveur Web prenant en charge PHP. Bludit est un CMS à fichiers plats. Bludit prend en charge le code Markdown et HTML pour le contenu. **Version incluse :** 3.15.0~ynh2 From 3401757d3ffdf84fa904acc650f56487da11db30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:05:18 +0200 Subject: [PATCH 62/67] Update DESCRIPTION_fr.md --- doc/DESCRIPTION_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 44564ce..0c08818 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1 +1 @@ -Bludit est une application Web pour créer votre propre site Web ou blog en quelques secondes, elle est entièrement gratuite et open source. Bludit utilise des fichiers au format JSON pour stocker le contenu, vous n'avez pas besoin d'installer ou de configurer une base de données. Vous n'avez besoin que d'un serveur Web prenant en charge PHP. Bludit est un CMS à fichiers plats. Bludit prend en charge le code Markdown et HTML pour le contenu. \ No newline at end of file +Bludit est une application Web pour créer votre propre site Web ou blog en quelques secondes, elle est entièrement gratuite et open source. Bludit utilise des fichiers au format JSON pour stocker le contenu, vous n'avez pas besoin d'installer ou de configurer une base de données. Vous n'avez besoin que d'un serveur Web prenant en charge PHP. Bludit est un CMS à fichiers plats. Bludit prend en charge le code Markdown et HTML pour le contenu. From 4bd370097358530e8809bb2777b5e157b88a5189 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 11 Sep 2023 10:05:27 +0000 Subject: [PATCH 63/67] Auto-update README --- README_fr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_fr.md b/README_fr.md index a0ef183..709b575 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,6 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Bludit est une application Web pour créer votre propre site Web ou blog en quelques secondes, elle est entièrement gratuite et open source. Bludit utilise des fichiers au format JSON pour stocker le contenu, vous n'avez pas besoin d'installer ou de configurer une base de données. Vous n'avez besoin que d'un serveur Web prenant en charge PHP. Bludit est un CMS à fichiers plats. Bludit prend en charge le code Markdown et HTML pour le contenu. + **Version incluse :** 3.15.0~ynh2 **Démo :** https://demo.bludit.com From 2175cba1a3cbbb12908b6e6066b2d8d7b2bef7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:49:29 +0200 Subject: [PATCH 64/67] cleaning --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 57ccb81..0fa5589 100644 --- a/scripts/install +++ b/scripts/install @@ -26,7 +26,7 @@ chown -R $app:www-data "$install_dir" ynh_script_progression --message="Adding 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 diff --git a/scripts/upgrade b/scripts/upgrade index 907c12e..30341b6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -36,7 +36,7 @@ chown -R $app:www-data "$install_dir" 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 8af44760b54a6fa059710dcc966f2ffed556bcf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:51:12 +0200 Subject: [PATCH 65/67] Update tests.toml --- tests.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 91daf17..d896876 100644 --- a/tests.toml +++ b/tests.toml @@ -4,4 +4,6 @@ test_format = 1.0 # ------------ # Tests to run - # ------------ \ No newline at end of file + # ------------ + + #exclude = ["change_url"] \ No newline at end of file From a2c626716b6c9ac7c892ab91e53632a74d17582d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:37:20 +0100 Subject: [PATCH 66/67] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 188314c..01a20a6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,11 @@ code = "https://github.com/bludit/bludit" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" From 7f444ea111bd03e46d06ac21bd5c7e1d699d98ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:13:34 +0100 Subject: [PATCH 67/67] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 01a20a6..4e98031 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "CMS simple, rapide, sécurisé et à fichier plat" version = "3.15.0~ynh2" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "MIT"