1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00
coin_ynh/README_es.md

59 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2024-05-28 23:50:54 +02:00
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Coin para Yunohost
2024-06-28 23:39:13 +02:00
[![Nivel de integración](https://dash.yunohost.org/integration/coin.svg)](https://ci-apps.yunohost.org/ci/apps/coin/) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/coin.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/coin.maintain.svg)
2024-05-28 23:50:54 +02:00
[![Instalar Coin con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=coin)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarCoin 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
COIN is an Information System designed for associative ISPs in the FFDN.
### Features
- Provide a nice, clean UI for members
- Manage memberships
- Handle service requests for VPN, VPS, Housing, external accounts, etc,
- including IP pools management
- custom hooks can be added to interface with the actual infrastructure and provision services from the admin
- members can get status info regarding their services
- handle invoices, send reminders, import payment from bank, derive a member balance
- Optional features: mailing list, hardware provisionning
2024-08-05 18:43:15 +02:00
**Versión actual:** 20231216~ynh2
2024-05-28 23:50:54 +02:00
## Capturas
![Captura de Coin](./doc/screenshots/screenshot.png)
## Documentaciones y recursos
- Sitio web oficial: <https://code.ffdn.org/FFDN/coin>
- Repositorio del código fuente oficial de la aplicación : <https://code.ffdn.org/ffdn/coin>
- Catálogo YunoHost: <https://apps.yunohost.org/app/coin>
- Reportar un error: <https://github.com/YunoHost-Apps/coin_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/coin_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/coin_ynh/tree/testing --debug
o
sudo yunohost app upgrade coin -u https://github.com/YunoHost-Apps/coin_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>