rottenraptor-server: add docker-immich
This commit is contained in:
parent
2e8cbd6061
commit
6647e71484
1 changed files with 15 additions and 5 deletions
|
@ -1,9 +1,16 @@
|
|||
hostname = "91.198.192.207"
|
||||
groups = ["debian-bookworm"]
|
||||
bundles = ["ipmitool", "smartd", "zfs"]
|
||||
|
||||
[metadata]
|
||||
backups.exclude_from_backups = true
|
||||
groups = [
|
||||
"debian-bookworm",
|
||||
"webserver",
|
||||
]
|
||||
bundles = [
|
||||
"docker-engine",
|
||||
"docker-immich",
|
||||
"ipmitool",
|
||||
"redis",
|
||||
"smartd",
|
||||
"zfs",
|
||||
]
|
||||
|
||||
[metadata.icinga_options]
|
||||
period = "daytime"
|
||||
|
@ -16,6 +23,9 @@ ips = [
|
|||
gateway4 = "91.198.192.193"
|
||||
gateway6 = "2001:67c:b54:1::1"
|
||||
|
||||
[metadata.nginx.vhosts.immich]
|
||||
domain = "rr-immich.franzi.business"
|
||||
|
||||
[metadata.smartd]
|
||||
disks = [
|
||||
"/dev/disk/by-id/ata-WDC_WD30EZRX-00DC0B0_WD-WMC1T0287704",
|
||||
|
|
Loading…
Reference in a new issue