all repos — flounder @ 0c5bc7386da9f63a7a10c1c6036b081e06c3c765

A small site builder for the Gemini protocol

Sketch out readme notes
alex wennerberg alex@alexwennerberg.com
Wed, 28 Oct 2020 20:15:54 -0700
commit

0c5bc7386da9f63a7a10c1c6036b081e06c3c765

parent

5eec59dca9972e3f10e4bd24bb8ce0127b9ea6be

1 files changed, 13 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -12,6 +12,18 @@ `go build`

## Running -For local development, generate some ssl certs, copy `example-config.toml` to `flounder.toml` and set the env variables, then run: +For the Http(s) server, you have two options: + +1. Expose the flounder server to the internet directly + +2. Route the flounder server through a reverse proxy + +This will determine how you set the values in flounder.toml + +(More TBD) `./flounder serve` + +## Admin + +Flounder comes with an admin panel acessible to users with the admin db flag set.