feat: add tray tunnel/lockdown status indicator

This commit is contained in:
zaneschepke
2026-03-13 02:12:40 -04:00
parent 810a1f1e7d
commit ad0e2c1a03
17 changed files with 214 additions and 528 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
include required("conveyor.conf")
# Replace IP with machine IP for testing on private network
app {
site {
copy-to = "./local-site"
base-url = "http://localhost"
base-url = "localhost:5500"
consistency-checks = "warn"
}
ignore-connection-issues-for-hosts += "localhost:5500"
}