diff --git a/ALL_README.md b/ALL_README.md index a01b345..152f2e7 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) +- [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) 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 new file mode 100644 index 0000000..f6254dd --- /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~ynh2 + +**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_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 87a350a..56e1cb5 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) @@ -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 **演示:** diff --git a/manifest.toml b/manifest.toml index ee72013..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"] @@ -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 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 #================================================= 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 #=================================================