all repos — honk @ 2168c60f7d1833529f93f339ae694bda9f2afec6

my fork of honk

clarify setup instructions.
Ted Unangst tedu@tedunangst.com
Wed, 10 Apr 2019 08:22:09 -0400
commit

2168c60f7d1833529f93f339ae694bda9f2afec6

parent

b237cfa543fcdbc9ef30ac0e87c60772011f12fe

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

jump to
M READMEREADME

@@ -31,8 +31,19 @@ Busy honk instances may require megabytes of memory.

-- setup +honk expects to be fronted by a TLS terminating reverse proxy. + +First, create the database. + ./honk init +This will ask four questions. +username: (the username you want) +password: (the password you want) +listenaddr: (tcp or unix: localhost:31337, /var/www/honk.sock, etc.) +servername: (public DNS name: honk.example.com) + +Then run honk. + ./honk -honk expects to be fronted by a TLS terminating reverse proxy.