forked from gzuuus/linktr-com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
39 lines (37 loc) · 2.29 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#Basic info
REACT_APP_PFP=logo-minibolt.png
REACT_APP_HEADING=MiniBolt guide project
REACT_APP_SHORT_BIO=A complete guide to building a Bitcoin & Lightning full node on a personal computer
REACT_APP_LINKS='[["🌲MiniBolt guide Nostree links","https://nostree.me/[email protected]/minibolt"]]'
REACT_APP_DONATION_LINKS='[["🔗Onchain / Lightning⚡","https://donate.minibolt.info"]]'
#Choose theme: 'default', 'dark', 'light', 'bitcoin', 'ocean'
REACT_APP_THEME=ocean
#Activate theme pick selector (true/false)
REACT_APP_THEME_SELECTOR=false
#2140Meetups settings
#'true' if you want to show the 2140meetups section or 'false' to hide it.
REACT_APP_SHOW_MEETUPS=false
#ID de tu comunidad, puedes encontrar la id en la pagina de tu comunidad de 2140meetups.com, por ejemplo https://2140meetups.com/comunidad/5605/ donde la id seria '5605'
REACT_APP_COMUNITY_ID=5983
#Nostr settings
#Show nostr section 'true' or 'false'
REACT_APP_NOSTR_SHOW=false
#Show banner like background of the site 'true' or 'false'
REACT_APP_NOSTR_SHOW_BANNER=false
#Your nostr pubkey in npub/hex
REACT_APP_NOSTR_PUBKEY=npub1k9luehc8hg3c0upckdzzvusv66x3zt0eyw7290kclrpsndepz92sfcpp63
#Choose how many messages from your feed you want to display (recommended from 1 to 25)
REACT_APP_NOSTR_NOTES_TO_SHOW=0
#Choose witch client you want to use for see notes out linktr ["https://nostr.com/", "https://snort.social/e/", "https://nostr.band/", "https://iris.to/", "https://primal.net/thread/", "https://www.nostr.guru/e/"]
REACT_APP_NOSTR_OUTER_NOTES=https://njump.me/
#Choose witch client you want to use for see profiles out linktr ["https://snort.social/p/", "https://nostr.band/", "https://iris.to/", "https://primal.net/profile/"]
REACT_APP_NOSTR_OUTER_PROFILES=https://njump.me/
#Choose witch client you want to use for see hashtags out linktr ["https://snort.social/t/"]
REACT_APP_NOSTR_OUTER_HASHTAGS=https://snort.social/t/
#Choose witch client you want to use for see long content out linktr ["https://habla.news/a/", "https://nostr.com/"]
REACT_APP_NOSTR_OUTER_LONG=https://habla.news/a/
#Choose witch client you want to use for others to chat with you ["https://chat.punkhub.me/?dm=", "https://www.nostrchat.io/dm/"]
REACT_APP_NOSTR_OUTER_CHAT=https://www.nostrchat.io/dm/
#Extra settings
#Show footer 'true' or 'false'
REACT_APP_NOSTR_SHOW_FOOTER=false