Package Details: incus-ui-canonical 0.8-3

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-05-24 22:49 (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-05-27 09:40 (UTC) (edited on 2024-05-27 09:40 (UTC) by KosmX)

@intelfx: The workaround is not specific to my system, it is needed on a clean install with default node and yarn, or when using clean chroot. I'll remove the workaround with the next NodeJS release, as it has fixed the issue.

https://github.com/nodejs/node/issues/48444

The workaround only lives during build.

intelfx commented on 2024-05-26 23:38 (UTC) (edited on 2024-05-26 23:41 (UTC) by intelfx)

@KosmX: Please do not put "workarounds" like 3ffce2ebd908 into AUR packages. This just causes pointless churn for everyone.

If your system needs some sort of a workaround due to a particular combination of software versions, put it into your own /etc/makepkg.conf. Thanks.

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...