No description
Find a file
2019-10-30 17:17:16 -04:00
docs try to clarify what Read means 2019-10-30 17:17:16 -04:00
views sync js with backend 2019-10-29 19:18:16 -04:00
.hgtags
activity.go include context in read activities 2019-10-29 19:50:45 -04:00
admin.go
avatar.go
bloat.go
database.go there's always a funner name to be found 2019-10-30 03:39:56 -04:00
deliverator.go put common init code in honk.go 2019-10-29 15:53:20 -04:00
fun.go markdown and emus in subject. naturally. 2019-10-30 17:14:27 -04:00
go.mod new day, new libs. use gate library. 2019-10-29 13:38:51 -04:00
go.sum new day, new libs. use gate library. 2019-10-29 13:38:51 -04:00
hfcs.go use a flag for the untagged honks 2019-10-29 19:14:41 -04:00
honk.go use a flag for the untagged honks 2019-10-29 19:14:41 -04:00
hoot.go
LICENSE
Makefile
markitzero.go
markitzero_test.go
README
schema.sql
skulduggery.go
upgradedb.go convert user options to json before we add any more 2019-10-29 01:00:38 -04:00
util.go convert user options to json before we add any more 2019-10-29 01:00:38 -04:00
web.go markdown and emus in subject. naturally. 2019-10-30 17:14:27 -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.