Files
incus/incus-config.yml
Aleksa Sarai 54ee626109 Accepting request 1208882 from home:cyphar:lxc
- Package Incus 6.6, based on the LXD 5.21 package. The primary differences are
  that we no longer need to do ELF patching to work around having a custom
  sqlite fork (instead we can use libcowsql, which is packaged for openSUSE
  already).

OBS-URL: https://build.opensuse.org/request/show/1208882
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/incus?expand=0&rev=1
2024-10-18 13:45:15 +00:00

22 lines
678 B
YAML

# This is an example system-wide configuration file for the lxc client. Any
# configuration entries added here will be merged with a user's configuration
# when they run "incus". This is primarily useful for defining system-wide
# remotes, whose certificates are stored in /etc/incus/servercerts.
# An example configuration (from </usr/share/doc/packages/incus/doc/remotes.md>)
# looks like the following:
#
# remotes:
# foo:
# addr: https://10.0.2.4:8443
# auth_type: tls
# project: default
# protocol: incus
# public: false
# bar:
# addr: https://10.0.2.5:8443
# auth_type: tls
# project: default
# protocol: incus
# public: false