all repos — honk @ 6e6f8bec8597109a496adb9fcf8ba53c8ebb1e52

my fork of honk

update README
Ted Unangst tedu@tedunangst.com
Wed, 24 Apr 2019 02:16:52 -0400
commit

6e6f8bec8597109a496adb9fcf8ba53c8ebb1e52

parent

dab0e121436ad2d89d7fc0e6bb8b60bd7fab860a

1 files changed, 8 insertions(+), 4 deletions(-)

jump to
M READMEREADME

@@ -2,8 +2,8 @@ honk honk

-- features -Take control of your honks and join the federation in the fight against the -evil empire. +Take control of your honks. +Join the federation in the fight against the evil empire. Send honks. Receive honks. And not just honks. Bonk, donk, tonk, all your favorite activities are here.

@@ -18,9 +18,13 @@

The button to submit a new honk says "it's gonna be honked". Ein Honk is a stupid person auf deutsch. + +Minimal setup and configuration. No keybase support. +Written in gotesque, an especially grotesque dialect of golang. + -- build It should be sufficient to type make after unpacking a release.

@@ -34,6 +38,7 @@ libsqlite3 (you probably already have it)

go modules included in vendor: github.com/gorilla/mux +github.com/mattn/go-runewidth golang.org/x/crypto golang.org/x/net humungus.tedunangst.com/r/go-sqlite3

@@ -42,11 +47,10 @@ -- setup

honk expects to be fronted by a TLS terminating reverse proxy. -First, create the database. +First, create the database. This will ask four questions. ./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.)