update version to enable new smb code

This commit is contained in:
Alexandre
2021-10-23 16:32:44 +02:00
parent 578f077d3b
commit fd575d825f
16 changed files with 359 additions and 500 deletions

View File

@@ -48,6 +48,6 @@
"startup": "services",
"upstream": "1.0.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0.0",
"version": "1.0.0-2",
"webui": "http://[HOST]:[PORT:6767]"
}

View File

@@ -1,26 +1,26 @@
{
"name": "Cloudcommander",
"version": "15.9.8-3",
"upstream": "15.9.8",
"slug": "cloudcommander",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"description": "Cloud Commander a file manager for the web with console and editor",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
"devices": [
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"environment": {},
"ingress": true,
"ingress_stream": true,
"ingress_port": 8099,
"panel_icon": "mdi:file-search",
"ports": {
"8000/tcp": 8000
},
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"ingress_stream": true,
"map": [
"ssl:rw",
"share:rw",
@@ -29,17 +29,16 @@
"backup:rw",
"addons:rw"
],
"webui": "http://[HOST]:[PORT:8000]",
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"devices":[
"/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1",
"/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2"
],
"environment": {},
"name": "Cloudcommander",
"options": {},
"panel_icon": "mdi:file-search",
"ports": {
"8000/tcp": 8000
},
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"localdisks": "str?",
"networkdisks": "str?",
@@ -48,5 +47,10 @@
"smbv1": "bool?",
"CUSTOM_OPTIONS": "str?",
"DROPBOX_TOKEN": "str?"
}
},
"slug": "cloudcommander",
"upstream": "15.9.8",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme",
"version": "15.9.8-4",
"webui": "http://[HOST]:[PORT:8000]"
}

View File

@@ -1,39 +1,15 @@
{
"name": "Double commander",
"version": "0.8.2-1-ls54",
"upstream": "0.8.2-1-ls54",
"slug": "doublecommander",
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
"url": "https://hub.docker.com/r/linuxserver/doublecommander",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"3000/tcp": 3000
},
"map": [
"backup:rw",
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:3000]",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"host_network": true,
"full_access": true,
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
"environment": {
"PUID": "0",
"PGID": "0"
},
"full_access": true,
"host_network": true,
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
"name": "Double commander",
"options": {
"PUID": 0,
"PGID": 0,
@@ -41,6 +17,10 @@
"cifsusername": "<username>",
"cifspassword": "<password>"
},
"ports": {
"3000/tcp": 3000
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -49,5 +29,11 @@
"cifsusername": "str?",
"cifspassword": "str?",
"cifsdomain": "str?"
}
},
"slug": "doublecommander",
"startup": "services",
"upstream": "0.8.2-1-ls54-2",
"url": "https://hub.docker.com/r/linuxserver/doublecommander",
"version": "0.8.2-1-ls54",
"webui": "http://[HOST]:[PORT:3000]"
}

View File

@@ -1,11 +1,6 @@
{
"apparmor": "true",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"backup_exclude": [
"*/cache/",
"*/logs/",
@@ -35,12 +30,7 @@
"/dev/sdf2",
"/dev/sdg2"
],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Emby NAS",
"options": {
"PUID": 0,
@@ -59,10 +49,7 @@
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -78,7 +65,7 @@
"startup": "services",
"upstream": "4.7.0.15",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.7.0.15",
"version": "4.7.0.15-2",
"watchdog": "http://[HOST]:[PORT:8096]",
"webui": "http://[HOST]:[PORT:8096]"
}

View File

@@ -1,48 +1,31 @@
{
"name": "Filebrowser",
"version": "2.17.2-3",
"upstream": "2.17.2",
"slug": "filebrowser",
"description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"ingress": true,
"ingress_stream": true,
"ingress_port": 8099,
"panel_icon": "mdi:file-search",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"8080/tcp": 8087
},
"ports_description": {
"8080/tcp": "Web UI port"
},
"apparmor": true,
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files",
"devices": [
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"devices":[
"/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1",
"/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2"
],
"map": [
"media:rw",
"config:rw",
"addons:rw",
"backup:rw",
"share:rw",
"ssl"
],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"environment": {
"FB_BASEURL": "/filebrowser"
},
"ingress": true,
"ingress_port": 8099,
"ingress_stream": true,
"map": ["media:rw", "config:rw", "addons:rw", "backup:rw", "share:rw", "ssl"],
"name": "Filebrowser",
"options": {
"ssl": false,
"certfile": "fullchain.pem",
@@ -52,6 +35,14 @@
"cifspassword": "password",
"NoAuth": false
},
"panel_icon": "mdi:file-search",
"ports": {
"8080/tcp": 8087
},
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"ssl": "bool",
"certfile": "str",
@@ -62,5 +53,11 @@
"cifspassword": "str?",
"smbv1": "bool?",
"NoAuth": "bool"
}
},
"slug": "filebrowser",
"startup": "services",
"upstream": "2.17.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.17.2-4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}

