mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
crlf to lf + sort json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "lscr.io/linuxserver/prowlarr:arm32v7-nightly",
|
||||
"aarch64": "lscr.io/linuxserver/prowlarr:arm64v8-nightly",
|
||||
"amd64": "lscr.io/linuxserver/prowlarr:amd64-nightly"
|
||||
"amd64": "lscr.io/linuxserver/prowlarr:amd64-nightly",
|
||||
"armv7": "lscr.io/linuxserver/prowlarr:arm32v7-nightly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"boot": "auto",
|
||||
"description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
|
||||
"environment": {
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
@@ -19,11 +19,11 @@
|
||||
],
|
||||
"name": "Prowlarr NAS",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0,
|
||||
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
|
||||
"PUID": 0,
|
||||
"cifspassword": "<password>",
|
||||
"cifsusername": "<username>",
|
||||
"cifspassword": "<password>"
|
||||
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>"
|
||||
},
|
||||
"ports": {
|
||||
"9696/tcp": 9696
|
||||
@@ -36,12 +36,12 @@
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
"TZ": "str?",
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"cifsusername": "str?",
|
||||
"networkdisks": "str?",
|
||||
"smbv1": "bool?"
|
||||
},
|
||||
"slug": "prowlarr",
|
||||
|
||||
Reference in New Issue
Block a user