mirror of
https://github.com/YunoHost-Apps/gemserv_ynh.git
synced 2024-09-03 18:36:27 +02:00
53 lines
1.8 KiB
Markdown
53 lines
1.8 KiB
Markdown
|
<!--
|
||
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
|
NON debe editarse manualmente.
|
||
|
-->
|
||
|
|
||
|
# Gemserv para YunoHost
|
||
|
|
||
|
[![Nivel de integración](https://dash.yunohost.org/integration/gemserv.svg)](https://dash.yunohost.org/appci/app/gemserv) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/gemserv.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/gemserv.maintain.svg)
|
||
|
|
||
|
[![Instalar Gemserv con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gemserv)
|
||
|
|
||
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
||
|
|
||
|
> *Este paquete permíteche instalar Gemserv de xeito rápido e doado nun servidor YunoHost.*
|
||
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
||
|
|
||
|
## Vista xeral
|
||
|
|
||
|
A gemini server written in rust.
|
||
|
|
||
|
### Features
|
||
|
|
||
|
- Vhosts
|
||
|
- CGI
|
||
|
- User directories
|
||
|
- Reverse proxy
|
||
|
- Redirect
|
||
|
- SCGI
|
||
|
- Reload config on SIGHUP
|
||
|
|
||
|
|
||
|
**Versión proporcionada:** 0.6.6~ynh6
|
||
|
## Documentación e recursos
|
||
|
|
||
|
- Web oficial da app: <https://git.sr.ht/~int80h/gemserv/>
|
||
|
- Repositorio de orixe do código: <https://git.sr.ht/~int80h/gemserv>
|
||
|
- Tenda YunoHost: <https://apps.yunohost.org/app/gemserv>
|
||
|
- Informar dun problema: <https://github.com/YunoHost-Apps/gemserv_ynh/issues>
|
||
|
|
||
|
## Info de desenvolvemento
|
||
|
|
||
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing).
|
||
|
|
||
|
Para probar a rama `testing`, procede deste xeito:
|
||
|
|
||
|
```bash
|
||
|
sudo yunohost app install https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing --debug
|
||
|
ou
|
||
|
sudo yunohost app upgrade gemserv -u https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing --debug
|
||
|
```
|
||
|
|
||
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|