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:09:52 +00:00
parent 9ef89321a7
commit 9f12f4d550
2 changed files with 7 additions and 5 deletions

View file

@ -29,6 +29,7 @@ A gemini server written in rust.
**Shipped version:** 0.6.6~ynh4
## Disclaimers / important information
Please note that Gemserv uses the TCP port 1965, so you can't use it for anything else.
@ -38,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 = "/opt/yunohost/gemserv"
dir = "/path/to/serv"
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

@ -28,17 +28,18 @@ A gemini server written in rust.
- Reload config on SIGHUP
**Version incluse :** 0.6.6~ynh4
**Version incluse :** 0.6.6~ynh4
## Avertissements / informations importantes
Gemserv utilise le port TCP 1965, vous ne pourrez donc l'utiliser pour autre chose.
Please note that Gemserv uses the TCP port 1965, so you can't use it for anything else.
Pour ajouter une capsule, créer le fichier de configuration `/etc/gemserv/config.d/example.toml` avec le contenu suivant:
To add a gemini capsule, create a `/etc/gemserv/config.d/example.toml` file as following:
``` toml
[[server]]
hostname = "yourdomain.org"
dir = "/opt/yunohost/gemserv"
dir = "/path/to/serv"
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