2019-06-11 05:24:44 +02:00
|
|
|
honk
|
2019-04-09 13:59:33 +02:00
|
|
|
|
|
|
|
-- features
|
|
|
|
|
2019-04-24 08:16:52 +02:00
|
|
|
Take control of your honks.
|
2019-04-09 13:59:33 +02:00
|
|
|
|
2019-10-15 21:57:18 +02:00
|
|
|
An ActivityPub server focused on minimal setup and support costs.
|
|
|
|
Spend more time using the software and less time operating it.
|
2019-04-09 13:59:33 +02:00
|
|
|
|
2019-04-15 23:56:05 +02:00
|
|
|
No attention mining.
|
|
|
|
No likes, no faves, no polls, no stars, no claps, no counts.
|
|
|
|
|
2019-10-15 21:57:18 +02:00
|
|
|
Purple color scheme. Custom emus. Memes too.
|
|
|
|
Avatars automatically assigned by the NSA.
|
2019-04-24 08:16:52 +02:00
|
|
|
|
2019-10-15 21:57:18 +02:00
|
|
|
The button to submit a new honk says "it's gonna be honked".
|
2019-04-24 08:16:52 +02:00
|
|
|
|
2019-04-10 14:51:56 +02:00
|
|
|
-- 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.
|
|
|
|
|
2019-09-09 21:59:38 +02:00
|
|
|
Development sources: hg clone https://humungus.tedunangst.com/r/honk
|
|
|
|
|
2019-04-09 13:59:33 +02:00
|
|
|
-- setup
|
|
|
|
|
2019-04-10 14:22:09 +02:00
|
|
|
honk expects to be fronted by a TLS terminating reverse proxy.
|
|
|
|
|
2019-04-24 08:16:52 +02:00
|
|
|
First, create the database. This will ask four questions.
|
2019-04-09 13:59:33 +02:00
|
|
|
./honk init
|
2019-04-10 14:22:09 +02:00
|
|
|
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.
|
2019-04-09 13:59:33 +02:00
|
|
|
./honk
|
|
|
|
|
2019-04-15 03:35:42 +02:00
|
|
|
-- upgrade
|
|
|
|
|
2019-05-09 02:12:57 +02:00
|
|
|
cp honk.db backup.db
|
2019-04-15 03:35:42 +02:00
|
|
|
./honk upgrade
|
|
|
|
./honk
|
2019-10-15 21:57:18 +02:00
|
|
|
|
|
|
|
-- documentation
|
|
|
|
|
2019-11-01 06:59:28 +01:00
|
|
|
There is a more complete incomplete manual. This is just the README.
|