initial commit

This commit is contained in:
ghost 2024-01-31 10:57:34 +02:00
parent 8c304ece78
commit fab623885c
5 changed files with 206 additions and 0 deletions

21
example/config.json Normal file
View file

@ -0,0 +1,21 @@
{
"gemini":
{
"server":
{
"host":"127.0.0.1",
"port":1965
}
},
"dokuwiki":
{
"uri":
{
"home":"start"
},
"url":
{
"canonical":"http://.."
}
}
}