From 353775d4aaa20581fcabb2080a5e6bd556e7c0aa Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 13 May 2024 18:51:40 +0200 Subject: [PATCH 1/7] Update manifest.toml: fix autoupdater regex --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ee72013..d473531 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,7 +61,7 @@ ram.runtime = "50M" sha256 = "34090ca1a132f983529fb7582dae9d9f707256c005721933c90ad1386fe238f0" autoupdate.strategy = "latest_gitlab_release" - autoupdate.asset = "^gancio.tgz$" + autoupdate.asset = "^gancio.*.tgz$" [resources.system_user] allow_email = true From 5157dc435a24135f01bb057acdf9faea80dc92ff Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 13 May 2024 16:51:43 +0000 Subject: [PATCH 2/7] Auto-update READMEs --- ALL_README.md | 1 + README_es.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 2 +- 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 README_es.md diff --git a/ALL_README.md b/ALL_README.md index a01b345..8938aae 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lee el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..2a40bb7 --- /dev/null +++ b/README_es.md @@ -0,0 +1,51 @@ + + +# Gancio para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/gancio.svg)](https://dash.yunohost.org/appci/app/gancio) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/gancio.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/gancio.maintain.svg) + +[![Instalar Gancio con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gancio) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarGancio rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +Gancio provide an online agenda open to contributions, and federated with the fediverse using ActivityPub. + + +**Versión actual:** 1.15.5~ynh1 + +**Demo:** + +## Capturas + +![Captura de Gancio](./doc/screenshots/screenshot.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación usuario oficial: +- Documentación administrador oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/gancio_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/gancio_ynh/tree/testing --debug +o +sudo yunohost app upgrade gancio -u https://github.com/YunoHost-Apps/gancio_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 87a350a..2db6e79 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Gancio +# YunoHost 上的 Gancio [![集成程度](https://dash.yunohost.org/integration/gancio.svg)](https://dash.yunohost.org/appci/app/gancio) ![工作状态](https://ci-apps.yunohost.org/ci/badges/gancio.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/gancio.maintain.svg) From 1ccf10972f5709d6e693264f99151fb520a4db8a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 26 May 2024 20:19:39 +0000 Subject: [PATCH 3/7] Auto-update READMEs --- ALL_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,7 @@ # All available README files by language - [Read the README in English](README.md) -- [Lee el README en español](README_es.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) From f630d3555a319f00fda2d1957b10a4504c343879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 May 2024 22:21:28 +0200 Subject: [PATCH 4/7] remove node --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index 7d5b107..87db602 100644 --- a/scripts/remove +++ b/scripts/remove @@ -31,6 +31,8 @@ ynh_remove_logrotate ynh_secure_remove --file="/var/log/$app" +ynh_remove_nodejs + #================================================= # END OF SCRIPT #================================================= From 181a395e85f2e9456b7cceffb314c33ac293ae71 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 27 May 2024 11:37:48 +0000 Subject: [PATCH 5/7] Fix admin creation --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9f32779..89002fd 100644 --- a/scripts/install +++ b/scripts/install @@ -68,7 +68,8 @@ pushd $install_dir ynh_use_nodejs ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install # Install dependencies #ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn build - ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH ./server/cli.js users create __ADMIN__ __PASSWORD__ admin --config ./config.json + admin_mail=$(ynh_user_get_info --username=$admin --key=mail) + ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH ./server/cli.js users create $admin_mail $password admin --config ./config.json popd #================================================= From 3f30b297ae9b28912400d7ce5d30828435e0c22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 27 May 2024 14:56:57 +0200 Subject: [PATCH 6/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d473531..aad36c7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ name = "Gancio" description.en = "Shared agenda for local communities, federated with the fediverse" description.fr = "Agenda partagé pour les communautés locales, fédéré avec le fédiverse" -version = "1.15.5~ynh1" +version = "1.15.5~ynh2" maintainers = ["Lapineige"] From c15da02bbb1aad3d1bb1e0412c7abb3d1fb90918 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 27 May 2024 12:57:07 +0000 Subject: [PATCH 7/7] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1b663ca..b425c98 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Gancio provide an online agenda open to contributions, and federated with the fediverse using ActivityPub. -**Shipped version:** 1.15.5~ynh1 +**Shipped version:** 1.15.5~ynh2 **Demo:** diff --git a/README_es.md b/README_es.md index 2a40bb7..f6254dd 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. Gancio provide an online agenda open to contributions, and federated with the fediverse using ActivityPub. -**Versión actual:** 1.15.5~ynh1 +**Versión actual:** 1.15.5~ynh2 **Demo:** diff --git a/README_eu.md b/README_eu.md index 3758f6a..8de930c 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Gancio provide an online agenda open to contributions, and federated with the fediverse using ActivityPub. -**Paketatutako bertsioa:** 1.15.5~ynh1 +**Paketatutako bertsioa:** 1.15.5~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 26d5dd7..0909808 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Gancio propose un agenda en ligne ouvert aux contributions, et fédéré avec le fediverse via ActivityPub. -**Version incluse :** 1.15.5~ynh1 +**Version incluse :** 1.15.5~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index aeed364..420d7ae 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Gancio provide an online agenda open to contributions, and federated with the fediverse using ActivityPub. -**Versión proporcionada:** 1.15.5~ynh1 +**Versión proporcionada:** 1.15.5~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 2db6e79..56e1cb5 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Gancio provide an online agenda open to contributions, and federated with the fediverse using ActivityPub. -**分发版本:** 1.15.5~ynh1 +**分发版本:** 1.15.5~ynh2 **演示:**