Skip to content

Commit

Permalink
teliod: Add static web UI
Browse files Browse the repository at this point in the history
  • Loading branch information
lcruz99 committed Jan 30, 2025
1 parent 9b9a236 commit 91bec30
Show file tree
Hide file tree
Showing 23 changed files with 24,879 additions and 169 deletions.
Empty file added .unreleased/LLT-5865
Empty file.
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion clis/teliod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ anyhow.workspace = true
smart-default = "0.7.1"
base64 = "0.22.1"
dirs = "4.0.0"

form_urlencoded = { version = "1.2.1", optional = true }
maud = { version = "0.26.0", optional = true }
lazy_static = { workspace = true, optional = true}
const_format = { version = "0.2.33", optional = true }
rust-cgi = { version = "0.7.1", optional = true }

Expand All @@ -42,6 +46,6 @@ rand = "0.8.5"
serial_test = "3.2.0"

[features]
cgi = ["const_format", "rust-cgi"]
cgi = ["const_format", "rust-cgi", "lazy_static", "maud", "form_urlencoded"]
qnap = ["cgi"]

Binary file added clis/teliod/assets/fonts/Inter_18pt-Medium.ttf
Binary file not shown.
Binary file added clis/teliod/assets/fonts/Inter_18pt-Regular.ttf
Binary file not shown.
Binary file added clis/teliod/assets/fonts/Inter_18pt-SemiBold.ttf
Binary file not shown.
Loading

0 comments on commit 91bec30

Please sign in to comment.