No description
Find a file
Dietmar Maurer 37c6c5e88c update pwt-assets
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2025-12-01 13:08:05 +01:00
.cargo updates to make it compile again 2024-11-29 10:36:32 +01:00
debian bump version to 0.6.4 2025-11-18 18:54:41 +01:00
images add manifest.json 2025-06-12 12:30:57 +02:00
pwt-assets@c92bbe4270 update pwt-assets 2025-12-01 13:08:05 +01:00
src cleanup: remove unused files 2025-11-30 17:14:40 +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 bump version to 0.6.4 2025-11-18 18:54:41 +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