mirror of
https://github.com/YunoHost-Apps/my_capsule_ynh.git
synced 2024-09-03 19:46:21 +02:00
10 lines
325 B
TOML
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__"
|