mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +00:00
implement build-in gemini server
This commit is contained in:
parent
d297b16523
commit
7275ecdacd
7 changed files with 300 additions and 9 deletions
12
example/host.json
Normal file
12
example/host.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"host":"127.0.0.1",
|
||||
"port":1965,
|
||||
"cert":"cert.pem",
|
||||
"key":"key.rsa",
|
||||
"data":
|
||||
{
|
||||
"directory":"public",
|
||||
"index":"index.gmi",
|
||||
"listing":true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue