i understand your pain
overview - docs - downloads - files - changes - changes rss
honk ## features Take control of your honks and join the federation. An ActivityPub server with minimal setup and support costs. Spend more time using the software and less time operating it. No attention mining. No likes, no faves, no polls, no stars, no claps, no counts. Purple color scheme. Custom emus. Memes too. Avatars automatically assigned by the NSA. The button to submit a new honk says "it's gonna be honked". The honk mission is to work well if it's what you want. This does not imply the goal is to be what you want. ## build It should be sufficient to type make after unpacking a release. You'll need a go compiler version 1.18 or later. And libsqlite3. Even on a fast machine, building from source can take several seconds. Development sources: hg clone https://humungus.tedunangst.com/r/honk ## setup honk expects to be fronted by a TLS terminating reverse proxy. First, create the database. This will ask four questions. ./honk init username: (the username you want) password: (the password you want) listenaddr: (tcp or unix: 127.0.0.1:31337, /var/www/honk.sock, etc.) servername: (public DNS name: honk.example.com) Then run honk. ./honk ## upgrade old-honk backup `date +backup-%F` ./honk upgrade ./honk ## documentation There is a more complete incomplete manual. This is just the README. ## guidelines One honk per day, or call it an "eighth-tenth" honk. If your honk frequency changes, so will the number of honks. The honk should be short, but not so short that you cannot identify it. The honk is an animal sign of respect and should be accompanied by a friendly greeting or a nod. The honk should be done from a seat and in a safe area. It is considered rude to make noise in a place of business. The honk may be made on public property only when the person doing the honk has the permission of the owner of that property. ## disclaimer Do not use honk to contact emergency services.
recent changes
1690:9879f478a4fe
on 2023-09-28 20:14:49 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
Tagged: tip
fix previous for css specifity |
1689:603852237808
on 2023-09-26 04:46:14 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
only apply font reduction one time |
1688:f40287e921f0
on 2023-09-26 04:40:16 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
go templates are fussy about empty strings |
1687:69aa7b83e1b7
on 2023-09-25 02:36:13 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
support fastcgi. based on diff from timkuijsten |
1686:fc7cead09ea6
on 2023-09-25 02:14:50 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
clean up blob if init fails. from timkuijsten |
1685:2fe80d2a3c9b
on 2023-09-14 20:44:24 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
add another whofore index |
1684:cedd80fed68f
on 2023-09-14 01:00:53 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
toggle menu |
1683:76074ff5245e
on 2023-09-12 01:34:05 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
fix slow public queries with a special index just for you |
1682:01ea4fd945b3
on 2023-09-11 22:54:05 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
don't think i want to duplicate honks in threads yet |
1681:c16abecd0dee
on 2023-09-11 22:52:21 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
need to cache front page internally to avoid herding |