all repos — honk @ 5621dd48b557446c1e4805e1524b341f675b7757

my fork of honk

README (view raw)

 1honk honk
 2
 3-- features
 4
 5Take control of your honks and join the federation in the fight against the
 6evil empire.
 7
 8Send honks. Receive honks. And not just honks.
 9Bonk, donk, tonk, all your favorite activities are here.
10
11Purple color scheme.
12
13The button to submit a new honk says "it's gonna be honked".
14
15Ein Honk is a stupid person auf deutsch.
16
17-- build
18
19It should be sufficient to type make after unpacking a release.
20You'll need a go compiler version 1.11 or later.
21
22Even on a fast machine, building from source can take several seconds.
23
24-- requirements
25
26libsqlite3 (you probably already have it)
27
28go modules included in vendor:
29github.com/gorilla/mux
30golang.org/x/crypto
31golang.org/x/net
32humungus.tedunangst.com/r/go-sqlite3
33
34-- setup
35
36honk expects to be fronted by a TLS terminating reverse proxy.
37
38First, create the database.
39
40./honk init
41
42This will ask four questions.
43username: (the username you want)
44password: (the password you want)
45listenaddr: (tcp or unix: localhost:31337, /var/www/honk.sock, etc.)
46servername: (public DNS name: honk.example.com)
47
48Then run honk.
49
50./honk
51
52Busy honk instances may use megabytes of memory.