mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-30 22:30:28 +00:00
feat: automate demo-site deployment and configuration (#42)
* add demo env variable * setup initialization when demo * disable password when in demo mode * expose demo status to API * improve UI for demo instance
This commit is contained in:
parent
eca071f974
commit
92368dabf8
12 changed files with 166 additions and 45 deletions
1
fly.toml
1
fly.toml
|
@ -8,6 +8,7 @@ processes = []
|
|||
|
||||
[env]
|
||||
PORT = "7745"
|
||||
HBOX_DEMO = "true"
|
||||
|
||||
[experimental]
|
||||
allowed_public_ports = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue