all repos — flounder @ 2cd8c34043237f685ad7da91b589043b1bbe4269

A small site builder for the Gemini protocol

README.md (view raw)

 1# Flounder: a portal into the small web
 2
 3A lightweight server to help users build simple Gemini sites over http(s)
 4
 5Designed to help make the Gemini ecosystem more accessible.
 6
 7## Building
 8
 9Requires go 1.15 and sqlite3 development libraries.
10
11`go build`
12
13## Running
14
15For the Http(s) server, you have two options:
16
171. Expose the flounder server to the internet directly
18
192. Route the flounder server through a reverse proxy
20
21This will determine how you set the values in flounder.toml
22
23(More TBD)
24
25`./flounder serve`
26
27## Admin
28
29Flounder comes with an admin panel acessible to users with the admin db flag set.