View File

@@ -1,71 +1,58 @@
{
"apparmor": "true",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"devices": [
"/dev/ttyUSB0",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Jellyfin NAS",
"options": {
"PUID": 0,
"PGID": 0
},
"ports": {
"8096/tcp": 8096,
"8920/tcp": 8920,
"7359/udp": null,
"1900/udp": null
},
"ports_description": {
"8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)",
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
},
"slug": "jellyfin",
"startup": "services",
"upstream": "10.7.7-1-ls130",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.7.7-1-ls130-2",
"watchdog": "http://[HOST]:[PORT:8096]",
"webui": "http://[HOST]:[PORT:8096]"
"apparmor": "true",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"devices": [
"/dev/ttyUSB0",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Jellyfin NAS",
"options": {
"PUID": 0,
"PGID": 0
},
"ports": {
"8096/tcp": 8096,
"8920/tcp": 8920,
"7359/udp": null,
"1900/udp": null
},
"ports_description": {
"8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)",
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
},
"slug": "jellyfin",
"startup": "services",
"upstream": "10.7.7-1-ls130",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.7.7-1-ls130-3",
"watchdog": "http://[HOST]:[PORT:8096]",
"webui": "http://[HOST]:[PORT:8096]"
}

View File

@@ -1,32 +1,7 @@
{
"name": "Lidarr NAS",
"version": "0.8.1.2135-ls63-2",
"upstream": "0.8.1.2135-ls63",
"slug": "lidarr_nas",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Music collection manager for Usenet and BitTorrent users",
"url": "https://github.com/alexbelgium/hassio-addons",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"8686/tcp": 8686
},
"ports_description": {
"8686/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"devices": [
"/dev/sda1",
"/dev/sdb1",
@@ -43,12 +18,12 @@
"/dev/sdf2",
"/dev/sdg2"
],
"webui": "http://[HOST]:[PORT:8686]",
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
"name": "Lidarr NAS",
"options": {
"PUID": 0,
"PGID": 0,
@@ -56,6 +31,13 @@
"cifsusername": "<username>",
"cifspassword": "<password>"
},
"ports": {
"8686/tcp": 8686
},
"ports_description": {
"8686/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -64,5 +46,10 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?"
}
},
"slug": "lidarr_nas",
"upstream": "0.8.1.2135-ls63",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.1.2135-ls63-3",
"webui": "http://[HOST]:[PORT:8686]"
}

View File

@@ -1,22 +1,12 @@
{
"name": "Papermerge",
"version": "2.0.1-9",
"upstream": "2.0.1",
"slug": "papermerge",
"description": "Open source document management system (DMS)",
"url": "https://github.com/alexbelgium/hassio-addons",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"ports": {
"8000/tcp": 8000
},
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"map": ["share:rw", "media:rw", "ssl"],
"webui": "http://[HOST]:[PORT:8000]",
"description": "Open source document management system (DMS)",
"environment": {
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
},
"map": ["share:rw", "media:rw", "ssl"],
"name": "Papermerge",
"options": {
"PUID": 0,
"PGID": 0,
@@ -24,7 +14,12 @@
"storage_dir": "/data/media",
"import_dir": "/share/papermerge/import"
},
"apparmor": true,
"ports": {
"8000/tcp": 8000
},
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"schema": {
"PUID": "int",
"PGID": "int",
@@ -36,5 +31,10 @@
"import_dir": "str",
"smbv1": "bool?",
"TZ": "str?"
}
},
"slug": "papermerge",
"upstream": "2.0.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.0.1-10",
"webui": "http://[HOST]:[PORT:8000]"
}

View File

