diff --git a/calibre/config.json b/calibre/config.json index 0886b0cad..c8842cc63 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -68,7 +68,11 @@ "8080/tcp": "Calibre desktop gui", "8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui" }, - "privileged": [ "SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN" ], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN" + ], "schema": { "CLI_ARGS": "str?", "PASSWORD": "str?", diff --git a/calibre_web/config.json b/calibre_web/config.json index 307981ed0..74ddc2a4c 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -39,11 +39,11 @@ "/dev/nvme2" ], "environment": { - "calibre-web_CONFIG_DIRECTORY": "/config/addons_config/calibre-web", "FM_HOME": "/config/addons_config/calibre-web", "HOME": "/config/addons_config/calibre-web", "PGID": "0", "PUID": "0", + "calibre-web_CONFIG_DIRECTORY": "/config/addons_config/calibre-web", "shm_size": "1gb" }, "image": "ghcr.io/alexbelgium/calibre-web-{arch}", @@ -72,8 +72,8 @@ "NET_ADMIN" ], "schema": { - "OAUTHLIB_RELAX_TOKEN_SCOPE": "str?", "DOCKER_MODS": "str?", + "OAUTHLIB_RELAX_TOKEN_SCOPE": "str?", "PGID": "int", "PUID": "int", "TZ": "str?", diff --git a/unpackerr/build.json b/unpackerr/build.json index e1caef6ea..2de12d9a5 100644 --- a/unpackerr/build.json +++ b/unpackerr/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/unpackerr/config.json b/unpackerr/config.json index a4ba6a125..1af4fe604 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -5,12 +5,12 @@ "armv7" ], "codenotary": "alexandrep.github@gmail.com", - "image": "ghcr.io/alexbelgium/unpackerr-{arch}", "description": "Unpacks RARd files for Sonarr, Lidarr and Radarr", "environment": { - "UN_FOLDER_0_PATH": "/share/downloads_packed", - "UN_FOLDER_0_EXTRACT_PATH": "/share/downloads_unpacked" + "UN_FOLDER_0_EXTRACT_PATH": "/share/downloads_unpacked", + "UN_FOLDER_0_PATH": "/share/downloads_packed" }, + "image": "ghcr.io/alexbelgium/unpackerr-{arch}", "map": [ "config:rw", "share:rw", diff --git a/zoneminder/config.json b/zoneminder/config.json index 3c8afc9a6..4e236ae49 100644 --- a/zoneminder/config.json +++ b/zoneminder/config.json @@ -7,15 +7,12 @@ "codenotary": "alexandrep.github@gmail.com", "description": "A full-featured, open source, state-of-the-art video surveillance software system", "environment": { - "DZM_CONFIG_DIR": "/config/addons_config/zoneminder", "DIR_IMAGES": "/var/cache/zoneminder/images2", - "ZM_DIR_EVENTS": "/var/cache/zoneminder/events2", - "DIR_SOUNDS": "/var/cache/zoneminder/sounds2" + "DIR_SOUNDS": "/var/cache/zoneminder/sounds2", + "DZM_CONFIG_DIR": "/config/addons_config/zoneminder", + "ZM_DIR_EVENTS": "/var/cache/zoneminder/events2" }, "image": "ghcr.io/alexbelgium/zoneminder-{arch}", - "options": { - "Images_location": "/config/addons_config/zoneminder/images" - }, "map": [ "config:rw", "media:rw", @@ -23,6 +20,9 @@ "ssl" ], "name": "Zoneminder", + "options": { + "Images_location": "/config/addons_config/zoneminder/images" + }, "ports": { "80/tcp": 3778 },