1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gancio_ynh.git synced 2024-09-03 20:36:19 +02:00

Merge pull request #18 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-05-27 15:36:36 +02:00 committed by GitHub
commit 1ffd355603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 64 additions and 9 deletions

View file

@ -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)

View file

@ -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:** <https://demo.gancio.org/>

51
README_es.md Normal file
View file

@ -0,0 +1,51 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# 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:** <https://demo.gancio.org/>
## Capturas
![Captura de Gancio](./doc/screenshots/screenshot.png)
## Documentaciones y recursos
- Sitio web oficial: <https://gancio.org>
- Documentación usuario oficial: <https://gancio.org/usage>
- Documentación administrador oficial: <https://gancio.org/install/>
- Repositorio del código fuente oficial de la aplicación : <https://framagit.org/les/gancio>
- Catálogo YunoHost: <https://apps.yunohost.org/app/gancio>
- Reportar un error: <https://github.com/YunoHost-Apps/gancio_ynh/issues>
## 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:** <https://yunohost.org/packaging_apps>

View file

@ -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:** <https://demo.gancio.org/>

View file

@ -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:** <https://demo.gancio.org/>

View file

@ -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:** <https://demo.gancio.org/>

View file

@ -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
**演示:** <https://demo.gancio.org/>

View file

@ -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

View file

@ -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
#=================================================

View file

@ -31,6 +31,8 @@ ynh_remove_logrotate
ynh_secure_remove --file="/var/log/$app"
ynh_remove_nodejs
#=================================================
# END OF SCRIPT
#=================================================