mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-01 18:31:35 +00:00
Add onion location
This commit is contained in:
parent
64ab9cfcee
commit
a13daa7ced
7 changed files with 22 additions and 10 deletions
|
|
@ -20,6 +20,9 @@ let constants = {
|
|||
port: 10407,
|
||||
// You MUST read /src/site/pug/privacy.pug.template before changing has_privacy_policy!
|
||||
has_privacy_policy: false,
|
||||
// If your instance is also available as an onion site, add the onion URL here.
|
||||
// It should look something like "http://3gldbgtv5e4god56.onion" (no trailing slash).
|
||||
onion_location: "http://3gldbgtv5e4god56.onion",
|
||||
|
||||
// Things that server owners _could_ change if they want to.
|
||||
tor: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue