From eb25a46304e59b16e291fb8df71d6e671a9db4fd Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Sun, 30 Aug 2026 11:13:36 +0800 Subject: Fix example Apache2 config to point to correct urls --- doc/snac.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/snac.8 b/doc/snac.8 index 5698ce1..96bb678 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -869,7 +869,7 @@ ProxyPreserveHost On # Main web access point - ProxyPass http://127.0.0.1:8001/social + ProxyPass http://127.0.0.1:8001/fedi # WebFinger @@ -908,7 +908,7 @@ ProxyPreserveHost On # optional (Mastodon-like "authorize interaction" entrypoint) - ProxyPass http://127.0.0.1:8001/share + ProxyPass http://127.0.0.1:8001/authorize_interaction .Ed .Pp -- cgit From d227702b9c184cf32c1c96593f4c682bf11bc774 Mon Sep 17 00:00:00 2001 From: grunfink Date: Tue, 1 Sep 2026 16:49:19 +0200 Subject: Updated documentation. --- doc/snac.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/snac.1 b/doc/snac.1 index eddab8d..0b79657 100644 --- a/doc/snac.1 +++ b/doc/snac.1 @@ -207,6 +207,13 @@ write your posts in, space-separated (example: en fr pt_BR). .It Don't show posts written in these languages A space-separated string of ISO 639 Language Codes (example: en fr de). +.It Show a simpler web UI for browsers with these user agents +A list of partial strings that will be matched against the current +web browser user agent string. If it contains any of these strings, +the private timeline is shown using simpler HTML (basically, avoiding +the details / summary tags as much as possible, which are usually not +rendered correctly if at all in basic or text-based browsers). If any +of these lines is an asterisk, the simpler web UL is always used. .It Password Write the same string in these two fields to change your password. Don't write anything if you don't want to do this. -- cgit From dbff0032ecf575b9bfec9a0a3a9800dcdf4bd33d Mon Sep 17 00:00:00 2001 From: grunfink Date: Tue, 1 Sep 2026 16:52:21 +0200 Subject: Fixed stupid typo. --- doc/snac.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/snac.1 b/doc/snac.1 index 0b79657..5d63c3c 100644 --- a/doc/snac.1 +++ b/doc/snac.1 @@ -213,7 +213,7 @@ web browser user agent string. If it contains any of these strings, the private timeline is shown using simpler HTML (basically, avoiding the details / summary tags as much as possible, which are usually not rendered correctly if at all in basic or text-based browsers). If any -of these lines is an asterisk, the simpler web UL is always used. +of these lines is an asterisk, the simpler web UI is always used. .It Password Write the same string in these two fields to change your password. Don't write anything if you don't want to do this. -- cgit