Package Details: incus-ui-canonical 0.8-2

Git Clone URL: https://aur.archlinux.org/incus-ui-canonical.git (read-only, click to copy)
Package Base: incus-ui-canonical
Description: lxd-ui rebranded to incus
Upstream URL: https://github.com/KosmX/incus-ui-canonical-arch
Licenses: GPL3
Submitter: KosmX
Maintainer: KosmX
Last Packager: KosmX
Votes: 0
Popularity: 0.000000
First Submitted: 2023-12-30 15:12 (UTC)
Last Updated: 2024-04-17 08:45 (UTC)

Pinned Comments

KosmX commented on 2024-04-15 16:36 (UTC) (edited on 2024-04-15 16:38 (UTC) by KosmX)

Incusd will host the server if configured correctly, any other HTTP server is not needed.

To set-up, add/edit the daemon config. To open the config, use incus config edit

config:
  core.https_address: '[::]:8443'

If the listen address is not a loopback address, the server will be accessible from the network (if no firewall is configured to block).

Once incusd is configured, you might need to restart it, and the control panel will be accessible from a browser on the configured address/port. by default: https://localhost:8443

Lastly, follow the instructions on the web UI!

Latest Comments

KosmX commented on 2024-04-15 16:36 (UTC) (edited on 2024-04-15 16:38 (UTC) by KosmX)

Incusd will host the server if configured correctly, any other HTTP server is not needed.

To set-up, add/edit the daemon config. To open the config, use incus config edit

config:
  core.https_address: '[::]:8443'

If the listen address is not a loopback address, the server will be accessible from the network (if no firewall is configured to block).

Once incusd is configured, you might need to restart it, and the control panel will be accessible from a browser on the configured address/port. by default: https://localhost:8443

Lastly, follow the instructions on the web UI!

dalu commented on 2024-04-15 16:01 (UTC)

How do you set it up?

I have nginx default.conf

server {
  listen 80 default;
#  root /usr/share/nginx/html;
  root /opt/incus;
  location /ui/ {
        try_files $uri $uri/ index.html;
  }
}

is there any documentation available?

Akram1 commented on 2024-02-18 09:55 (UTC)

Error at makepkg

==> Starting prepare()... patching file src/components/Navigation.tsx Hunk #1 succeeded at 287 (offset 1 line). Hunk #2 succeeded at 302 (offset 1 line). patching file src/components/NoMatch.tsx patching file src/context/useDocs.tsx patching file src/pages/login/BrowserImport.tsx patching file src/pages/login/CertificateAdd.tsx patching file src/pages/login/CertificateGenerate.tsx patching file src/util/certificate.tsx patching file src/pages/storage/UploadCustomImageHint.tsx Hunk #1 FAILED at 9. 1 out of 1 hunk FAILED -- saving rejects to file src/pages/storage/UploadCustomImageHint.tsx.rej ==> ERROR: A failure occurred in prepare(). Aborting...