add ui to upload to IPFS node on box

This commit is contained in:
John Hess 2023-05-24 17:30:54 -05:00
parent 99089126c0
commit 54b3da996c
27 changed files with 78892 additions and 4 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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