Hi everyone!
I’m trying to install web ui for incus, but it doesn’t seem to work, I’m getting 404 error all the time.
Thanks
$ pacman -Ss incus
extra/incus 6.4-1 [installed]
Powerful system container and virtual machine manager
extra/incus-tools 6.4-1 [installed]
Powerful system container and virtual machine manager
$ incus config show
config:
core.dns_address: 192.168.57.1:5353
core.https_address: :8443
images.auto_update_interval: "0"
$ ls -la /opt/incus/ui
total 20
drwxr-xr-x 4 root root 4096 Aug 16 10:51 .
drwxr-xr-x 4 root root 4096 Aug 16 10:51 ..
drwxr-xr-x 5 root root 4096 Aug 16 10:51 assets
drwxr-xr-x 3 root root 4096 Aug 16 10:51 monaco-editor
-rw-r--r-- 1 root root 665 Aug 16 10:49 index.html
$ curl -k https://localhost:8443
{"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":["/1.0"]}
$ curl -k https://localhost:8443/ui/
{"type":"error","status":"","status_code":0,"operation":"","error_code":404,"error":"not found","metadata":null}
$ sudo lsof -i :8443
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
incusd 92681 root 25u IPv4 321925 0t0 TCP *:pcsync-https (LISTEN)