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"
|
hostname = "91.198.192.207"
|
||||||
groups = ["debian-bookworm"]
|
groups = [
|
||||||
bundles = ["ipmitool", "smartd", "zfs"]
|
"debian-bookworm",
|
||||||
|
"webserver",
|
||||||
[metadata]
|
]
|
||||||
backups.exclude_from_backups = true
|
bundles = [
|
||||||
|
"docker-engine",
|
||||||
|
"docker-immich",
|
||||||
|
"ipmitool",
|
||||||
|
"redis",
|
||||||
|
"smartd",
|
||||||
|
"zfs",
|
||||||
|
]
|
||||||
|
|
||||||
[metadata.icinga_options]
|
[metadata.icinga_options]
|
||||||
period = "daytime"
|
period = "daytime"
|
||||||
|
@ -16,6 +23,9 @@ ips = [
|
||||||
gateway4 = "91.198.192.193"
|
gateway4 = "91.198.192.193"
|
||||||
gateway6 = "2001:67c:b54:1::1"
|
gateway6 = "2001:67c:b54:1::1"
|
||||||
|
|
||||||
|
[metadata.nginx.vhosts.immich]
|
||||||
|
domain = "rr-immich.franzi.business"
|
||||||
|
|
||||||
[metadata.smartd]
|
[metadata.smartd]
|
||||||
disks = [
|
disks = [
|
||||||
"/dev/disk/by-id/ata-WDC_WD30EZRX-00DC0B0_WD-WMC1T0287704",
|
"/dev/disk/by-id/ata-WDC_WD30EZRX-00DC0B0_WD-WMC1T0287704",
|
||||||
|
|
Loading…
Reference in a new issue