@@ -1,33 +1,28 @@
{
"name": "Photoprism",
"version": "210217-49039368-2",
"upstream": "210217-49039368",
"slug": "photoprism",
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"webui": "http://[HOST]:[PORT:2342]",
"ports": {
"2342/tcp": 2342
},
"apparmor": "true",
"ports_description": {
"2342/tcp": "Web interface"
},
"map": [
"media:rw",
"share:rw"
],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
"devices": [
"/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1",
"/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2"
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"environment": {
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
},
"map": ["media:rw", "share:rw"],
"name": "Photoprism",
"options": {
"networkdisks": "//server/share",
"cifsusername": "username",
@@ -39,6 +34,13 @@
"BACKUP_PATH": "/share/photoprism/backup",
"CUSTOM_OPTIONS": "--site-title HA_Photoprism"
},
"ports": {
"2342/tcp": 2342
},
"ports_description": {
"2342/tcp": "Web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"localdisks": "str?",
"networkdisks": "str?",
@@ -51,10 +53,9 @@
"BACKUP_PATH": "str",
"CUSTOM_OPTIONS": "str?"
},
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
"slug": "photoprism",
"upstream": "210217-49039368",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "210217-49039368-3",
"webui": "http://[HOST]:[PORT:2342]"
}

View File

@@ -1,17 +1,40 @@
{
"name": "Plex NAS",
"version": "1.24.4.5081-e362dc1ee-ls79",
"upstream": "1.24.4.5081-e362dc1ee-ls79",
"slug": "plex_nas",
"apparmor": "true",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
"devices": [
"/dev/ttyUSB0",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"environment": {
"VERSION": "docker",
"PUID": "0",
"PGID": "0"
},
"map": ["share:rw", "media:rw", "ssl"],
"name": "Plex NAS",
"options": {
"PUID": 0,
"PGID": 0,
"claim": "Get_from_https://www.plex.tv/claim",
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password"
},
"ports": {
"1900/udp": 1900,
"3005/tcp": 3005,
@@ -38,48 +61,7 @@
"33400/tcp": "WebTools",
"33443/tcp": "WebTools"
},
"map": [
"share:rw",
"media:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:32400]/web",
"boot": "auto",
"apparmor": "true",
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"devices": [
"/dev/ttyUSB0",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"environment": {
"VERSION": "docker",
"PUID": "0",
"PGID": "0"
},
"options": {
"PUID": 0,
"PGID": 0,
"claim": "Get_from_https://www.plex.tv/claim",
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -89,5 +71,11 @@
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
}
},
"slug": "plex_nas",
"startup": "services",
"upstream": "1.24.4.5081-e362dc1ee-ls79",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.24.4.5081-e362dc1ee-ls79-2",
"webui": "http://[HOST]:[PORT:32400]/web"
}

View File

@@ -1,39 +1,13 @@
{
"name": "Prowlarr NAS",
"version": "nightly-0.1.1.1029-ls161",
"upstream": "nightly-0.1.1.1029-ls161",
"slug": "prowlarr",
"description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"9696/tcp": 9696
},
"ports_description": {
"9696/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"webui": "http://[HOST]:[PORT:9696]",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"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"
},
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Prowlarr NAS",
"options": {
"PUID": 0,
"PGID": 0,
@@ -41,6 +15,13 @@
"cifsusername": "<username>",
"cifspassword": "<password>"
},
"ports": {
"9696/tcp": 9696
},
"ports_description": {
"9696/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -49,5 +30,11 @@
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
}
},
"slug": "prowlarr",
"startup": "services",
"upstream": "nightly-0.1.1.1029-ls161",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-0.1.1.1029-ls161-2",
"webui": "http://[HOST]:[PORT:9696]"
}

View File

@@ -1,33 +1,7 @@
{
"name": "Radarr NAS",
"version": "3.2.2.5080-dev3",
"upstream": "3.2.2.5080",
"slug": "radarr_nas",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "A fork of Sonarr to work with movies like Couchpotato",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"7878/tcp": 7878
},
"ports_description": {
"7878/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"devices": [
"/dev/sda1",
"/dev/sdb1",
@@ -44,12 +18,12 @@
"/dev/sdf2",
"/dev/sdg2"
],
"webui": "http://[HOST]:[PORT:7878]",
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Radarr NAS",
"options": {
"PUID": 0,
"PGID": 0,
@@ -57,6 +31,13 @@
"cifsusername": "<username>",
"cifspassword": "<password>"
},
"ports": {
"7878/tcp": 7878
},
"ports_description": {
"7878/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -66,5 +47,11 @@
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
}
},
"slug": "radarr_nas",
"startup": "services",
"upstream": "3.2.2.5080",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.2.2.5080-4",
"webui": "http://[HOST]:[PORT:7878]"
}

