Github bot : json sorted

This commit is contained in:
alexbelgium
2025-06-22 00:37:30 +00:00
committed by github-actions[bot]
parent d11d45da96
commit 84229e9d6f
28 changed files with 341 additions and 78 deletions

View File

@@ -1,5 +1,9 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "usenet downloader",
"devices": [
@@ -72,7 +76,12 @@
"image": "ghcr.io/alexbelgium/nzbget-{arch}",
"ingress": true,
"init": false,
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "media:rw"],
"map": [
"addon_config:rw",
"homeassistant_config:rw",
"share:rw",
"media:rw"
],
"name": "Nzbget",
"options": {
"PGID": 0,
@@ -86,7 +95,10 @@
"ports_description": {
"6789/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",