mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
44 lines
919 B
YAML
44 lines
919 B
YAML
config:
|
|
cluster.https_address: __DOMAIN__:8443
|
|
core.https_address: __DOMAIN__:8443
|
|
core.trust_password: __YUNO_PWD__
|
|
networks:
|
|
- config:
|
|
ipv4.address: 192.168.__INCUS_NETWORK__.1/24
|
|
ipv4.nat: "true"
|
|
ipv6.address: none
|
|
description: ""
|
|
name: incusbr0
|
|
type: bridge
|
|
project: default
|
|
storage_pools:
|
|
- config:
|
|
size: __BTRFS_SIZE__GB
|
|
source: /var/lib/incus/disks/local.img
|
|
description: ""
|
|
name: local
|
|
driver: btrfs
|
|
profiles:
|
|
- config: {}
|
|
description: Default Incus profile
|
|
devices:
|
|
incusbr0:
|
|
nictype: bridged
|
|
parent: incusbr0
|
|
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"
|
|
description: Default Incus project
|
|
name: default
|
|
cluster:
|
|
server_name: __DOMAIN__
|
|
enabled: true
|