mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "usenet downloader",
|
||||
"devices": [
|
||||
@@ -76,12 +72,7 @@
|
||||
"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,
|
||||
@@ -95,10 +86,7 @@
|
||||
"ports_description": {
|
||||
"6789/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
|
||||
Reference in New Issue
Block a user