zabbly / incus

Incus package repository
208 stars 16 forks source link

incus UI #31

Closed osamuaoki closed 6 months ago

osamuaoki commented 6 months ago

Dialog displayed by CertificateGenerate-8ae719bf.js has:

"incus config trust add-certificate Downloads/incus-ui.crt"

But what I downloaded was incus-ui-localhost.crt.

So shouldn't it more or less like:

"incus config trust add-certificate Downloads/incus-ui-localhost.crt"

As I see javascript, the downloaded file name seems to be coming from:

{onClick:()=>I(`incus-ui-${location.hostname}.crt`,t.crt)

Maybe these 2 should use the same name.

FYI: I am not javascript person.

stgraber commented 6 months ago

Yeah, we can change the example command so it matches more folks.