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 2022-08-14 23:16:28 +00:00
parent 34e04d7aa7
commit c55119d2f1
2 changed files with 10 additions and 10 deletions

View file

@ -39,7 +39,7 @@ To add a gemini capsule, create a `/etc/gemserv/config.d/example.toml` file as f
``` toml
[[server]]
hostname = "yourdomain.org"
dir = "/path/to/serv"
dir = "/opt/yunohost/gemserv"
key = "/etc/yunohost/certs/yourdomain.org/key.pem"
cert = "/etc/yunohost/certs/yourdomain.org/crt.pem"
# index is optional but defaults to index.gemini. The server will serve files

View file

@ -15,31 +15,31 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble
A gemini server written in rust.
Un serveur Gemini écrit en rust.
### Features
### Caractéristiques
- Vhosts
- Hôtes virtuels
- CGI
- User directories
- Dossiers utilisateurs
- Reverse proxy
- Redirect
- Redirection
- SCGI
- Reload config on SIGHUP
- Rechargement de la configuration sur SIGHUP
**Version incluse :** 0.6.6~ynh4
## Avertissements / informations importantes
Please note that Gemserv uses the TCP port 1965, so you can't use it for anything else.
Gemserv utilise le port TCP 1965, vous ne pourrez donc l'utiliser pour autre chose.
To add a gemini capsule, create a `/etc/gemserv/config.d/example.toml` file as following:
Pour ajouter une capsule, créer le fichier de configuration `/etc/gemserv/config.d/example.toml` avec le contenu suivant:
``` toml
[[server]]
hostname = "yourdomain.org"
dir = "/path/to/serv"
dir = "/opt/yunohost/gemserv"
key = "/etc/yunohost/certs/yourdomain.org/key.pem"
cert = "/etc/yunohost/certs/yourdomain.org/crt.pem"
# index is optional but defaults to index.gemini. The server will serve files