From edcc6d7c54a9299dbac091cae1e56ef307c57577 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 29 May 2020 13:05:05 -0400 Subject: [PATCH] a few more notes on the wild options --- docs/honk.8 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/honk.8 b/docs/honk.8 index f61cb9a..d1b4cb2 100644 --- a/docs/honk.8 +++ b/docs/honk.8 @@ -174,7 +174,15 @@ and unzip any zip files contained within. .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.