add ui to upload to IPFS node on box
This commit is contained in:
parent
99089126c0
commit
54b3da996c
27 changed files with 78892 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Deployment-specific variables to specify what features to surface.
|
||||
has_internet: false
|
||||
show_chat: true
|
||||
show_ipfs: true
|
||||
# The standard dnsmasq config includes butterbox.lan even when a non-EN language
|
||||
# is selected so this should work even when the user-visible domain is different.
|
||||
chat_server: "REPLACEME.lan"
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
# Deployment-specific variables to specify what features to surface.
|
||||
has_internet: false
|
||||
show_chat: true
|
||||
show_ipfs: true
|
||||
# The standard dnsmasq config includes butterbox.lan even when a non-EN language
|
||||
# is selected so this should work even when the user-visible domain is different.
|
||||
chat_server: "REPLACEME.lan"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# Deployment-specific variables to specify what features to surface.
|
||||
has_internet: true
|
||||
show_chat: false
|
||||
show_chat: false
|
||||
show_ipfs: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue