all repos — flounder @ 86de71d51fddcf701a36c73f76e941f37e14a19d

A small site builder for the Gemini protocol

Clarify dev server readme
alex wennerberg alex@alexwennerberg.com
Sun, 21 Feb 2021 13:41:20 -0800
commit

86de71d51fddcf701a36c73f76e941f37e14a19d

parent

94c1000834fa69f594135dc75f0b2bdeb8fb6821

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

jump to
M README.mdREADME.md

@@ -13,6 +13,7 @@ * sqlite dev libraries

To run locally, copy example-config.toml to flounder.toml, then run: +`mkdir files` `go run . serve` Add the following to `/etc/hosts` (include any other users you want to create):

@@ -21,7 +22,7 @@ ```

127.0.0.1 flounder.local admin.flounder.local proxy.flounder.local ``` -Then open `flounder.local:8165` in your browser. +Then open `flounder.local:8165` in your browser. The default login/password is admin/admin ## TLS Certs and Reverse Proxy