Go to file
Ted Unangst a4a0168850 ok, i think we've got the admin screen working now 2019-10-20 20:09:44 -04:00
docs ok, i think we've got the admin screen working now 2019-10-20 20:09:44 -04:00
views space buttons out some more 2019-10-20 17:24:40 -04:00
.hgtags Added tag v0.7.7 for changeset b2278292cce1 2019-08-02 10:48:01 -04:00
LICENSE more complete and explicit license information 2019-08-18 18:21:07 -04:00
Makefile depend on go.mod 2019-07-16 03:04:45 -04:00
README tighten up the README a bit 2019-10-15 15:57:18 -04:00
activity.go refresh pages using internal honkid which makes query much faster 2019-10-20 14:36:55 -04:00
admin.go ok, i think we've got the admin screen working now 2019-10-20 20:09:44 -04:00
avatar.go better color balance and contrast for avatars 2019-05-10 17:29:30 -04:00
bloat.go delete all the bloat 2019-08-16 00:28:16 -04:00
database.go refresh pages using internal honkid which makes query much faster 2019-10-20 14:36:55 -04:00
deliverator.go delivery chan should buffer one 2019-10-16 02:35:47 -04:00
fun.go rewrite oneofakind with map since we're starting to see longer arrays 2019-10-19 15:37:33 -04:00
go.mod some more rollbacks 2019-10-20 19:13:34 -04:00
go.sum some more rollbacks 2019-10-20 19:13:34 -04:00
hfcs.go convert to using library version of cache 2019-10-12 19:25:23 -04:00
honk.go oops, moved these strings around 2019-10-20 19:06:29 -04:00
hoot.go if we're trying to grab tweet replies, don't always use first as author 2019-09-27 16:15:12 -04:00
markitzero.go syntax highlighting because why not. go code or go home. 2019-10-10 00:40:29 -04:00
markitzero_test.go quick syntax highlight test 2019-10-20 17:18:48 -04:00
schema.sql forgot to add expiry column 2019-10-20 17:03:46 -04:00
skulduggery.go let's try without the unicrud translation 2019-10-06 21:49:04 -04:00
upgradedb.go oops, moved these strings around 2019-10-20 19:06:29 -04:00
util.go move all the messages into the database 2019-10-20 17:02:55 -04:00
web.go repair /front link 2019-10-20 16:30:28 -04:00

README

honk

-- features

Take control of your honks.

An ActivityPub server focused on 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".

-- build

It should be sufficient to type make after unpacking a release.
You'll need a go compiler version 1.11 or later.

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: localhost:31337, /var/www/honk.sock, etc.)
servername: (public DNS name: honk.example.com)

Then run honk.
./honk

-- upgrade

cp honk.db backup.db
./honk upgrade
./honk

-- documentation

There is a more complete manual. This is just the README.