46 lines
810 B
TOML
46 lines
810 B
TOML
hostname = "172.19.164.5"
|
|
bundles = [
|
|
'navidrome',
|
|
'nginx',
|
|
'nfs-client',
|
|
]
|
|
groups = [
|
|
"debian-bookworm",
|
|
]
|
|
|
|
[metadata.interfaces.enp1s0]
|
|
ips = [
|
|
"172.19.164.5/24",
|
|
]
|
|
gateway4 = "172.19.164.1"
|
|
ipv6_accept_ra = true
|
|
[metadata.interfaces.enp1s0.routes."172.19.165.0/24"]
|
|
via = "172.19.164.2"
|
|
|
|
[metadata.vm]
|
|
cpu = 2
|
|
ram = 4
|
|
|
|
[metadata.navidrome]
|
|
domain = 'navidrome.home.sophies-kitchen.eu'
|
|
version = '0.55.2'
|
|
sha1 = 'c5e513fb830f40bea33537ef0c649a3621bd443c'
|
|
|
|
[metadata.navidrome.config]
|
|
MusicFolder = "/mnt/media/Musik"
|
|
|
|
[metadata.nfs-client.mounts.media]
|
|
mountpoint = '/mnt/media'
|
|
serverpath = '172.19.164.2:/srv/nas'
|
|
mount_options =[
|
|
'retry=0',
|
|
'ro',
|
|
]
|
|
|
|
[metadata.nginx]
|
|
restrict-to = [
|
|
'172.19.164.0/22',
|
|
]
|
|
|
|
[metadata.nginx.vhosts.navidrome]
|
|
ssl = '_.home.sophies-kitchen.eu'
|