flounder.toml (view raw)
1# Used in HTML templates and titles
2SiteTitle="🐟flounder"
3
4# Include port if != 443
5Host="localhost:8443"
6
7# Folder containing subfolders for each user's files
8FilesDirectory="./files"
9
10# A wildcard TLS cert
11TLSCertFile="./server.crt"
12TLSKeyFile="./server.key"
13
14# Templates and static files
15# Everything in the static subfolder will be served at /
16TemplatesDirectory="./templates"
17DBFile="./flounder.db"
18
19MaxFileSize=128000 # 128 KB
20OkExtensions=["", ".gmi", ".txt", ".jpg", ".jpeg", ".gif", ".png", ".svg", ".webp", ".midi", ".json", ".csv", ".gemini", ".mp3", ".css", ".ttf", ".otf", ".woff", ".woff2"]
21
22# log file