From bba4c30175562b1ea56b617ce560710474707957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 23 Jun 2024 13:31:11 +0200 Subject: [PATCH 1/2] Update READMEs --- README_es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_es.md b/README_es.md index 9594a64..93bfc4c 100644 --- a/README_es.md +++ b/README_es.md @@ -27,7 +27,7 @@ It comes with modern tools to build a website, publish content, send newsletters ![Captura de Ghost](./doc/screenshots/screenshot.png) -## :red_circle: funcionalidades no deseadas +## :red_circle: Características no deseables - **Arbitrary limitations**: Ghost developers have chosen to only support MySQL. YunoHost relying on MariaDB, incompatibilities may arise. For more information: https://github.com/TryGhost/Ghost/issues/15729#issuecomment-1299297720 From 2a3d21c6a0a070257a0abc1c03e9535da55b021b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 21:53:33 +0200 Subject: [PATCH 2/2] [autopatch] Do not delete logs on app removal --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 6a670fb..77326c6 100644 --- a/scripts/remove +++ b/scripts/remove @@ -29,7 +29,6 @@ ynh_remove_nginx_config ynh_remove_logrotate -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT