diff --git a/autobrr.tf b/autobrr.tf new file mode 100644 index 0000000..0863109 --- /dev/null +++ b/autobrr.tf @@ -0,0 +1,40 @@ +data "docker_registry_image" "autobrr" { + name = "ghcr.io/autobrr/autobrr:latest" +} + +resource "docker_image" "autobrr" { + name = data.docker_registry_image.autobrr.name + pull_triggers = [data.docker_registry_image.autobrr.sha256_digest] +} + +resource "docker_container" "autobrr" { + image = docker_image.autobrr.image_id + name = "autobrr" + restart = "always" + + log_driver = "local" + + env = [ + "PUID=999", + "PGID=321", + "TZ=Europe/Amsterdam" + ] + + networks_advanced { + name = docker_network.bridge.name + ipv4_address = "192.168.2.148" + } + + mounts { + target = "/config" + source = "/share/appdata/autobrr" + type = "bind" + } + + lifecycle { + ignore_changes = [ + ulimit, + log_opts + ] + } +} diff --git a/terraform.tfstate b/terraform.tfstate index 2666f39..c8a0bd6 100644 --- a/terraform.tfstate +++ b/terraform.tfstate @@ -1,7 +1,7 @@ { "version": 4, "terraform_version": "1.5.5", - "serial": 4178, + "serial": 4212, "lineage": "fcc74498-a461-682e-d8e4-5bc8c6ea51ec", "outputs": {}, "resources": [ @@ -32,10 +32,28 @@ { "schema_version": 0, "attributes": { - "id": "sha256:9602ab5dfbc3c939e569cdddff7a44b35d0c358b079a28c6b43c0192b5f2aa43", + "id": "sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171", "insecure_skip_verify": false, "name": "ghcr.io/advplyr/audiobookshelf:latest", - "sha256_digest": "sha256:9602ab5dfbc3c939e569cdddff7a44b35d0c358b079a28c6b43c0192b5f2aa43" + "sha256_digest": "sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171" + }, + "sensitive_attributes": [] + } + ] + }, + { + "mode": "data", + "type": "docker_registry_image", + "name": "autobrr", + "provider": "provider[\"registry.terraform.io/kreuzwerker/docker\"]", + "instances": [ + { + "schema_version": 0, + "attributes": { + "id": "sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4", + "insecure_skip_verify": false, + "name": "ghcr.io/autobrr/autobrr:latest", + "sha256_digest": "sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4" }, "sensitive_attributes": [] } @@ -194,10 +212,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:ddd7e8198b5d8289414e2cbc352bdeeaac2a40c26df21f1576744e779f9c9967", + "id": "sha256:971af6b078995db8ad80993fae35657c8add135acf1d13d02fe073298704422f", "insecure_skip_verify": false, "name": "ghcr.io/hoarder-app/hoarder", - "sha256_digest": "sha256:ddd7e8198b5d8289414e2cbc352bdeeaac2a40c26df21f1576744e779f9c9967" + "sha256_digest": "sha256:971af6b078995db8ad80993fae35657c8add135acf1d13d02fe073298704422f" }, "sensitive_attributes": [] } @@ -248,10 +266,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a", + "id": "sha256:7db850eff6b858b6d01860cd76a10d993861f9bff140de85734ce01d153a62ca", "insecure_skip_verify": false, "name": "homeassistant/home-assistant:latest", - "sha256_digest": "sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a" + "sha256_digest": "sha256:7db850eff6b858b6d01860cd76a10d993861f9bff140de85734ce01d153a62ca" }, "sensitive_attributes": [] } @@ -446,10 +464,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:565ee86501224ebbb98fc10b332fa54440b100469924003359edf49cbce374bd", + "id": "sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218", "insecure_skip_verify": false, "name": "prom/prometheus:latest", - "sha256_digest": "sha256:565ee86501224ebbb98fc10b332fa54440b100469924003359edf49cbce374bd" + "sha256_digest": "sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218" }, "sensitive_attributes": [] } @@ -608,10 +626,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:6ab8ea2fb29ea28ed546b48731177fc8f69296de0163017810e56e9428439e0e", + "id": "sha256:442bc752452ea550a8428a72cd96627ed3a78050e807e72c80ef5dd8b83ee6ad", "insecure_skip_verify": false, "name": "linuxserver/smokeping:latest", - "sha256_digest": "sha256:6ab8ea2fb29ea28ed546b48731177fc8f69296de0163017810e56e9428439e0e" + "sha256_digest": "sha256:442bc752452ea550a8428a72cd96627ed3a78050e807e72c80ef5dd8b83ee6ad" }, "sensitive_attributes": [] } @@ -752,10 +770,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131", + "id": "sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545", "insecure_skip_verify": false, "name": "koenkk/zigbee2mqtt", - "sha256_digest": "sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131" + "sha256_digest": "sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545" }, "sensitive_attributes": [] } @@ -972,9 +990,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "tini", @@ -985,17 +1003,17 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], - "hostname": "d3d0bc12688b", - "id": "d3d0bc12688ba218de71a17b74f0c9b358a588374d171c857a181af921a45a92", - "image": "sha256:c7341fe6da4775dfaaba0a0352b66e2f10a0e55d3c3b0593f2067529fc2c624e", + "hostname": "cdb86ebcf90d", + "id": "cdb86ebcf90d7fb6806634b0d67c859e3c361efeffd823dc3b7cdefc35f1df25", + "image": "sha256:38c9fd3ca67656a78b09fbcfc878c14ad8d8c36929e3a12cdf81c504663ba654", "init": false, "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": null, + "log_opts": {}, "logs": false, "max_retry_count": 0, "memory": 0, @@ -1003,7 +1021,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/audiobookshelf/config", "target": "/config", "tmpfs_options": [], @@ -1012,7 +1030,7 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/audiobookshelf/metadata", "target": "/metadata", "tmpfs_options": [], @@ -1021,7 +1039,7 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/datarr/media/audiobooks", "target": "/audiobooks", "tmpfs_options": [], @@ -1030,7 +1048,7 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/datarr/media/podcasts", "target": "/podcasts", "tmpfs_options": [], @@ -1048,7 +1066,7 @@ "ip_address": "192.168.2.146", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:1d:75:19:3b", + "mac_address": "02:42:c4:01:85:be", "network_name": "qnet-static-eth0-48e715" } ], @@ -1076,6 +1094,135 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, + "tty": false, + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], + "upload": [], + "user": "", + "userns_mode": "", + "volumes": [], + "wait": false, + "wait_timeout": 60, + "working_dir": "/" + }, + "sensitive_attributes": [], + "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", + "dependencies": [ + "data.docker_registry_image.audiobookshelf", + "docker_image.audiobookshelf", + "docker_network.bridge" + ] + } + ] + }, + { + "mode": "managed", + "type": "docker_container", + "name": "autobrr", + "provider": "provider[\"registry.terraform.io/kreuzwerker/docker\"]", + "instances": [ + { + "schema_version": 2, + "attributes": { + "attach": false, + "bridge": "", + "capabilities": [], + "cgroupns_mode": null, + "command": [], + "container_logs": null, + "container_read_refresh_timeout_milliseconds": 15000, + "cpu_set": "", + "cpu_shares": 0, + "destroy_grace_seconds": null, + "devices": [], + "dns": null, + "dns_opts": null, + "dns_search": null, + "domainname": "", + "entrypoint": [ + "/usr/local/bin/autobrr", + "--config", + "/config" + ], + "env": [ + "PGID=321", + "PUID=999", + "TZ=Europe/Amsterdam" + ], + "exit_code": null, + "gpus": null, + "group_add": null, + "healthcheck": null, + "host": [], + "hostname": "9445db8e2814", + "id": "9445db8e2814bc3b77d04ea2a044236716f62631eaf87b0bb238ce2bee9ab5fd", + "image": "sha256:282d547fe0ea4d9363457bf7af221800de57c0e4901ac43e08b88e731f5f4e89", + "init": false, + "ipc_mode": "private", + "labels": [], + "log_driver": "local", + "log_opts": null, + "logs": false, + "max_retry_count": 0, + "memory": 0, + "memory_swap": 0, + "mounts": [ + { + "bind_options": [], + "read_only": null, + "source": "/share/appdata/autobrr", + "target": "/config", + "tmpfs_options": [], + "type": "bind", + "volume_options": [] + } + ], + "must_run": true, + "name": "autobrr", + "network_data": [ + { + "gateway": "192.168.2.1", + "global_ipv6_address": "", + "global_ipv6_prefix_length": 0, + "ip_address": "192.168.2.148", + "ip_prefix_length": 24, + "ipv6_gateway": "", + "mac_address": "02:42:3b:c4:b3:40", + "network_name": "qnet-static-eth0-48e715" + } + ], + "network_mode": "default", + "networks_advanced": [ + { + "aliases": [], + "ipv4_address": "192.168.2.148", + "ipv6_address": "", + "name": "qnet-static-eth0-48e715" + } + ], + "pid_mode": "", + "ports": [], + "privileged": false, + "publish_all_ports": false, + "read_only": false, + "remove_volumes": true, + "restart": "always", + "rm": false, + "runtime": "runc", + "security_opts": [], + "shm_size": 64, + "start": true, + "stdin_open": false, + "stop_signal": "", + "stop_timeout": 0, "storage_opts": null, "sysctls": null, "tmpfs": null, @@ -1087,13 +1234,12 @@ "volumes": [], "wait": false, "wait_timeout": 60, - "working_dir": "/" + "working_dir": "/app" }, "sensitive_attributes": [], "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ - "data.docker_registry_image.audiobookshelf", - "docker_image.audiobookshelf", + "docker_image.autobrr", "docker_network.bridge" ] } @@ -1119,9 +1265,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -1133,8 +1279,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "b25867819af5", "id": "b25867819af5df4553d46e2956ea46a288a2039df23d93442a29235b77e8dea1", @@ -1143,7 +1289,7 @@ "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": null, + "log_opts": {}, "logs": false, "max_retry_count": 0, "memory": 0, @@ -1151,7 +1297,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/deluge", "target": "/config", "tmpfs_options": [], @@ -1160,7 +1306,7 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/datarr/torrents", "target": "/data/torrents", "tmpfs_options": [], @@ -1206,11 +1352,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -1263,7 +1415,7 @@ "healthcheck": null, "host": [], "hostname": "dozzle", - "id": "7b0bbd1f0a14fc436ce1970ea0b85cb1be1b7f49e9d713ffc69ea779701eba0a", + "id": "af60b2832091f152123210cda3675f4dafa07e8d63e66125c4f0f757f277c3d0", "image": "sha256:8f6f84bedc24d358b8eb0a4e1a1e30ca4a61301ea5df0c474fa6e91832c86469", "init": false, "ipc_mode": "private", @@ -1295,7 +1447,7 @@ "ip_address": "192.168.2.144", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:25:b9:4a:fb", + "mac_address": "02:42:25:09:62:2c", "network_name": "qnet-static-eth0-48e715" } ], @@ -1339,7 +1491,6 @@ "sensitive_attributes": [], "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ - "data.docker_registry_image.dozzle", "docker_image.dozzle", "docker_network.bridge" ] @@ -2044,9 +2195,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -2056,8 +2207,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "78b1bb10693c", "id": "78b1bb10693c6504cfc159471c35291b850703c10d36b098cfb2b14928124ee6", @@ -2077,7 +2228,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/grocy", "target": "/config", "tmpfs_options": [], @@ -2123,11 +2274,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -2166,9 +2323,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -2186,7 +2343,7 @@ ], "exit_code": null, "gpus": null, - "group_add": null, + "group_add": [], "healthcheck": [ { "interval": "30s", @@ -2201,8 +2358,8 @@ ], "host": [], "hostname": "hoarder", - "id": "38dcddcac22fedf10654033813529ad3e7a9ec543bece8cb99f261d5e0117098", - "image": "sha256:4729152653a7ac8b3ee8df7ba9668cdd0be1524d09cb7e78efa44072ee75f12c", + "id": "c59a35d96caddcabc5b64610b7b5e41483e386d27b5e197b01f3cf9e1f019ddf", + "image": "sha256:c722df74c29fb0089985ac193aeb3e64ac8fea1f1e6c1ce8dd3f850a80a04ecd", "init": false, "ipc_mode": "private", "labels": [], @@ -2218,7 +2375,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/hoarder", "target": "/data", "tmpfs_options": [], @@ -2246,7 +2403,7 @@ "ip_address": "192.168.2.145", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:1d:0e:5f:c6", + "mac_address": "02:42:74:be:07:41", "network_name": "qnet-static-eth0-48e715" } ], @@ -2280,11 +2437,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "root", "userns_mode": "", @@ -2586,9 +2749,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": [], - "dns_opts": [], - "dns_search": [], + "dns": null, + "dns_opts": null, + "dns_search": null, "domainname": "", "entrypoint": [ "/init" @@ -2596,12 +2759,12 @@ "env": [], "exit_code": null, "gpus": null, - "group_add": [], - "healthcheck": [], + "group_add": null, + "healthcheck": null, "host": [], "hostname": "hass", - "id": "e55da710ba75d87db455404169caf0a0b9afdaafa52730fd358af02dc962fc82", - "image": "sha256:c1eff36acdd78b51c1aa2c03f37914d4aa3859b72255365d60c26aece13b82e4", + "id": "6a9756e9c46737e7458e9168e01e6a5057b16d80051a45c696ca11d92fa035ea", + "image": "sha256:930410033ebb8dd52565753068692c1e407c058520515ad7710ea857e400d96b", "init": false, "ipc_mode": "private", "labels": [], @@ -2617,7 +2780,7 @@ "mounts": [ { "bind_options": [], - "read_only": false, + "read_only": null, "source": "/share/appdata/home-assistant", "target": "/config", "tmpfs_options": [], @@ -2645,7 +2808,7 @@ "ip_address": "192.168.2.70", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:3c:09:6b:b1", + "mac_address": "02:42:50:41:bb:ad", "network_name": "qnet-static-eth0-48e715" } ], @@ -2679,17 +2842,11 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": {}, - "sysctls": {}, - "tmpfs": {}, + "storage_opts": null, + "sysctls": null, + "tmpfs": null, "tty": false, - "ulimit": [ - { - "hard": 65535, - "name": "nofile", - "soft": 65535 - } - ], + "ulimit": [], "upload": [], "user": "", "userns_mode": "", @@ -2702,10 +2859,8 @@ "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "data.docker_registry_image.home-assistant", - "data.docker_registry_image.mariadb", "docker_container.mariadb", "docker_image.home-assistant", - "docker_image.mariadb", "docker_network.bridge", "docker_network.mariadb" ] @@ -2906,9 +3061,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/sbin/tini", @@ -2919,8 +3074,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "23e194e0e233", "id": "23e194e0e233702188ac272c6017f8fd22c9c89bfc67a21dff71a7dceb2d0051", @@ -2929,7 +3084,7 @@ "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": null, + "log_opts": {}, "logs": false, "max_retry_count": 0, "memory": 0, @@ -2937,7 +3092,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/jellyseerr", "target": "/app/config", "tmpfs_options": [], @@ -2983,11 +3138,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -3072,16 +3233,6 @@ "must_run": true, "name": "mariadb", "network_data": [ - { - "gateway": "172.29.0.1", - "global_ipv6_address": "", - "global_ipv6_prefix_length": 0, - "ip_address": "172.29.0.2", - "ip_prefix_length": 22, - "ipv6_gateway": "", - "mac_address": "02:42:ac:1d:00:02", - "network_name": "mariadb" - }, { "gateway": "192.168.2.1", "global_ipv6_address": "", @@ -3091,6 +3242,16 @@ "ipv6_gateway": "", "mac_address": "02:42:a2:2c:a1:73", "network_name": "qnet-static-eth0-48e715" + }, + { + "gateway": "172.29.0.1", + "global_ipv6_address": "", + "global_ipv6_prefix_length": 0, + "ip_address": "172.29.0.2", + "ip_prefix_length": 22, + "ipv6_gateway": "", + "mac_address": "02:42:ac:1d:00:02", + "network_name": "mariadb" } ], "network_mode": "default", @@ -3749,9 +3910,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/usr/bin/ofelia" @@ -3759,8 +3920,8 @@ "env": [], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "0a1972ade478", "id": "0a1972ade4780b02b546226090e4c700c57d7b3ec776b9fc8546b7a4bc46205f", @@ -3780,18 +3941,18 @@ "mounts": [ { "bind_options": [], - "read_only": true, - "source": "/var/run/docker.sock", - "target": "/var/run/docker.sock", + "read_only": false, + "source": "/share/appdata/ofelia", + "target": "/etc/ofelia", "tmpfs_options": [], "type": "bind", "volume_options": [] }, { "bind_options": [], - "read_only": null, - "source": "/share/appdata/ofelia", - "target": "/etc/ofelia", + "read_only": true, + "source": "/var/run/docker.sock", + "target": "/var/run/docker.sock", "tmpfs_options": [], "type": "bind", "volume_options": [] @@ -3828,11 +3989,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -4330,9 +4497,9 @@ "group_add": [], "healthcheck": [], "host": [], - "hostname": "527c9226f33c", - "id": "527c9226f33cc8a50f861a8e8cba83454f02f0ee6798a58a390c22a7777e776d", - "image": "sha256:24c1b63a5674e5d239dae7721212a2bdc80de7504efc2c9f23a30fa799714138", + "hostname": "27066f128c78", + "id": "27066f128c781cb63abff6dd58571cc3c0d4d8774c4d4d6dc5be7adedf3350d9", + "image": "sha256:b03768b531a2b8c6b6813c7bf3ed6b5ad50c62eba9f67ab50b991267f010133d", "init": false, "ipc_mode": "private", "labels": [], @@ -4375,7 +4542,7 @@ "ip_address": "192.168.2.80", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:88:92:96:52", + "mac_address": "02:42:2e:25:08:82", "network_name": "qnet-static-eth0-48e715" } ], @@ -4860,9 +5027,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "docker-entrypoint.sh" @@ -4870,8 +5037,8 @@ "env": [], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "2f30d1674b9c", "id": "2f30d1674b9c8981846753f184b79a262e69da8a9f85240f252ff8b6c2589d07", @@ -4891,7 +5058,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/redis", "target": "/data", "tmpfs_options": [], @@ -4937,11 +5104,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -5590,6 +5763,16 @@ "must_run": true, "name": "scholarsome", "network_data": [ + { + "gateway": "172.29.20.1", + "global_ipv6_address": "", + "global_ipv6_prefix_length": 0, + "ip_address": "172.29.20.3", + "ip_prefix_length": 22, + "ipv6_gateway": "", + "mac_address": "02:42:ac:1d:14:03", + "network_name": "redis" + }, { "gateway": "172.29.0.1", "global_ipv6_address": "", @@ -5609,16 +5792,6 @@ "ipv6_gateway": "", "mac_address": "02:42:70:93:e5:01", "network_name": "qnet-static-eth0-48e715" - }, - { - "gateway": "172.29.20.1", - "global_ipv6_address": "", - "global_ipv6_prefix_length": 0, - "ip_address": "172.29.20.3", - "ip_prefix_length": 22, - "ipv6_gateway": "", - "mac_address": "02:42:ac:1d:14:03", - "network_name": "redis" } ], "network_mode": "default", @@ -5731,9 +5904,9 @@ "group_add": [], "healthcheck": [], "host": [], - "hostname": "9599d53fa344", - "id": "9599d53fa344bf13f2029d02230c55dea71378b745108abef0085391a7b1be2f", - "image": "sha256:f8af27d94fb3443de0bab19e31874c84b9ae39e4faf6c2d103a7f44267835898", + "hostname": "8a525567a55b", + "id": "8a525567a55bbdc6a96235404d9b23079ea22dab5815d0d449ef536f390bc8af", + "image": "sha256:7a5fc60947317ac5b475e8f68a40fb5d59d73b9ff4a6227ba1cb1c22d0d8d25c", "init": false, "ipc_mode": "private", "labels": [], @@ -5776,7 +5949,7 @@ "ip_address": "192.168.2.126", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:da:de:fd:e9", + "mac_address": "02:42:0b:d4:0d:34", "network_name": "qnet-static-eth0-48e715" } ], @@ -6859,9 +7032,9 @@ "group_add": [], "healthcheck": [], "host": [], - "hostname": "87c664d6ed94", - "id": "87c664d6ed9476d3cfd3f26c81e65ffc9510c697cf495cad5f7dc9e1d9204fc0", - "image": "sha256:b9ab0b017b285a30dcff94a1fb47b0db909a38c65cdafee5c1c8afdc2055b1da", + "hostname": "4828c75ab888", + "id": "4828c75ab888776449fef2d8459e3565e08fd553c2f50460726f9dfd70603405", + "image": "sha256:5cf7ae3f751f264f7cb389c797a8c4fcc60468683c08ff8de238a6c22b80e482", "init": false, "ipc_mode": "private", "labels": [], @@ -6904,7 +7077,7 @@ "ip_address": "192.168.2.117", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:9b:33:cb:60", + "mac_address": "02:42:b7:94:f2:82", "network_name": "qnet-static-eth0-48e715" } ], @@ -7002,15 +7175,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:c7341fe6da4775dfaaba0a0352b66e2f10a0e55d3c3b0593f2067529fc2c624eghcr.io/advplyr/audiobookshelf:latest", - "image_id": "sha256:c7341fe6da4775dfaaba0a0352b66e2f10a0e55d3c3b0593f2067529fc2c624e", + "id": "sha256:38c9fd3ca67656a78b09fbcfc878c14ad8d8c36929e3a12cdf81c504663ba654ghcr.io/advplyr/audiobookshelf:latest", + "image_id": "sha256:38c9fd3ca67656a78b09fbcfc878c14ad8d8c36929e3a12cdf81c504663ba654", "keep_locally": null, "name": "ghcr.io/advplyr/audiobookshelf:latest", "platform": null, "pull_triggers": [ - "sha256:9602ab5dfbc3c939e569cdddff7a44b35d0c358b079a28c6b43c0192b5f2aa43" + "sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171" ], - "repo_digest": "ghcr.io/advplyr/audiobookshelf@sha256:9602ab5dfbc3c939e569cdddff7a44b35d0c358b079a28c6b43c0192b5f2aa43", + "repo_digest": "ghcr.io/advplyr/audiobookshelf@sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171", "triggers": null }, "sensitive_attributes": [], @@ -7021,6 +7194,36 @@ } ] }, + { + "mode": "managed", + "type": "docker_image", + "name": "autobrr", + "provider": "provider[\"registry.terraform.io/kreuzwerker/docker\"]", + "instances": [ + { + "schema_version": 0, + "attributes": { + "build": [], + "force_remove": null, + "id": "sha256:282d547fe0ea4d9363457bf7af221800de57c0e4901ac43e08b88e731f5f4e89ghcr.io/autobrr/autobrr:latest", + "image_id": "sha256:282d547fe0ea4d9363457bf7af221800de57c0e4901ac43e08b88e731f5f4e89", + "keep_locally": null, + "name": "ghcr.io/autobrr/autobrr:latest", + "platform": null, + "pull_triggers": [ + "sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4" + ], + "repo_digest": "ghcr.io/autobrr/autobrr@sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4", + "triggers": null + }, + "sensitive_attributes": [], + "private": "bnVsbA==", + "dependencies": [ + "data.docker_registry_image.autobrr" + ] + } + ] + }, { "mode": "managed", "type": "docker_image", @@ -7272,15 +7475,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:4729152653a7ac8b3ee8df7ba9668cdd0be1524d09cb7e78efa44072ee75f12cghcr.io/hoarder-app/hoarder", - "image_id": "sha256:4729152653a7ac8b3ee8df7ba9668cdd0be1524d09cb7e78efa44072ee75f12c", + "id": "sha256:c722df74c29fb0089985ac193aeb3e64ac8fea1f1e6c1ce8dd3f850a80a04ecdghcr.io/hoarder-app/hoarder", + "image_id": "sha256:c722df74c29fb0089985ac193aeb3e64ac8fea1f1e6c1ce8dd3f850a80a04ecd", "keep_locally": null, "name": "ghcr.io/hoarder-app/hoarder", "platform": null, "pull_triggers": [ - "sha256:ddd7e8198b5d8289414e2cbc352bdeeaac2a40c26df21f1576744e779f9c9967" + "sha256:971af6b078995db8ad80993fae35657c8add135acf1d13d02fe073298704422f" ], - "repo_digest": "ghcr.io/hoarder-app/hoarder@sha256:ddd7e8198b5d8289414e2cbc352bdeeaac2a40c26df21f1576744e779f9c9967", + "repo_digest": "ghcr.io/hoarder-app/hoarder@sha256:971af6b078995db8ad80993fae35657c8add135acf1d13d02fe073298704422f", "triggers": null }, "sensitive_attributes": [], @@ -7362,15 +7565,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:c1eff36acdd78b51c1aa2c03f37914d4aa3859b72255365d60c26aece13b82e4homeassistant/home-assistant:latest", - "image_id": "sha256:c1eff36acdd78b51c1aa2c03f37914d4aa3859b72255365d60c26aece13b82e4", + "id": "sha256:930410033ebb8dd52565753068692c1e407c058520515ad7710ea857e400d96bhomeassistant/home-assistant:latest", + "image_id": "sha256:930410033ebb8dd52565753068692c1e407c058520515ad7710ea857e400d96b", "keep_locally": null, "name": "homeassistant/home-assistant:latest", "platform": null, "pull_triggers": [ - "sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a" + "sha256:7db850eff6b858b6d01860cd76a10d993861f9bff140de85734ce01d153a62ca" ], - "repo_digest": "homeassistant/home-assistant@sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a", + "repo_digest": "homeassistant/home-assistant@sha256:7db850eff6b858b6d01860cd76a10d993861f9bff140de85734ce01d153a62ca", "triggers": null }, "sensitive_attributes": [], @@ -7692,15 +7895,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:24c1b63a5674e5d239dae7721212a2bdc80de7504efc2c9f23a30fa799714138prom/prometheus:latest", - "image_id": "sha256:24c1b63a5674e5d239dae7721212a2bdc80de7504efc2c9f23a30fa799714138", + "id": "sha256:b03768b531a2b8c6b6813c7bf3ed6b5ad50c62eba9f67ab50b991267f010133dprom/prometheus:latest", + "image_id": "sha256:b03768b531a2b8c6b6813c7bf3ed6b5ad50c62eba9f67ab50b991267f010133d", "keep_locally": null, "name": "prom/prometheus:latest", "platform": null, "pull_triggers": [ - "sha256:565ee86501224ebbb98fc10b332fa54440b100469924003359edf49cbce374bd" + "sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218" ], - "repo_digest": "prom/prometheus@sha256:565ee86501224ebbb98fc10b332fa54440b100469924003359edf49cbce374bd", + "repo_digest": "prom/prometheus@sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218", "triggers": null }, "sensitive_attributes": [], @@ -7987,15 +8190,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:f8af27d94fb3443de0bab19e31874c84b9ae39e4faf6c2d103a7f44267835898linuxserver/smokeping:latest", - "image_id": "sha256:f8af27d94fb3443de0bab19e31874c84b9ae39e4faf6c2d103a7f44267835898", + "id": "sha256:7a5fc60947317ac5b475e8f68a40fb5d59d73b9ff4a6227ba1cb1c22d0d8d25clinuxserver/smokeping:latest", + "image_id": "sha256:7a5fc60947317ac5b475e8f68a40fb5d59d73b9ff4a6227ba1cb1c22d0d8d25c", "keep_locally": null, "name": "linuxserver/smokeping:latest", "platform": null, "pull_triggers": [ - "sha256:6ab8ea2fb29ea28ed546b48731177fc8f69296de0163017810e56e9428439e0e" + "sha256:442bc752452ea550a8428a72cd96627ed3a78050e807e72c80ef5dd8b83ee6ad" ], - "repo_digest": "linuxserver/smokeping@sha256:6ab8ea2fb29ea28ed546b48731177fc8f69296de0163017810e56e9428439e0e", + "repo_digest": "linuxserver/smokeping@sha256:442bc752452ea550a8428a72cd96627ed3a78050e807e72c80ef5dd8b83ee6ad", "triggers": null }, "sensitive_attributes": [], @@ -8227,15 +8430,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:b9ab0b017b285a30dcff94a1fb47b0db909a38c65cdafee5c1c8afdc2055b1dakoenkk/zigbee2mqtt", - "image_id": "sha256:b9ab0b017b285a30dcff94a1fb47b0db909a38c65cdafee5c1c8afdc2055b1da", + "id": "sha256:5cf7ae3f751f264f7cb389c797a8c4fcc60468683c08ff8de238a6c22b80e482koenkk/zigbee2mqtt", + "image_id": "sha256:5cf7ae3f751f264f7cb389c797a8c4fcc60468683c08ff8de238a6c22b80e482", "keep_locally": null, "name": "koenkk/zigbee2mqtt", "platform": null, "pull_triggers": [ - "sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131" + "sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545" ], - "repo_digest": "koenkk/zigbee2mqtt@sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131", + "repo_digest": "koenkk/zigbee2mqtt@sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545", "triggers": null }, "sensitive_attributes": [], diff --git a/terraform.tfstate.backup b/terraform.tfstate.backup index bd59ed7..6db6975 100644 --- a/terraform.tfstate.backup +++ b/terraform.tfstate.backup @@ -1,7 +1,7 @@ { "version": 4, "terraform_version": "1.5.5", - "serial": 4145, + "serial": 4206, "lineage": "fcc74498-a461-682e-d8e4-5bc8c6ea51ec", "outputs": {}, "resources": [ @@ -32,10 +32,28 @@ { "schema_version": 0, "attributes": { - "id": "sha256:aa88c9f4652872a2a72043511a87d17ec743b60f53e8024e9868ebec5aae59bd", + "id": "sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171", "insecure_skip_verify": false, "name": "ghcr.io/advplyr/audiobookshelf:latest", - "sha256_digest": "sha256:aa88c9f4652872a2a72043511a87d17ec743b60f53e8024e9868ebec5aae59bd" + "sha256_digest": "sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171" + }, + "sensitive_attributes": [] + } + ] + }, + { + "mode": "data", + "type": "docker_registry_image", + "name": "autobrr", + "provider": "provider[\"registry.terraform.io/kreuzwerker/docker\"]", + "instances": [ + { + "schema_version": 0, + "attributes": { + "id": "sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4", + "insecure_skip_verify": false, + "name": "ghcr.io/autobrr/autobrr:latest", + "sha256_digest": "sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4" }, "sensitive_attributes": [] } @@ -50,10 +68,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:80e2338e89d3291f2b9069449e3de2c9db0ab7fa4452e4dc1b87da294bb36a97", + "id": "sha256:54b17172f0669111e668ab2bfd671b99688c511213d644923a2b315e5934d456", "insecure_skip_verify": false, "name": "linuxserver/deluge:latest", - "sha256_digest": "sha256:80e2338e89d3291f2b9069449e3de2c9db0ab7fa4452e4dc1b87da294bb36a97" + "sha256_digest": "sha256:54b17172f0669111e668ab2bfd671b99688c511213d644923a2b315e5934d456" }, "sensitive_attributes": [] } @@ -68,10 +86,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:290837c69e70f6a38a0414cfd810b70211f08d41cc243189e6151dc07bc450bc", + "id": "sha256:81d9824098e4eaed6200e7cf40693835ffc0a9c669932b9ebb987bddade24dda", "insecure_skip_verify": false, "name": "amir20/dozzle:latest", - "sha256_digest": "sha256:290837c69e70f6a38a0414cfd810b70211f08d41cc243189e6151dc07bc450bc" + "sha256_digest": "sha256:81d9824098e4eaed6200e7cf40693835ffc0a9c669932b9ebb987bddade24dda" }, "sensitive_attributes": [] } @@ -176,10 +194,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:7362d90fd7e21d65638b017cbff0cd86dd1da5d2527086c892d6bc09ae2e0b43", + "id": "sha256:b014cf9e7227d26da502b835e64869034eb367de7878c269e4e74b2b160a1b6c", "insecure_skip_verify": false, "name": "linuxserver/grocy:latest", - "sha256_digest": "sha256:7362d90fd7e21d65638b017cbff0cd86dd1da5d2527086c892d6bc09ae2e0b43" + "sha256_digest": "sha256:b014cf9e7227d26da502b835e64869034eb367de7878c269e4e74b2b160a1b6c" }, "sensitive_attributes": [] } @@ -194,10 +212,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:bdbd51802f46edb7eaf083bbe56cb793b87f684c7d5c80d8e0298730190a2f2e", + "id": "sha256:971af6b078995db8ad80993fae35657c8add135acf1d13d02fe073298704422f", "insecure_skip_verify": false, "name": "ghcr.io/hoarder-app/hoarder", - "sha256_digest": "sha256:bdbd51802f46edb7eaf083bbe56cb793b87f684c7d5c80d8e0298730190a2f2e" + "sha256_digest": "sha256:971af6b078995db8ad80993fae35657c8add135acf1d13d02fe073298704422f" }, "sensitive_attributes": [] } @@ -248,10 +266,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a", + "id": "sha256:7db850eff6b858b6d01860cd76a10d993861f9bff140de85734ce01d153a62ca", "insecure_skip_verify": false, "name": "homeassistant/home-assistant:latest", - "sha256_digest": "sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a" + "sha256_digest": "sha256:7db850eff6b858b6d01860cd76a10d993861f9bff140de85734ce01d153a62ca" }, "sensitive_attributes": [] } @@ -284,10 +302,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:af5563771964282e5bfb6a4f30b05c75c8d30661a920f0399086f575217d0573", + "id": "sha256:a324fa4d81cce73116801bee3c50b632f3457c0ca0ad31aa692c640e22f50dea", "insecure_skip_verify": false, "name": "fallenbagel/jellyseerr:latest", - "sha256_digest": "sha256:af5563771964282e5bfb6a4f30b05c75c8d30661a920f0399086f575217d0573" + "sha256_digest": "sha256:a324fa4d81cce73116801bee3c50b632f3457c0ca0ad31aa692c640e22f50dea" }, "sensitive_attributes": [] } @@ -392,10 +410,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:5dbbf5378f65a43c49859bc6342cbec4a13fabd0474ad7398d6d906181fb7529", + "id": "sha256:239354004a45dcea99a5961b64326fe91c396b08a23ca7836cf894e93408be0c", "insecure_skip_verify": false, "name": "mcuadros/ofelia:latest", - "sha256_digest": "sha256:5dbbf5378f65a43c49859bc6342cbec4a13fabd0474ad7398d6d906181fb7529" + "sha256_digest": "sha256:239354004a45dcea99a5961b64326fe91c396b08a23ca7836cf894e93408be0c" }, "sensitive_attributes": [] } @@ -446,10 +464,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:565ee86501224ebbb98fc10b332fa54440b100469924003359edf49cbce374bd", + "id": "sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218", "insecure_skip_verify": false, "name": "prom/prometheus:latest", - "sha256_digest": "sha256:565ee86501224ebbb98fc10b332fa54440b100469924003359edf49cbce374bd" + "sha256_digest": "sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218" }, "sensitive_attributes": [] } @@ -518,10 +536,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:ea96c435dc17b011f54c6a883c3c45e7726242b075de61c6fe40a10ae6ae0f83", + "id": "sha256:bb142a9c18ac18a16713c1491d779697b4e107c22a97266616099d288237ef47", "insecure_skip_verify": false, "name": "redis:latest", - "sha256_digest": "sha256:ea96c435dc17b011f54c6a883c3c45e7726242b075de61c6fe40a10ae6ae0f83" + "sha256_digest": "sha256:bb142a9c18ac18a16713c1491d779697b4e107c22a97266616099d288237ef47" }, "sensitive_attributes": [] } @@ -608,10 +626,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:6ab8ea2fb29ea28ed546b48731177fc8f69296de0163017810e56e9428439e0e", + "id": "sha256:442bc752452ea550a8428a72cd96627ed3a78050e807e72c80ef5dd8b83ee6ad", "insecure_skip_verify": false, "name": "linuxserver/smokeping:latest", - "sha256_digest": "sha256:6ab8ea2fb29ea28ed546b48731177fc8f69296de0163017810e56e9428439e0e" + "sha256_digest": "sha256:442bc752452ea550a8428a72cd96627ed3a78050e807e72c80ef5dd8b83ee6ad" }, "sensitive_attributes": [] } @@ -752,10 +770,10 @@ { "schema_version": 0, "attributes": { - "id": "sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131", + "id": "sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545", "insecure_skip_verify": false, "name": "koenkk/zigbee2mqtt", - "sha256_digest": "sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131" + "sha256_digest": "sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545" }, "sensitive_attributes": [] } @@ -972,9 +990,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": [], - "dns_opts": [], - "dns_search": [], + "dns": null, + "dns_opts": null, + "dns_search": null, "domainname": "", "entrypoint": [ "tini", @@ -985,17 +1003,17 @@ ], "exit_code": null, "gpus": null, - "group_add": [], - "healthcheck": [], + "group_add": null, + "healthcheck": null, "host": [], - "hostname": "09f746b7ebad", - "id": "09f746b7ebad7b22b5d8dea0c10a215eafef78ef0acfde9adbc5281a5899d154", - "image": "sha256:e6ce9dfffe562b829ce67849497da746a3c99bb76030b7dec1f78a442bb17615", + "hostname": "cdb86ebcf90d", + "id": "cdb86ebcf90d7fb6806634b0d67c859e3c361efeffd823dc3b7cdefc35f1df25", + "image": "sha256:38c9fd3ca67656a78b09fbcfc878c14ad8d8c36929e3a12cdf81c504663ba654", "init": false, "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": {}, + "log_opts": null, "logs": false, "max_retry_count": 0, "memory": 0, @@ -1003,7 +1021,7 @@ "mounts": [ { "bind_options": [], - "read_only": false, + "read_only": null, "source": "/share/appdata/audiobookshelf/config", "target": "/config", "tmpfs_options": [], @@ -1012,7 +1030,7 @@ }, { "bind_options": [], - "read_only": false, + "read_only": null, "source": "/share/appdata/audiobookshelf/metadata", "target": "/metadata", "tmpfs_options": [], @@ -1021,7 +1039,7 @@ }, { "bind_options": [], - "read_only": false, + "read_only": null, "source": "/share/datarr/media/audiobooks", "target": "/audiobooks", "tmpfs_options": [], @@ -1030,7 +1048,7 @@ }, { "bind_options": [], - "read_only": false, + "read_only": null, "source": "/share/datarr/media/podcasts", "target": "/podcasts", "tmpfs_options": [], @@ -1048,7 +1066,7 @@ "ip_address": "192.168.2.146", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:56:67:30:f4", + "mac_address": "02:42:c4:01:85:be", "network_name": "qnet-static-eth0-48e715" } ], @@ -1076,17 +1094,11 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": {}, - "sysctls": {}, - "tmpfs": {}, + "storage_opts": null, + "sysctls": null, + "tmpfs": null, "tty": false, - "ulimit": [ - { - "hard": 65535, - "name": "nofile", - "soft": 65535 - } - ], + "ulimit": [], "upload": [], "user": "", "userns_mode": "", @@ -1125,9 +1137,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -1139,17 +1151,17 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], - "hostname": "aa93150112f8", - "id": "aa93150112f807f3f2b0460c523a9fa5143a368bcad03a86bbe9b22093358820", - "image": "sha256:f8328ad719b0b42cfbdeb9a11a322869ac41a664f82864d65db457c3e9e29025", + "hostname": "b25867819af5", + "id": "b25867819af5df4553d46e2956ea46a288a2039df23d93442a29235b77e8dea1", + "image": "sha256:2a4b443c519795a0553e626529529e0947283c4dbb76844ef292335665d68d66", "init": false, "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": null, + "log_opts": {}, "logs": false, "max_retry_count": 0, "memory": 0, @@ -1157,7 +1169,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/deluge", "target": "/config", "tmpfs_options": [], @@ -1166,7 +1178,7 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/datarr/torrents", "target": "/data/torrents", "tmpfs_options": [], @@ -1184,7 +1196,7 @@ "ip_address": "192.168.2.137", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:0a:0e:2f:cb", + "mac_address": "02:42:43:72:b1:2c", "network_name": "qnet-static-eth0-48e715" } ], @@ -1212,11 +1224,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -1269,8 +1287,8 @@ "healthcheck": null, "host": [], "hostname": "dozzle", - "id": "42df80339f0dcfc62bd1ac57ad8f831c31322c2719ab68ab23feb8130e89b003", - "image": "sha256:bce192fe2adb71d85d727e5ee0b7cab0f331b34e8dce67691bbd5c6f4deefc0e", + "id": "44ccf17e2957a6ab89c128d0aa9b978f99c02b9ba7d318706a2a803ea5030820", + "image": "sha256:8f6f84bedc24d358b8eb0a4e1a1e30ca4a61301ea5df0c474fa6e91832c86469", "init": false, "ipc_mode": "private", "labels": [], @@ -1301,7 +1319,7 @@ "ip_address": "192.168.2.144", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:1c:54:6e:d8", + "mac_address": "02:42:f7:3e:11:bc", "network_name": "qnet-static-eth0-48e715" } ], @@ -1345,7 +1363,6 @@ "sensitive_attributes": [], "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ - "data.docker_registry_image.dozzle", "docker_image.dozzle", "docker_network.bridge" ] @@ -1378,7 +1395,7 @@ "dns": [ "172.20.0.0" ], - "dns_opts": null, + "dns_opts": [], "dns_search": [ "internal" ], @@ -1389,7 +1406,7 @@ "env": [], "exit_code": null, "gpus": null, - "group_add": null, + "group_add": [], "healthcheck": [ { "interval": "30s", @@ -1421,7 +1438,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/esphome", "target": "/config", "tmpfs_options": [], @@ -1467,11 +1484,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -1516,9 +1539,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "./Docker/entrypoint.sh" @@ -1532,8 +1555,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "9a02444e1507", "id": "9a02444e1507608325affe32887ad28c0f76a887370df876d8ed0ecb9a0cda9f", @@ -1553,7 +1576,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/freshrss/data", "target": "/var/www/FreshRSS/data", "tmpfs_options": [], @@ -1562,7 +1585,7 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/freshrss/extensions", "target": "/var/www/FreshRSS/extensions", "tmpfs_options": [], @@ -1608,11 +1631,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -1651,9 +1680,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/usr/bin/dumb-init", @@ -1669,8 +1698,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "ac87d5d8e56a", "id": "ac87d5d8e56aec19422a305a54055da32ccf2b2773d35d76b0f796303660aa21", @@ -1690,16 +1719,7 @@ "mounts": [ { "bind_options": [], - "read_only": true, - "source": "/etc/localtime", - "target": "/etc/localtime", - "tmpfs_options": [], - "type": "bind", - "volume_options": [] - }, - { - "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/gitea/config", "target": "/etc/gitea", "tmpfs_options": [], @@ -1708,12 +1728,21 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/gitea/data", "target": "/var/lib/gitea", "tmpfs_options": [], "type": "bind", "volume_options": [] + }, + { + "bind_options": [], + "read_only": true, + "source": "/etc/localtime", + "target": "/etc/localtime", + "tmpfs_options": [], + "type": "bind", + "volume_options": [] } ], "must_run": true, @@ -1754,11 +1783,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "1000:1000", "userns_mode": "", @@ -2032,9 +2067,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -2044,12 +2079,12 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], - "hostname": "6937ccd9dd7b", - "id": "6937ccd9dd7bd16d646a4cdd77ac7a27313035562e6fab5dcce65982f407899f", - "image": "sha256:d1d41f23158ccb7b6f3088ce853df32b0ea339eeba11fba671ebf8747f99841a", + "hostname": "78b1bb10693c", + "id": "78b1bb10693c6504cfc159471c35291b850703c10d36b098cfb2b14928124ee6", + "image": "sha256:ba9884413427078918b33e6025d11174aaf913781fa1efa0aa54f1b9335f209e", "init": false, "ipc_mode": "private", "labels": [], @@ -2065,7 +2100,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/grocy", "target": "/config", "tmpfs_options": [], @@ -2083,7 +2118,7 @@ "ip_address": "192.168.2.142", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:11:10:b5:97", + "mac_address": "02:42:c3:96:37:28", "network_name": "qnet-static-eth0-48e715" } ], @@ -2111,11 +2146,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -2189,8 +2230,8 @@ ], "host": [], "hostname": "hoarder", - "id": "4d393598bb270533678db8537f4d7eb4e568d638496e7029f2ab8e92f6a393da", - "image": "sha256:1e2c9dbb5a5ffba229fc5754229ec29a0520159958f38775d1dce5965cb22695", + "id": "c59a35d96caddcabc5b64610b7b5e41483e386d27b5e197b01f3cf9e1f019ddf", + "image": "sha256:c722df74c29fb0089985ac193aeb3e64ac8fea1f1e6c1ce8dd3f850a80a04ecd", "init": false, "ipc_mode": "private", "labels": [], @@ -2234,7 +2275,7 @@ "ip_address": "192.168.2.145", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:29:21:0b:61", + "mac_address": "02:42:74:be:07:41", "network_name": "qnet-static-eth0-48e715" } ], @@ -2554,144 +2595,6 @@ } ] }, - { - "mode": "managed", - "type": "docker_container", - "name": "home-assistant", - "provider": "provider[\"registry.terraform.io/kreuzwerker/docker\"]", - "instances": [ - { - "schema_version": 2, - "attributes": { - "attach": false, - "bridge": "", - "capabilities": [], - "cgroupns_mode": null, - "command": [], - "container_logs": null, - "container_read_refresh_timeout_milliseconds": 15000, - "cpu_set": "", - "cpu_shares": 0, - "destroy_grace_seconds": null, - "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, - "domainname": "", - "entrypoint": [ - "/init" - ], - "env": [], - "exit_code": null, - "gpus": null, - "group_add": null, - "healthcheck": null, - "host": [], - "hostname": "hass", - "id": "e55da710ba75d87db455404169caf0a0b9afdaafa52730fd358af02dc962fc82", - "image": "sha256:c1eff36acdd78b51c1aa2c03f37914d4aa3859b72255365d60c26aece13b82e4", - "init": false, - "ipc_mode": "private", - "labels": [], - "log_driver": "json-file", - "log_opts": { - "max-file": "10", - "max-size": "10m" - }, - "logs": false, - "max_retry_count": 0, - "memory": 0, - "memory_swap": 0, - "mounts": [ - { - "bind_options": [], - "read_only": null, - "source": "/share/appdata/home-assistant", - "target": "/config", - "tmpfs_options": [], - "type": "bind", - "volume_options": [] - } - ], - "must_run": true, - "name": "home-assistant", - "network_data": [ - { - "gateway": "172.29.0.1", - "global_ipv6_address": "", - "global_ipv6_prefix_length": 0, - "ip_address": "172.29.0.4", - "ip_prefix_length": 22, - "ipv6_gateway": "", - "mac_address": "02:42:ac:1d:00:04", - "network_name": "mariadb" - }, - { - "gateway": "192.168.2.1", - "global_ipv6_address": "", - "global_ipv6_prefix_length": 0, - "ip_address": "192.168.2.70", - "ip_prefix_length": 24, - "ipv6_gateway": "", - "mac_address": "02:42:3c:09:6b:b1", - "network_name": "qnet-static-eth0-48e715" - } - ], - "network_mode": "default", - "networks_advanced": [ - { - "aliases": [], - "ipv4_address": "", - "ipv6_address": "", - "name": "mariadb" - }, - { - "aliases": [], - "ipv4_address": "192.168.2.70", - "ipv6_address": "", - "name": "qnet-static-eth0-48e715" - } - ], - "pid_mode": "", - "ports": [], - "privileged": false, - "publish_all_ports": false, - "read_only": false, - "remove_volumes": true, - "restart": "always", - "rm": false, - "runtime": "runc", - "security_opts": [], - "shm_size": 64, - "start": true, - "stdin_open": false, - "stop_signal": "", - "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, - "tty": false, - "ulimit": [], - "upload": [], - "user": "", - "userns_mode": "", - "volumes": [], - "wait": false, - "wait_timeout": 60, - "working_dir": "/config" - }, - "sensitive_attributes": [], - "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", - "dependencies": [ - "data.docker_registry_image.home-assistant", - "docker_container.mariadb", - "docker_image.home-assistant", - "docker_network.bridge", - "docker_network.mariadb" - ] - } - ] - }, { "mode": "managed", "type": "docker_container", @@ -2902,9 +2805,9 @@ "group_add": [], "healthcheck": [], "host": [], - "hostname": "190fd1cdfd47", - "id": "190fd1cdfd475ed57cdb73f930f11dbe87f00dccd0bd54e9379803e46bbd733b", - "image": "sha256:c5b2222a638298551b7972e3f468ec579f8d33bd45d6ab3ff90c0508ca541ce7", + "hostname": "23e194e0e233", + "id": "23e194e0e233702188ac272c6017f8fd22c9c89bfc67a21dff71a7dceb2d0051", + "image": "sha256:0dbf439524666c713aa4c8d21a21721f0392abad65b268bc51fac2d957de71db", "init": false, "ipc_mode": "private", "labels": [], @@ -2935,7 +2838,7 @@ "ip_address": "192.168.2.135", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:7a:a4:d1:cc", + "mac_address": "02:42:01:43:e4:53", "network_name": "qnet-static-eth0-48e715" } ], @@ -3592,9 +3495,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "./entrypoint.sh" @@ -3604,7 +3507,7 @@ ], "exit_code": null, "gpus": null, - "group_add": null, + "group_add": [], "healthcheck": [ { "interval": "0s", @@ -3636,7 +3539,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/node-red", "target": "/data", "tmpfs_options": [], @@ -3682,11 +3585,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "node-red", "userns_mode": "", @@ -3742,9 +3651,9 @@ "group_add": [], "healthcheck": [], "host": [], - "hostname": "a2e0618085b0", - "id": "a2e0618085b02044be57c795e1dd4280cf641420d9df4373c48f1a96daba6b05", - "image": "sha256:f50023375371d117e97faeb2e0ae61671f29f5e3405e9dc116ef2a3559be4a5f", + "hostname": "0a1972ade478", + "id": "0a1972ade4780b02b546226090e4c700c57d7b3ec776b9fc8546b7a4bc46205f", + "image": "sha256:ea373367ae030a2e7da13d81a121566e86a33419a400617c408944f280e25b19", "init": false, "ipc_mode": "private", "labels": [], @@ -3825,7 +3734,7 @@ "volumes": [], "wait": false, "wait_timeout": 60, - "working_dir": "" + "working_dir": "/" }, "sensitive_attributes": [], "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", @@ -4303,9 +4212,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": [], - "dns_opts": [], - "dns_search": [], + "dns": null, + "dns_opts": null, + "dns_search": null, "domainname": "", "entrypoint": [ "/bin/prometheus" @@ -4313,12 +4222,12 @@ "env": [], "exit_code": null, "gpus": null, - "group_add": [], - "healthcheck": [], + "group_add": null, + "healthcheck": null, "host": [], - "hostname": "527c9226f33c", - "id": "527c9226f33cc8a50f861a8e8cba83454f02f0ee6798a58a390c22a7777e776d", - "image": "sha256:24c1b63a5674e5d239dae7721212a2bdc80de7504efc2c9f23a30fa799714138", + "hostname": "27066f128c78", + "id": "27066f128c781cb63abff6dd58571cc3c0d4d8774c4d4d6dc5be7adedf3350d9", + "image": "sha256:b03768b531a2b8c6b6813c7bf3ed6b5ad50c62eba9f67ab50b991267f010133d", "init": false, "ipc_mode": "private", "labels": [], @@ -4334,7 +4243,7 @@ "mounts": [ { "bind_options": [], - "read_only": false, + "read_only": null, "source": "/share/appdata/prometheus/config", "target": "/etc/prometheus", "tmpfs_options": [], @@ -4343,7 +4252,7 @@ }, { "bind_options": [], - "read_only": false, + "read_only": null, "source": "/share/appdata/prometheus/data", "target": "/prometheus", "tmpfs_options": [], @@ -4361,7 +4270,7 @@ "ip_address": "192.168.2.80", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:88:92:96:52", + "mac_address": "02:42:2e:25:08:82", "network_name": "qnet-static-eth0-48e715" } ], @@ -4389,17 +4298,11 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": {}, - "sysctls": {}, - "tmpfs": {}, + "storage_opts": null, + "sysctls": null, + "tmpfs": null, "tty": false, - "ulimit": [ - { - "hard": 65535, - "name": "nofile", - "soft": 65535 - } - ], + "ulimit": [], "upload": [], "user": "nobody", "userns_mode": "", @@ -4438,9 +4341,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -4453,8 +4356,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "f15ac0732cab", "id": "f15ac0732cab1eebe170ad9a0a4755356480aa497e6a784571493910c9157f3e", @@ -4463,7 +4366,7 @@ "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": null, + "log_opts": {}, "logs": false, "max_retry_count": 0, "memory": 0, @@ -4471,7 +4374,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/prowlarr", "target": "/config", "tmpfs_options": [], @@ -4517,11 +4420,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -4560,9 +4469,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -4574,8 +4483,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "de5c5730d629", "id": "de5c5730d629225441f56370349843e8682e253f590d5273cf95b2ffe6fa19af", @@ -4584,7 +4493,7 @@ "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": null, + "log_opts": {}, "logs": false, "max_retry_count": 0, "memory": 0, @@ -4592,7 +4501,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/radarr", "target": "/config", "tmpfs_options": [], @@ -4601,7 +4510,7 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/datarr", "target": "/data", "tmpfs_options": [], @@ -4647,11 +4556,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -4690,9 +4605,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -4704,8 +4619,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "552d17d4802d", "id": "552d17d4802d5153206b3e7d7e687d15c39bae892483c24476aca6669184d858", @@ -4714,7 +4629,7 @@ "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": null, + "log_opts": {}, "logs": false, "max_retry_count": 0, "memory": 0, @@ -4722,7 +4637,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/readarr", "target": "/config", "tmpfs_options": [], @@ -4731,7 +4646,7 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/datarr", "target": "/data", "tmpfs_options": [], @@ -4777,11 +4692,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -4841,9 +4762,9 @@ "group_add": [], "healthcheck": [], "host": [], - "hostname": "66275d907db9", - "id": "66275d907db9afe7be898308d3707f9f2f32b5d9576bea8fc641345a2f413e05", - "image": "sha256:b5e874b32a794f96b6119e5478f93165d4110cdd8c056d470b3d48b27114f716", + "hostname": "2f30d1674b9c", + "id": "2f30d1674b9c8981846753f184b79a262e69da8a9f85240f252ff8b6c2589d07", + "image": "sha256:2724e40d4303391e1a46884134da358e20a6d0b03f32ee6c412079ddb4ac6783", "init": false, "ipc_mode": "private", "labels": [], @@ -5369,9 +5290,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -5383,8 +5304,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "83f746695ad1", "id": "83f746695ad1af521002f1d49d6f977b484ad0ae8fd03a01ad925d968ba758ed", @@ -5393,7 +5314,7 @@ "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": null, + "log_opts": {}, "logs": false, "max_retry_count": 0, "memory": 0, @@ -5401,7 +5322,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/sabnzdb", "target": "/config", "tmpfs_options": [], @@ -5410,7 +5331,7 @@ }, { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/datarr/usenet", "target": "/data/usenet", "tmpfs_options": [], @@ -5456,11 +5377,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -5699,9 +5626,9 @@ "group_add": null, "healthcheck": null, "host": [], - "hostname": "9599d53fa344", - "id": "9599d53fa344bf13f2029d02230c55dea71378b745108abef0085391a7b1be2f", - "image": "sha256:f8af27d94fb3443de0bab19e31874c84b9ae39e4faf6c2d103a7f44267835898", + "hostname": "8a525567a55b", + "id": "8a525567a55bbdc6a96235404d9b23079ea22dab5815d0d449ef536f390bc8af", + "image": "sha256:7a5fc60947317ac5b475e8f68a40fb5d59d73b9ff4a6227ba1cb1c22d0d8d25c", "init": false, "ipc_mode": "private", "labels": [], @@ -5744,7 +5671,7 @@ "ip_address": "192.168.2.126", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:da:de:fd:e9", + "mac_address": "02:42:0b:d4:0d:34", "network_name": "qnet-static-eth0-48e715" } ], @@ -5951,9 +5878,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/init" @@ -5961,8 +5888,8 @@ "env": [], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "13ba5730fc7e", "id": "13ba5730fc7ef20a80804a8d88e5fef5bd6c4430e64d4f78cf2072b8dbab05a4", @@ -5982,7 +5909,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/syncthing", "target": "/config", "tmpfs_options": [], @@ -6028,11 +5955,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -6372,9 +6305,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/usr/bin/dumb-init", @@ -6384,7 +6317,7 @@ "env": [], "exit_code": null, "gpus": null, - "group_add": null, + "group_add": [], "healthcheck": [ { "interval": "1m0s", @@ -6416,7 +6349,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/uptime-kuma", "target": "/app/data", "tmpfs_options": [], @@ -6462,11 +6395,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "", "userns_mode": "", @@ -6505,9 +6444,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": null, - "dns_opts": null, - "dns_search": null, + "dns": [], + "dns_opts": [], + "dns_search": [], "domainname": "", "entrypoint": [ "/app/vikunja/vikunja" @@ -6531,8 +6470,8 @@ ], "exit_code": null, "gpus": null, - "group_add": null, - "healthcheck": null, + "group_add": [], + "healthcheck": [], "host": [], "hostname": "cdac37d888a5", "id": "cdac37d888a588ba45edd5be845adee893617ba0146871cdbd0a96d88d88f836", @@ -6541,7 +6480,7 @@ "ipc_mode": "private", "labels": [], "log_driver": "local", - "log_opts": null, + "log_opts": {}, "logs": false, "max_retry_count": 0, "memory": 0, @@ -6549,7 +6488,7 @@ "mounts": [ { "bind_options": [], - "read_only": null, + "read_only": false, "source": "/share/appdata/vikunja", "target": "/files", "tmpfs_options": [], @@ -6595,11 +6534,17 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": null, - "sysctls": null, - "tmpfs": null, + "storage_opts": {}, + "sysctls": {}, + "tmpfs": {}, "tty": false, - "ulimit": [], + "ulimit": [ + { + "hard": 65535, + "name": "nofile", + "soft": 65535 + } + ], "upload": [], "user": "1000", "userns_mode": "", @@ -6788,9 +6733,9 @@ "cpu_shares": 0, "destroy_grace_seconds": null, "devices": [], - "dns": [], - "dns_opts": [], - "dns_search": [], + "dns": null, + "dns_opts": null, + "dns_search": null, "domainname": "", "entrypoint": [ "docker-entrypoint.sh" @@ -6800,12 +6745,12 @@ ], "exit_code": null, "gpus": null, - "group_add": [], - "healthcheck": [], + "group_add": null, + "healthcheck": null, "host": [], - "hostname": "87c664d6ed94", - "id": "87c664d6ed9476d3cfd3f26c81e65ffc9510c697cf495cad5f7dc9e1d9204fc0", - "image": "sha256:b9ab0b017b285a30dcff94a1fb47b0db909a38c65cdafee5c1c8afdc2055b1da", + "hostname": "4828c75ab888", + "id": "4828c75ab888776449fef2d8459e3565e08fd553c2f50460726f9dfd70603405", + "image": "sha256:5cf7ae3f751f264f7cb389c797a8c4fcc60468683c08ff8de238a6c22b80e482", "init": false, "ipc_mode": "private", "labels": [], @@ -6821,18 +6766,18 @@ "mounts": [ { "bind_options": [], - "read_only": false, - "source": "/share/appdata/zigbee2mqtt", - "target": "/app/data", + "read_only": true, + "source": "/run/udev", + "target": "/run/udev", "tmpfs_options": [], "type": "bind", "volume_options": [] }, { "bind_options": [], - "read_only": true, - "source": "/run/udev", - "target": "/run/udev", + "read_only": null, + "source": "/share/appdata/zigbee2mqtt", + "target": "/app/data", "tmpfs_options": [], "type": "bind", "volume_options": [] @@ -6848,7 +6793,7 @@ "ip_address": "192.168.2.117", "ip_prefix_length": 24, "ipv6_gateway": "", - "mac_address": "02:42:9b:33:cb:60", + "mac_address": "02:42:cc:eb:43:e7", "network_name": "qnet-static-eth0-48e715" } ], @@ -6876,17 +6821,11 @@ "stdin_open": false, "stop_signal": "", "stop_timeout": 0, - "storage_opts": {}, - "sysctls": {}, - "tmpfs": {}, + "storage_opts": null, + "sysctls": null, + "tmpfs": null, "tty": false, - "ulimit": [ - { - "hard": 65535, - "name": "nofile", - "soft": 65535 - } - ], + "ulimit": [], "upload": [], "user": "", "userns_mode": "", @@ -6946,15 +6885,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:e6ce9dfffe562b829ce67849497da746a3c99bb76030b7dec1f78a442bb17615ghcr.io/advplyr/audiobookshelf:latest", - "image_id": "sha256:e6ce9dfffe562b829ce67849497da746a3c99bb76030b7dec1f78a442bb17615", + "id": "sha256:38c9fd3ca67656a78b09fbcfc878c14ad8d8c36929e3a12cdf81c504663ba654ghcr.io/advplyr/audiobookshelf:latest", + "image_id": "sha256:38c9fd3ca67656a78b09fbcfc878c14ad8d8c36929e3a12cdf81c504663ba654", "keep_locally": null, "name": "ghcr.io/advplyr/audiobookshelf:latest", "platform": null, "pull_triggers": [ - "sha256:aa88c9f4652872a2a72043511a87d17ec743b60f53e8024e9868ebec5aae59bd" + "sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171" ], - "repo_digest": "ghcr.io/advplyr/audiobookshelf@sha256:aa88c9f4652872a2a72043511a87d17ec743b60f53e8024e9868ebec5aae59bd", + "repo_digest": "ghcr.io/advplyr/audiobookshelf@sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171", "triggers": null }, "sensitive_attributes": [], @@ -6965,6 +6904,36 @@ } ] }, + { + "mode": "managed", + "type": "docker_image", + "name": "autobrr", + "provider": "provider[\"registry.terraform.io/kreuzwerker/docker\"]", + "instances": [ + { + "schema_version": 0, + "attributes": { + "build": [], + "force_remove": null, + "id": "sha256:282d547fe0ea4d9363457bf7af221800de57c0e4901ac43e08b88e731f5f4e89ghcr.io/autobrr/autobrr:latest", + "image_id": "sha256:282d547fe0ea4d9363457bf7af221800de57c0e4901ac43e08b88e731f5f4e89", + "keep_locally": null, + "name": "ghcr.io/autobrr/autobrr:latest", + "platform": null, + "pull_triggers": [ + "sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4" + ], + "repo_digest": "ghcr.io/autobrr/autobrr@sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4", + "triggers": null + }, + "sensitive_attributes": [], + "private": "bnVsbA==", + "dependencies": [ + "data.docker_registry_image.autobrr" + ] + } + ] + }, { "mode": "managed", "type": "docker_image", @@ -6976,15 +6945,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:f8328ad719b0b42cfbdeb9a11a322869ac41a664f82864d65db457c3e9e29025linuxserver/deluge:latest", - "image_id": "sha256:f8328ad719b0b42cfbdeb9a11a322869ac41a664f82864d65db457c3e9e29025", + "id": "sha256:2a4b443c519795a0553e626529529e0947283c4dbb76844ef292335665d68d66linuxserver/deluge:latest", + "image_id": "sha256:2a4b443c519795a0553e626529529e0947283c4dbb76844ef292335665d68d66", "keep_locally": null, "name": "linuxserver/deluge:latest", "platform": null, "pull_triggers": [ - "sha256:80e2338e89d3291f2b9069449e3de2c9db0ab7fa4452e4dc1b87da294bb36a97" + "sha256:54b17172f0669111e668ab2bfd671b99688c511213d644923a2b315e5934d456" ], - "repo_digest": "linuxserver/deluge@sha256:80e2338e89d3291f2b9069449e3de2c9db0ab7fa4452e4dc1b87da294bb36a97", + "repo_digest": "linuxserver/deluge@sha256:54b17172f0669111e668ab2bfd671b99688c511213d644923a2b315e5934d456", "triggers": null }, "sensitive_attributes": [], @@ -7006,15 +6975,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:bce192fe2adb71d85d727e5ee0b7cab0f331b34e8dce67691bbd5c6f4deefc0eamir20/dozzle:latest", - "image_id": "sha256:bce192fe2adb71d85d727e5ee0b7cab0f331b34e8dce67691bbd5c6f4deefc0e", + "id": "sha256:8f6f84bedc24d358b8eb0a4e1a1e30ca4a61301ea5df0c474fa6e91832c86469amir20/dozzle:latest", + "image_id": "sha256:8f6f84bedc24d358b8eb0a4e1a1e30ca4a61301ea5df0c474fa6e91832c86469", "keep_locally": null, "name": "amir20/dozzle:latest", "platform": null, "pull_triggers": [ - "sha256:290837c69e70f6a38a0414cfd810b70211f08d41cc243189e6151dc07bc450bc" + "sha256:81d9824098e4eaed6200e7cf40693835ffc0a9c669932b9ebb987bddade24dda" ], - "repo_digest": "amir20/dozzle@sha256:290837c69e70f6a38a0414cfd810b70211f08d41cc243189e6151dc07bc450bc", + "repo_digest": "amir20/dozzle@sha256:81d9824098e4eaed6200e7cf40693835ffc0a9c669932b9ebb987bddade24dda", "triggers": null }, "sensitive_attributes": [], @@ -7186,15 +7155,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:d1d41f23158ccb7b6f3088ce853df32b0ea339eeba11fba671ebf8747f99841alinuxserver/grocy:latest", - "image_id": "sha256:d1d41f23158ccb7b6f3088ce853df32b0ea339eeba11fba671ebf8747f99841a", + "id": "sha256:ba9884413427078918b33e6025d11174aaf913781fa1efa0aa54f1b9335f209elinuxserver/grocy:latest", + "image_id": "sha256:ba9884413427078918b33e6025d11174aaf913781fa1efa0aa54f1b9335f209e", "keep_locally": null, "name": "linuxserver/grocy:latest", "platform": null, "pull_triggers": [ - "sha256:7362d90fd7e21d65638b017cbff0cd86dd1da5d2527086c892d6bc09ae2e0b43" + "sha256:b014cf9e7227d26da502b835e64869034eb367de7878c269e4e74b2b160a1b6c" ], - "repo_digest": "linuxserver/grocy@sha256:7362d90fd7e21d65638b017cbff0cd86dd1da5d2527086c892d6bc09ae2e0b43", + "repo_digest": "linuxserver/grocy@sha256:b014cf9e7227d26da502b835e64869034eb367de7878c269e4e74b2b160a1b6c", "triggers": null }, "sensitive_attributes": [], @@ -7216,15 +7185,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:1e2c9dbb5a5ffba229fc5754229ec29a0520159958f38775d1dce5965cb22695ghcr.io/hoarder-app/hoarder", - "image_id": "sha256:1e2c9dbb5a5ffba229fc5754229ec29a0520159958f38775d1dce5965cb22695", + "id": "sha256:c722df74c29fb0089985ac193aeb3e64ac8fea1f1e6c1ce8dd3f850a80a04ecdghcr.io/hoarder-app/hoarder", + "image_id": "sha256:c722df74c29fb0089985ac193aeb3e64ac8fea1f1e6c1ce8dd3f850a80a04ecd", "keep_locally": null, "name": "ghcr.io/hoarder-app/hoarder", "platform": null, "pull_triggers": [ - "sha256:bdbd51802f46edb7eaf083bbe56cb793b87f684c7d5c80d8e0298730190a2f2e" + "sha256:971af6b078995db8ad80993fae35657c8add135acf1d13d02fe073298704422f" ], - "repo_digest": "ghcr.io/hoarder-app/hoarder@sha256:bdbd51802f46edb7eaf083bbe56cb793b87f684c7d5c80d8e0298730190a2f2e", + "repo_digest": "ghcr.io/hoarder-app/hoarder@sha256:971af6b078995db8ad80993fae35657c8add135acf1d13d02fe073298704422f", "triggers": null }, "sensitive_attributes": [], @@ -7295,36 +7264,6 @@ } ] }, - { - "mode": "managed", - "type": "docker_image", - "name": "home-assistant", - "provider": "provider[\"registry.terraform.io/kreuzwerker/docker\"]", - "instances": [ - { - "schema_version": 0, - "attributes": { - "build": [], - "force_remove": null, - "id": "sha256:c1eff36acdd78b51c1aa2c03f37914d4aa3859b72255365d60c26aece13b82e4homeassistant/home-assistant:latest", - "image_id": "sha256:c1eff36acdd78b51c1aa2c03f37914d4aa3859b72255365d60c26aece13b82e4", - "keep_locally": null, - "name": "homeassistant/home-assistant:latest", - "platform": null, - "pull_triggers": [ - "sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a" - ], - "repo_digest": "homeassistant/home-assistant@sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a", - "triggers": null - }, - "sensitive_attributes": [], - "private": "bnVsbA==", - "dependencies": [ - "data.docker_registry_image.home-assistant" - ] - } - ] - }, { "mode": "managed", "type": "docker_image", @@ -7366,15 +7305,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:c5b2222a638298551b7972e3f468ec579f8d33bd45d6ab3ff90c0508ca541ce7fallenbagel/jellyseerr:latest", - "image_id": "sha256:c5b2222a638298551b7972e3f468ec579f8d33bd45d6ab3ff90c0508ca541ce7", + "id": "sha256:0dbf439524666c713aa4c8d21a21721f0392abad65b268bc51fac2d957de71dbfallenbagel/jellyseerr:latest", + "image_id": "sha256:0dbf439524666c713aa4c8d21a21721f0392abad65b268bc51fac2d957de71db", "keep_locally": null, "name": "fallenbagel/jellyseerr:latest", "platform": null, "pull_triggers": [ - "sha256:af5563771964282e5bfb6a4f30b05c75c8d30661a920f0399086f575217d0573" + "sha256:a324fa4d81cce73116801bee3c50b632f3457c0ca0ad31aa692c640e22f50dea" ], - "repo_digest": "fallenbagel/jellyseerr@sha256:af5563771964282e5bfb6a4f30b05c75c8d30661a920f0399086f575217d0573", + "repo_digest": "fallenbagel/jellyseerr@sha256:a324fa4d81cce73116801bee3c50b632f3457c0ca0ad31aa692c640e22f50dea", "triggers": null }, "sensitive_attributes": [], @@ -7546,15 +7485,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:f50023375371d117e97faeb2e0ae61671f29f5e3405e9dc116ef2a3559be4a5fmcuadros/ofelia:latest", - "image_id": "sha256:f50023375371d117e97faeb2e0ae61671f29f5e3405e9dc116ef2a3559be4a5f", + "id": "sha256:ea373367ae030a2e7da13d81a121566e86a33419a400617c408944f280e25b19mcuadros/ofelia:latest", + "image_id": "sha256:ea373367ae030a2e7da13d81a121566e86a33419a400617c408944f280e25b19", "keep_locally": null, "name": "mcuadros/ofelia:latest", "platform": null, "pull_triggers": [ - "sha256:5dbbf5378f65a43c49859bc6342cbec4a13fabd0474ad7398d6d906181fb7529" + "sha256:239354004a45dcea99a5961b64326fe91c396b08a23ca7836cf894e93408be0c" ], - "repo_digest": "mcuadros/ofelia@sha256:5dbbf5378f65a43c49859bc6342cbec4a13fabd0474ad7398d6d906181fb7529", + "repo_digest": "mcuadros/ofelia@sha256:239354004a45dcea99a5961b64326fe91c396b08a23ca7836cf894e93408be0c", "triggers": null }, "sensitive_attributes": [], @@ -7636,15 +7575,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:24c1b63a5674e5d239dae7721212a2bdc80de7504efc2c9f23a30fa799714138prom/prometheus:latest", - "image_id": "sha256:24c1b63a5674e5d239dae7721212a2bdc80de7504efc2c9f23a30fa799714138", + "id": "sha256:b03768b531a2b8c6b6813c7bf3ed6b5ad50c62eba9f67ab50b991267f010133dprom/prometheus:latest", + "image_id": "sha256:b03768b531a2b8c6b6813c7bf3ed6b5ad50c62eba9f67ab50b991267f010133d", "keep_locally": null, "name": "prom/prometheus:latest", "platform": null, "pull_triggers": [ - "sha256:565ee86501224ebbb98fc10b332fa54440b100469924003359edf49cbce374bd" + "sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218" ], - "repo_digest": "prom/prometheus@sha256:565ee86501224ebbb98fc10b332fa54440b100469924003359edf49cbce374bd", + "repo_digest": "prom/prometheus@sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218", "triggers": null }, "sensitive_attributes": [], @@ -7756,15 +7695,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:b5e874b32a794f96b6119e5478f93165d4110cdd8c056d470b3d48b27114f716redis:latest", - "image_id": "sha256:b5e874b32a794f96b6119e5478f93165d4110cdd8c056d470b3d48b27114f716", + "id": "sha256:2724e40d4303391e1a46884134da358e20a6d0b03f32ee6c412079ddb4ac6783redis:latest", + "image_id": "sha256:2724e40d4303391e1a46884134da358e20a6d0b03f32ee6c412079ddb4ac6783", "keep_locally": null, "name": "redis:latest", "platform": null, "pull_triggers": [ - "sha256:ea96c435dc17b011f54c6a883c3c45e7726242b075de61c6fe40a10ae6ae0f83" + "sha256:bb142a9c18ac18a16713c1491d779697b4e107c22a97266616099d288237ef47" ], - "repo_digest": "redis@sha256:ea96c435dc17b011f54c6a883c3c45e7726242b075de61c6fe40a10ae6ae0f83", + "repo_digest": "redis@sha256:bb142a9c18ac18a16713c1491d779697b4e107c22a97266616099d288237ef47", "triggers": null }, "sensitive_attributes": [], @@ -7931,15 +7870,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:f8af27d94fb3443de0bab19e31874c84b9ae39e4faf6c2d103a7f44267835898linuxserver/smokeping:latest", - "image_id": "sha256:f8af27d94fb3443de0bab19e31874c84b9ae39e4faf6c2d103a7f44267835898", + "id": "sha256:7a5fc60947317ac5b475e8f68a40fb5d59d73b9ff4a6227ba1cb1c22d0d8d25clinuxserver/smokeping:latest", + "image_id": "sha256:7a5fc60947317ac5b475e8f68a40fb5d59d73b9ff4a6227ba1cb1c22d0d8d25c", "keep_locally": null, "name": "linuxserver/smokeping:latest", "platform": null, "pull_triggers": [ - "sha256:6ab8ea2fb29ea28ed546b48731177fc8f69296de0163017810e56e9428439e0e" + "sha256:442bc752452ea550a8428a72cd96627ed3a78050e807e72c80ef5dd8b83ee6ad" ], - "repo_digest": "linuxserver/smokeping@sha256:6ab8ea2fb29ea28ed546b48731177fc8f69296de0163017810e56e9428439e0e", + "repo_digest": "linuxserver/smokeping@sha256:442bc752452ea550a8428a72cd96627ed3a78050e807e72c80ef5dd8b83ee6ad", "triggers": null }, "sensitive_attributes": [], @@ -8171,15 +8110,15 @@ "attributes": { "build": [], "force_remove": null, - "id": "sha256:b9ab0b017b285a30dcff94a1fb47b0db909a38c65cdafee5c1c8afdc2055b1dakoenkk/zigbee2mqtt", - "image_id": "sha256:b9ab0b017b285a30dcff94a1fb47b0db909a38c65cdafee5c1c8afdc2055b1da", + "id": "sha256:5cf7ae3f751f264f7cb389c797a8c4fcc60468683c08ff8de238a6c22b80e482koenkk/zigbee2mqtt", + "image_id": "sha256:5cf7ae3f751f264f7cb389c797a8c4fcc60468683c08ff8de238a6c22b80e482", "keep_locally": null, "name": "koenkk/zigbee2mqtt", "platform": null, "pull_triggers": [ - "sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131" + "sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545" ], - "repo_digest": "koenkk/zigbee2mqtt@sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131", + "repo_digest": "koenkk/zigbee2mqtt@sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545", "triggers": null }, "sensitive_attributes": [],