No description
  • Rust 96%
  • Makefile 2.1%
  • Smarty 1.1%
  • HTML 0.4%
  • CSS 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Thomas Lamprecht 0889b25b46 make: fix bogus dsc target recipe
this could never have worked...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2026-08-04 00:20:16 +02:00
.cargo updates to make it compile again 2024-11-29 10:36:32 +01:00
debian bump version to 0.8.0 2026-08-03 22:00:12 +02:00
images add manifest.json 2025-06-12 12:30:57 +02:00
pwt-assets@3617f49cfc update pwt-assets for tab-bar primary/secondary mode 2026-01-12 16:42:20 +01:00
src top nav bar: add a documentation entry to the menu 2026-08-02 21:54:20 +02:00
.gitignore update and extend gitignore 2025-08-01 19:51:18 +02:00
.gitmodules use pve-api-types debian package 2025-09-23 13:04:21 +02:00
Cargo.toml bump version to 0.8.0 2026-08-03 22:00:12 +02:00
index.html drop /pve2 from base-path 2025-07-31 00:57:06 +02:00
index.html.tpl index.html.tpl: correctly quote strings, add uiVersion 2025-07-31 11:03:13 +02:00
Makefile make: fix bogus dsc target recipe 2026-08-04 00:20:16 +02:00
manifest.json use pve2/yew-modile prefix, install index.html.tpl for pveproxy 2025-07-18 13:18:05 +02:00
pve.css update pwt-assets 2025-12-01 13:08:05 +01:00
README.md updates to make it compile again 2024-11-29 10:36:32 +01:00
Trunk.toml drop /pve2 from base-path 2025-07-31 00:57:06 +02:00

Run with proxy to real server

Note: you need an TLS key (api.key) and certificate (api.pem).

trunk serve --proxy-backend=https://${SERVER}:8006/api2/ --proxy-insecure --tls-key-path api.key --tls-cert-path api.pem