Update readme
This commit is contained in:
parent
fce1f78afe
commit
ea478c1e4b
6 changed files with 72 additions and 11 deletions
18
.env.example
18
.env.example
|
|
@ -1,10 +1,10 @@
|
|||
PUBLIC_RELAY_URL=ws://localhost:3334
|
||||
PUBLIC_GROUP_ID=mygrouprandomid
|
||||
PUBLIC_TITLE= # top-bar title (full mode); empty falls back to group name
|
||||
PUBLIC_MODE=simple # simple | full
|
||||
PUBLIC_JOINCODE=no # yes | no — show invite-code field on join failure
|
||||
PUBLIC_LABELS= # comma-separated labels (e.g., bug,feature,question)
|
||||
PUBLIC_BLOSSOM_URL= # Blossom server URL (e.g., https://blossom.primal.net)
|
||||
PUBLIC_RELAY_URL=ws://localhost:3334 # required — NIP-29 relay hosting the group(s)
|
||||
PUBLIC_MODE=simple # simple | full (single forum vs. many rooms)
|
||||
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_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
|
||||
PUBLIC_ACCENT_COLOR= # override the accent color (default #e32a6d), e.g. "#00ff00"; hover shade derived
|
||||
PUBLIC_SECONDARY_COLOR= # override the secondary color (default #ffaf25), e.g. "#0000ff"; hover shade derived
|
||||
PUBLIC_ACCENT_COLOR= # override the accent color (default #e32a6d), e.g. "#00ff00"; hover shade derived
|
||||
PUBLIC_SECONDARY_COLOR= # override the secondary color (default #ffaf25), e.g. "#0000ff"; hover shade derived
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue