1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gemserv_ynh.git synced 2024-09-03 18:36:27 +02:00

Auto-update README

This commit is contained in:
yunohost-bot 2023-08-03 00:11:14 +00:00
parent ac137ba2a3
commit da9a608469
2 changed files with 11 additions and 11 deletions

View file

@ -6,6 +6,7 @@ It shall NOT be edited by hand.
# Gemserv for YunoHost # Gemserv for YunoHost
[![Integration level](https://dash.yunohost.org/integration/gemserv.svg)](https://dash.yunohost.org/appci/app/gemserv) ![Working status](https://ci-apps.yunohost.org/ci/badges/gemserv.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gemserv.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/gemserv.svg)](https://dash.yunohost.org/appci/app/gemserv) ![Working status](https://ci-apps.yunohost.org/ci/badges/gemserv.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gemserv.maintain.svg)
[![Install Gemserv with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gemserv) [![Install Gemserv with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gemserv)
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -28,8 +29,7 @@ A gemini server written in rust.
- Reload config on SIGHUP - Reload config on SIGHUP
**Shipped version:** 0.6.6~ynh5 **Shipped version:** 0.6.6~ynh6
## Disclaimers / important information ## Disclaimers / important information
Please note that Gemserv uses the TCP port 1965, so you can't use it for anything else. Please note that Gemserv uses the TCP port 1965, so you can't use it for anything else.

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# Gemserv pour YunoHost # Gemserv pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/gemserv.svg)](https://dash.yunohost.org/appci/app/gemserv) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gemserv.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gemserv.maintain.svg) [![Niveau dintégration](https://dash.yunohost.org/integration/gemserv.svg)](https://dash.yunohost.org/appci/app/gemserv) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gemserv.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gemserv.maintain.svg)
[![Installer Gemserv avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gemserv) [![Installer Gemserv avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gemserv)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Gemserv rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet dinstaller Gemserv rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble ## Vue densemble
Un serveur Gemini écrit en rust. Un serveur Gemini écrit en rust.
@ -28,8 +29,7 @@ Un serveur Gemini écrit en rust.
- Rechargement de la configuration sur SIGHUP - Rechargement de la configuration sur SIGHUP
**Version incluse :** 0.6.6~ynh5 **Version incluse :** 0.6.6~ynh6
## Avertissements / informations importantes ## Avertissements / informations importantes
Gemserv utilise le port TCP 1965, vous ne pourrez donc l'utiliser pour autre chose. Gemserv utilise le port TCP 1965, vous ne pourrez donc l'utiliser pour autre chose.
@ -70,7 +70,7 @@ redirect = { "/redirect" = "/", "/newdomain" = "gemini://example.net" }
## Documentations et ressources ## Documentations et ressources
* Dépôt de code officiel de l'app : <https://git.sr.ht/~int80h/gemserv> * Dépôt de code officiel de lapp : <https://git.sr.ht/~int80h/gemserv>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gemserv> * Documentation YunoHost pour cette app : <https://yunohost.org/app_gemserv>
* Signaler un bug : <https://github.com/YunoHost-Apps/gemserv_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/gemserv_ynh/issues>
@ -86,4 +86,4 @@ ou
sudo yunohost app upgrade gemserv -u https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing --debug sudo yunohost app upgrade gemserv -u https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing --debug
``` ```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>