Sketch out readme notes
alex wennerberg alex@alexwennerberg.com
Wed, 28 Oct 2020 20:15:54 -0700
1 files changed,
13 insertions(+),
1 deletions(-)
jump to
M
README.md
→
README.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.