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. Besides microblogging, honk might also server as the basis for a custom ActivityPub server, a sort of integrated federation framework. But you may need to get your hands dirty. ## build It should be sufficient to type make after unpacking a release. You'll need a go compiler version 1.22 or later. And libsqlite3 3.34.0+. 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 listen address: (tcp or unix: 127.0.0.1:31337, /var/www/honk.sock, etc.) server name: (public DNS name: honk.example.com) username: (the username you want) password: (the password you want) Then run honk. ./honk ## upgrade old-honk backup `date +backup-%F` ./honk upgrade ./honk Or just yolo it with pkill -HUP 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
2074:a71863f74e8c
on 2025-06-18 00:46:42 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
Tagged: tip
properly log template errors |
2073:ff3d66f188fa
on 2025-06-17 18:11:34 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
change some logs to warns |
2072:a7a24b511a6e
on 2025-06-14 16:19:30 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
add support for le masto quoots |
2071:2efe433ffe69
on 2025-06-14 16:12:54 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
factor out allthestrings |
2070:0f6ac7da0406
on 2025-06-12 13:42:44 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
fix syslog logging |
2069:c97fa2d87933
on 2025-06-10 18:33:10 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
log failed post url |
2068:f8f7a75f63e0
on 2025-06-10 16:35:53 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
show inline video tags |
2067:8d30726daf55
on 2025-06-09 16:43:49 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
technically, we always want 64 bit ints |
2066:3f3c576f37ec
on 2025-06-08 03:20:49 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
Parent: 2064:53f2c3a5eff7
m |
2065:dceb49f7c40c
on 2025-06-08 03:20:33 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
Parent: 2058:98d715867c83
syslog is back! |