View File

@@ -1,10 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Book Manager and Automation",
"devices": [
@@ -27,12 +22,7 @@
"PUID": "0",
"PGID": "0"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
"name": "readarr NAS",
"options": {
"PUID": 0,
@@ -47,10 +37,7 @@
"ports_description": {
"8787/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -63,6 +50,6 @@
"slug": "readarr_nas",
"upstream": "nightly-0.1.0.997-ls19",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-0.1.0.997-ls19",
"version": "nightly-0.1.0.997-ls19-2",
"webui": "http://[HOST]:[PORT:8787]"
}

View File

@@ -1,33 +1,7 @@
{
"name": "Sonarr NAS",
"version": "3.0.6.1342",
"upstream": "3.0.6.1342",
"slug": "sonarr_nas",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"8989/tcp": 8989
},
"ports_description": {
"8989/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"devices": [
"/dev/sda1",
"/dev/sdb1",
@@ -44,12 +18,12 @@
"/dev/sdf2",
"/dev/sdg2"
],
"webui": "http://[HOST]:[PORT:8989]",
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Sonarr NAS",
"options": {
"PUID": 0,
"PGID": 0,
@@ -57,6 +31,13 @@
"cifsusername": "<username>",
"cifspassword": "<password>"
},
"ports": {
"8989/tcp": 8989
},
"ports_description": {
"8989/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -66,5 +47,11 @@
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
}
},
"slug": "sonarr_nas",
"startup": "services",
"upstream": "3.0.6.1342",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.0.6.1342-2",
"webui": "http://[HOST]:[PORT:8989]"
}

View File

@@ -1,17 +1,21 @@
{
"name": "Transmission NAS",
"version": "3.00-r2-ls87-2",
"upstream": "3.00-r2-ls87",
"slug": "transmission_ls",
"apparmor": "true",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Bittorrent client based on linuxserver image",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"environment": {},
"full_access": true,
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Transmission NAS",
"options": {
"PUID": 0,
"PGID": 0,
"download_dir": "/share/downloads",
"incomplete_dir": "/share/incomplete",
"networkdisks": "//ADDRESS/SHARE",
"cifsusername": "username",
"cifspassword": "password"
},
"ports": {
"9091/tcp": 9091,
"51413/tcp": 51413,
@@ -22,30 +26,7 @@
"51413/tcp": "Peer port (setup router port forwarding to this port)",
"51413/udp": "Peer port (setup router port forwarding to this port)"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"full_access": true,
"webui": "http://[HOST]:[PORT:9091]",
"boot": "auto",
"apparmor": "true",
"environment": {},
"options": {
"PUID": 0,
"PGID": 0,
"download_dir": "/share/downloads",
"incomplete_dir": "/share/incomplete",
"networkdisks": "//ADDRESS/SHARE",
"cifsusername": "username",
"cifspassword": "password"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -56,5 +37,11 @@
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
}
},
"slug": "transmission_ls",
"startup": "services",
"upstream": "3.00-r2-ls87",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.00-r2-ls87-3",
"webui": "http://[HOST]:[PORT:9091]"
}

View File

@@ -1,39 +1,11 @@
{
"name": "Ubooquity",
"version": "2.1.2",
"upstream": "2.1.2",
"slug": "ubooquity",
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"2202/tcp": 2202,
"2203/tcp": 2203
},
"ports_description": {
"2202/tcp": "Library page (to expose)",
"2203/tcp": "Admin page (local)"
},
"apparmor": true,
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"map": [
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"webui": "[PROTO:ssl]://[HOST]:[PORT:2203]/ubooquity/admin",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
"environment": {},
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
"name": "Ubooquity",
"options": {
"PUID": 0,
"PGID": 0,
@@ -43,6 +15,15 @@
"cifsusername": "username",
"cifspassword": "folder"
},
"ports": {
"2202/tcp": 2202,
"2203/tcp": 2203
},
"ports_description": {
"2202/tcp": "Library page (to expose)",
"2203/tcp": "Admin page (local)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -53,5 +34,11 @@
"cifspassword": "str?",
"smbv1": "bool?",
"TZ": "str?"
}
},
"slug": "ubooquity",
"startup": "services",
"upstream": "2.1.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.2-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:2203]/ubooquity/admin"
}