all repos — honk @ 5c0d27c8117ef6cc70ade0423f4cc4b51e2477ae

my fork of honk

a few more notes on the wild options
Ted Unangst tedu@tedunangst.com
Fri, 29 May 2020 13:05:05 -0400
commit

5c0d27c8117ef6cc70ade0423f4cc4b51e2477ae

parent

d748de4d6d35155a3ce286ecfec55462e39e96eb

1 files changed, 9 insertions(+), 1 deletions(-)

jump to
M docs/honk.8docs/honk.8

@@ -174,7 +174,15 @@ .Dl ./honk import username twitter source-directory

.Ss Advanced Options To support separate mentions without a subdomain, e.g. @user@example.com and https://honk.example.com/u/user, -add a ('masqname', 'example.com') row the config table of the database. +add a ('masqname', 'example.com') row to the config table of the database. +Route +.Pa /.well-known/webfinger +from the top domain to honk. +.Pp +Custom URL seperators (not "u" and "h") may be specified by adding +"usersep" and "honksep" options to the config table. +e.g. example.com/users/username/honk/somehonk instead of +example.com/u/username/h/somehonk. .Sh FILES .Nm files are split between the data directory and the view directory.