all repos — honk @ 47bcda689ad55d4b535b56b9fc0c48984acdbe89

my fork of honk

README (view raw)

 1honk
 2
 3-- features
 4
 5Take control of your honks.
 6
 7An ActivityPub server focused on minimal setup and support costs.
 8Spend more time using the software and less time operating it.
 9
10No attention mining.
11No likes, no faves, no polls, no stars, no claps, no counts.
12
13Purple color scheme. Custom emus. Memes too.
14Avatars automatically assigned by the NSA.
15
16The button to submit a new honk says "it's gonna be honked".
17
18-- build
19
20It should be sufficient to type make after unpacking a release.
21You'll need a go compiler version 1.11 or later.
22
23Even on a fast machine, building from source can take several seconds.
24
25Development sources: hg clone https://humungus.tedunangst.com/r/honk
26
27-- setup
28
29honk expects to be fronted by a TLS terminating reverse proxy.
30
31First, create the database. This will ask four questions.
32./honk init
33username: (the username you want)
34password: (the password you want)
35listenaddr: (tcp or unix: localhost:31337, /var/www/honk.sock, etc.)
36servername: (public DNS name: honk.example.com)
37
38Then run honk.
39./honk
40
41-- upgrade
42
43cp honk.db backup.db
44./honk upgrade
45./honk
46
47-- documentation
48
49There is a more complete manual. This is just the README.