2024-03-15 15:06:46 +01:00
|
|
|
config:
|
|
|
|
cluster.https_address: __DOMAIN__:8443
|
|
|
|
core.https_address: __DOMAIN__:8443
|
|
|
|
core.trust_password: __YUNO_PWD__
|
|
|
|
networks:
|
|
|
|
- config:
|
2024-03-06 23:35:54 +01:00
|
|
|
ipv4.address: 192.168.__INCUS_NETWORK__.1/24
|
2024-03-15 15:06:46 +01:00
|
|
|
ipv4.nat: "true"
|
|
|
|
ipv6.address: none
|
|
|
|
description: ""
|
2024-03-06 23:35:54 +01:00
|
|
|
name: incusbr0
|
2024-03-15 15:06:46 +01:00
|
|
|
type: bridge
|
|
|
|
project: default
|
|
|
|
storage_pools:
|
|
|
|
- config:
|
|
|
|
size: __BTRFS_SIZE__GB
|
2024-03-06 23:35:54 +01:00
|
|
|
source: /var/lib/incus/disks/local.img
|
2024-03-15 15:06:46 +01:00
|
|
|
description: ""
|
|
|
|
name: local
|
|
|
|
driver: btrfs
|
|
|
|
profiles:
|
|
|
|
- config: {}
|
2024-03-06 23:35:54 +01:00
|
|
|
description: Default Incus profile
|
2024-03-15 15:06:46 +01:00
|
|
|
devices:
|
2024-03-06 23:35:54 +01:00
|
|
|
incusbr0:
|
2024-03-15 15:06:46 +01:00
|
|
|
nictype: bridged
|
2024-03-06 23:35:54 +01:00
|
|
|
parent: incusbr0
|
2024-03-15 15:06:46 +01:00
|
|
|
type: nic
|
|
|
|
root:
|
|
|
|
path: /
|
|
|
|
pool: local
|
|
|
|
type: disk
|
|
|
|
name: default
|
|
|
|
projects:
|
|
|
|
- config:
|
|
|
|
features.images: "true"
|
|
|
|
features.networks: "true"
|
|
|
|
features.profiles: "true"
|
|
|
|
features.storage.volumes: "true"
|
2024-03-06 23:35:54 +01:00
|
|
|
description: Default Incus project
|
2024-03-15 15:06:46 +01:00
|
|
|
name: default
|
|
|
|
cluster:
|
|
|
|
server_name: __DOMAIN__
|
|
|
|
enabled: true
|