No description
Find a file
Thomas Lamprecht a901e94d0c cargo.toml: do not patch proxmox-yew-comp by default in git
Fixes: 1fafff5 ("update proxmox-yew-comp to "0.8.1"")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2026-01-22 20:31:42 +01:00
.cargo updates to make it compile again 2024-11-29 10:36:32 +01:00
debian d/control: refresh build-dependencies to match Cargo.toml 2026-01-22 20:12:01 +01: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 Add Cluster Firewall page 2026-01-13 09:38:56 +01: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 cargo.toml: do not patch proxmox-yew-comp by default in git 2026-01-22 20:31:42 +01: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 bump version to 0.6.3 2025-11-06 12:45:29 +01: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