snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 922c94ce3c7d557ac51adc0af523451225a8fe8a
parent 64adb173cc7006d914394f1380da3f8987b99956
Author: default <nobody@localhost>
Date:   Fri, 19 Apr 2024 09:09:46 +0200

Updated documentation.

Diffstat:
Mdoc/snac.8 | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/doc/snac.8 b/doc/snac.8 @@ -209,6 +209,13 @@ with a large number of users. If this numeric value (in seconds) is set, any activity coming from an account that was created more recently than that will be rejected. This may be used to mitigate spam from automatically created accounts. +.It Ic protocol +This string value contains the protocol (schema) to be used in URLs. If not +set, it defaults to "https". If you run +.Nm +as part of a hidden network like Tor or I2P that doesn't have a TLS / +Certificate infrastructure, you need to set it to "http". Don't change it +unless you know what you are doing. .El .Pp You must restart the server to make effective these changes.