Github bot : json sorted

This commit is contained in:
github-actions
2022-05-08 00:20:59 +00:00
parent ac319251a5
commit ed9f118742
5 changed files with 17 additions and 13 deletions

View File

@@ -68,7 +68,11 @@
"8080/tcp": "Calibre desktop gui", "8080/tcp": "Calibre desktop gui",
"8081/tcp": "Calibre webserver gui, to be enabled within the 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": { "schema": {
"CLI_ARGS": "str?", "CLI_ARGS": "str?",
"PASSWORD": "str?", "PASSWORD": "str?",

View File

@@ -39,11 +39,11 @@
"/dev/nvme2" "/dev/nvme2"
], ],
"environment": { "environment": {
"calibre-web_CONFIG_DIRECTORY": "/config/addons_config/calibre-web",
"FM_HOME": "/config/addons_config/calibre-web", "FM_HOME": "/config/addons_config/calibre-web",
"HOME": "/config/addons_config/calibre-web", "HOME": "/config/addons_config/calibre-web",
"PGID": "0", "PGID": "0",
"PUID": "0", "PUID": "0",
"calibre-web_CONFIG_DIRECTORY": "/config/addons_config/calibre-web",
"shm_size": "1gb" "shm_size": "1gb"
}, },
"image": "ghcr.io/alexbelgium/calibre-web-{arch}", "image": "ghcr.io/alexbelgium/calibre-web-{arch}",
@@ -72,8 +72,8 @@
"NET_ADMIN" "NET_ADMIN"
], ],
"schema": { "schema": {
"OAUTHLIB_RELAX_TOKEN_SCOPE": "str?",
"DOCKER_MODS": "str?", "DOCKER_MODS": "str?",
"OAUTHLIB_RELAX_TOKEN_SCOPE": "str?",
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
"TZ": "str?", "TZ": "str?",

View File

@@ -7,4 +7,4 @@
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"
} }
} }

View File

@@ -5,12 +5,12 @@
"armv7" "armv7"
], ],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"image": "ghcr.io/alexbelgium/unpackerr-{arch}",
"description": "Unpacks RARd files for Sonarr, Lidarr and Radarr", "description": "Unpacks RARd files for Sonarr, Lidarr and Radarr",
"environment": { "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": [ "map": [
"config:rw", "config:rw",
"share:rw", "share:rw",

View File

@@ -7,15 +7,12 @@
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "A full-featured, open source, state-of-the-art video surveillance software system", "description": "A full-featured, open source, state-of-the-art video surveillance software system",
"environment": { "environment": {
"DZM_CONFIG_DIR": "/config/addons_config/zoneminder",
"DIR_IMAGES": "/var/cache/zoneminder/images2", "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}", "image": "ghcr.io/alexbelgium/zoneminder-{arch}",
"options": {
"Images_location": "/config/addons_config/zoneminder/images"
},
"map": [ "map": [
"config:rw", "config:rw",
"media:rw", "media:rw",
@@ -23,6 +20,9 @@
"ssl" "ssl"
], ],
"name": "Zoneminder", "name": "Zoneminder",
"options": {
"Images_location": "/config/addons_config/zoneminder/images"
},
"ports": { "ports": {
"80/tcp": 3778 "80/tcp": 3778
}, },