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",
"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?",

View File

@@ -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?",

View File

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

View File

@@ -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",

View File

@@ -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
},