1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_capsule_ynh.git synced 2024-09-03 19:46:21 +02:00
my_capsule_ynh/conf/server.toml
Éric Gaspar 4b02b05a78 v2
2023-06-14 18:06:15 +02:00

10 lines
325 B
TOML

[[server]]
hostname = "__DOMAIN__"
dir = "__INSTALL_DIR__/www/"
key = "/etc/yunohost/certs/__DOMAIN__/key.pem"
cert = "/etc/yunohost/certs/__DOMAIN__/crt.pem"
# index is optional but defaults to index.gemini. The server will serve files
# ending in gemini or gmi.
index = "index.gmi"
# lang is optional
lang = "__LANGUAGE__"