No description
Find a file
2019-10-19 21:12:08 -04:00
docs
views add file 2019-10-13 23:00:53 -04:00
.hgtags
activity.go another try at recontexting friendica threads 2019-10-18 21:22:33 -04:00
avatar.go
bloat.go
database.go fix a dumb search bug 2019-10-17 21:59:17 -04:00
deliverator.go delivery chan should buffer one 2019-10-16 02:35:47 -04:00
fun.go rearrange the html filtering to make rewrite rules more predictable 2019-10-16 18:04:38 -04:00
go.mod update to expiring cookies 2019-10-19 21:12:08 -04:00
go.sum update to expiring cookies 2019-10-19 21:12:08 -04:00
hfcs.go
honk.go some cleanups 2019-10-16 02:06:53 -04:00
hoot.go
LICENSE
Makefile
markitzero.go
markitzero_test.go
README tighten up the README a bit 2019-10-15 15:57:18 -04:00
schema.sql
skulduggery.go
upgradedb.go update to expiring cookies 2019-10-19 21:12:08 -04:00
util.go db version probably belongs in upgrade file 2019-10-16 16:43:43 -04:00
web.go use templates.sprintf helper 2019-10-16 18:45:19 -04:00

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.