Add PUBLIC_SEARCH config option
This commit is contained in:
parent
ea478c1e4b
commit
5887a5705e
3 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ PUBLIC_MODE=simple # simple | full (single forum vs. many ro
|
|||
PUBLIC_GROUP_ID=mygrouprandomid # required in simple mode; the single forum's group id (ignored in full mode)
|
||||
PUBLIC_TITLE= # top-bar title; empty falls back to the group name
|
||||
PUBLIC_JOINCODE=no # yes | no — show an invite-code field when a join is rejected
|
||||
PUBLIC_SEARCH=no # yes | no — enable the search box (requires a relay with NIP-50 support)
|
||||
PUBLIC_LABELS= # comma-separated discussion labels (e.g., bug,feature,question)
|
||||
PUBLIC_BLOSSOM_URL= # Blossom server URL for uploads (e.g., https://blossom.primal.net)
|
||||
# Theme color overrides — quote the value, a leading # is read as a comment otherwise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue