mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
refer to upstream image in config
This commit is contained in:
@@ -3,18 +3,24 @@
|
|||||||
"version": "1.19.0",
|
"version": "1.19.0",
|
||||||
"slug": "bitwarden",
|
"slug": "bitwarden",
|
||||||
"description": "Open source password management solution",
|
"description": "Open source password management solution",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://hub.docker.com/r/bitwardenrs/server",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"init": false,
|
"init": false,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"7277/tcp": 7277
|
"7277/tcp": 7277
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"7277/tcp": "Bitwarden Vault"
|
"7277/tcp": "Bitwarden Vault"
|
||||||
},
|
},
|
||||||
"map": ["ssl"],
|
"map": [
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"ssl": true,
|
"ssl": true,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
@@ -27,4 +33,4 @@
|
|||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"request_size_limit": "int?"
|
"request_size_limit": "int?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -21,19 +21,21 @@
|
|||||||
"media:rw",
|
"media:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
"webui": "http://[HOST]:[PORT:8443]",
|
"webui": "http://[HOST]:[PORT:8443]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {},
|
||||||
},
|
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0
|
"PGID": 0
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.8.2-1-ls41",
|
"version": "0.8.2-1-ls41",
|
||||||
"slug": "doublecommander",
|
"slug": "doublecommander",
|
||||||
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
|
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/doublecommander",
|
"url": "https://hub.docker.com/r/linuxserver/doublecommander",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
@@ -23,7 +23,10 @@
|
|||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:3000]",
|
"webui": "http://[HOST]:[PORT:3000]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -33,18 +36,22 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"localdisks": ["sda1"],
|
"localdisks": [
|
||||||
|
"sda1"
|
||||||
|
],
|
||||||
"networkdisks": "<//SERVER/SHARE>",
|
"networkdisks": "<//SERVER/SHARE>",
|
||||||
"cifsusername": "<username>",
|
"cifsusername": "<username>",
|
||||||
"cifspassword": "<password>"
|
"cifspassword": "<password>"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"localdisks": ["str"],
|
"localdisks": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"networkdisks": "str",
|
"networkdisks": "str",
|
||||||
"cifsusername": "str",
|
"cifsusername": "str",
|
||||||
"cifspassword": "str"
|
"cifspassword": "str"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "4.6.0.22",
|
"version": "4.6.0.22",
|
||||||
"slug": "emby_nas",
|
"slug": "emby_nas",
|
||||||
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby#readme",
|
"url": "https://hub.docker.com/r/linuxserver/emby",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
@@ -31,12 +31,17 @@
|
|||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:8096]",
|
"webui": "http://[HOST]:[PORT:8096]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 1001,
|
"PUID": 1001,
|
||||||
"PGID": 1001,
|
"PGID": 1001,
|
||||||
"localdisks": ["sda1"],
|
"localdisks": [
|
||||||
|
"sda1"
|
||||||
|
],
|
||||||
"networkdisks": "<//SERVER/SHARE>",
|
"networkdisks": "<//SERVER/SHARE>",
|
||||||
"cifsusername": "<username>",
|
"cifsusername": "<username>",
|
||||||
"cifspassword": "<password>"
|
"cifspassword": "<password>"
|
||||||
@@ -45,10 +50,11 @@
|
|||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"localdisks": ["str"],
|
"localdisks": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"networkdisks": "str",
|
"networkdisks": "str",
|
||||||
"cifsusername": "str",
|
"cifsusername": "str",
|
||||||
"cifspassword": "str"
|
"cifspassword": "str"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Nextcloud OCR",
|
"name": "Nextcloud OCR",
|
||||||
"url": "https://github.com/linuxserver/docker-nextcloud",
|
"url": "https://hub.docker.com/r/linuxserver/nextcloud",
|
||||||
"version": "20.0.7",
|
"version": "20.0.7",
|
||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"ingress": false,
|
"ingress": false,
|
||||||
@@ -20,18 +20,20 @@
|
|||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"443/tcp": 8099,
|
"443/tcp": 8099,
|
||||||
"80/tcp": null
|
"80/tcp": null
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0
|
"PGID": 0
|
||||||
},
|
},
|
||||||
"webui": "https://[HOST]:[PORT:443]",
|
"webui": "https://[HOST]:[PORT:443]",
|
||||||
"panel_icon": "mdi:cloud",
|
"panel_icon": "mdi:cloud",
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"trusted_domains": ["your-domain"],
|
"trusted_domains": [
|
||||||
|
"your-domain"
|
||||||
|
],
|
||||||
"OCR": false,
|
"OCR": false,
|
||||||
"OCRLANG": "fra"
|
"OCRLANG": "fra"
|
||||||
},
|
},
|
||||||
@@ -40,7 +42,9 @@
|
|||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"OCR": "bool?",
|
"OCR": "bool?",
|
||||||
"OCRLANG": "list(afr|amh|ara|asm|aze|bel|ben|bih|bod|bos|bul|cat|ceb|ces|chr|cym|dan|deu|div|dzo|ell|eng|enm|epo|est|eus|fas|fin|fra|frk|frm|gle|glg|grc|guj|hat|heb|hin|hrv|hun|iku|ind|isl|ita|jav|jpn|kan|kat|kaz|khm|kir|kmr|kor|lao|lat|lav|lit|mal|mar|mkd|mlt|mri|msa|mya|nep|nld|nor|ori|pan|pol|por|pus|ron|rus|san|sin|slk|slv|snd|spa|sqi|srp|swa|swe|syr|tam|tel|tgk|tgl|tha|tir|tur|tyv|uig|ukr|urd|uzb|vie|yid|zlm)?",
|
"OCRLANG": "list(afr|amh|ara|asm|aze|bel|ben|bih|bod|bos|bul|cat|ceb|ces|chr|cym|dan|deu|div|dzo|ell|eng|enm|epo|est|eus|fas|fin|fra|frk|frm|gle|glg|grc|guj|hat|heb|hin|hrv|hun|iku|ind|isl|ita|jav|jpn|kan|kat|kaz|khm|kir|kmr|kor|lao|lat|lav|lit|mal|mar|mkd|mlt|mri|msa|mya|nep|nld|nor|ori|pan|pol|por|pus|ron|rus|san|sin|slk|slv|snd|spa|sqi|srp|swa|swe|syr|tam|tel|tgk|tgl|tha|tir|tur|tyv|uig|ukr|urd|uzb|vie|yid|zlm)?",
|
||||||
"trusted_domains": ["str?"],
|
"trusted_domains": [
|
||||||
|
"str?"
|
||||||
|
],
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "Papermerge",
|
"name": "Papermerge",
|
||||||
"version": "1.5.5",
|
"version": "1.5.5",
|
||||||
"slug": "papermerge",
|
"slug": "papermerge",
|
||||||
"description": "Open source document management system (DMS)",
|
"description": "Open source document management system (DMS)",
|
||||||
"url": "https://hub.docker.com/r/linuxserver/papermerge",
|
"url": "https://hub.docker.com/r/linuxserver/papermerge",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64",
|
"amd64",
|
||||||
"armv7",
|
"armv7",
|
||||||
"armhf"
|
"armhf"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"8000/tcp": 8000
|
"8000/tcp": 8000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9000/tcp": "Web UI port (required)"
|
"9000/tcp": "Web UI port (required)"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
@@ -23,16 +23,16 @@
|
|||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:8000]",
|
"webui": "http://[HOST]:[PORT:8000]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
|
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
|
||||||
},
|
},
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"ocrlang": "eng,fra"
|
"ocrlang": "eng,fra"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
@@ -43,4 +43,4 @@
|
|||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,36 +1,35 @@
|
|||||||
{
|
{
|
||||||
"name": "Piwigo",
|
"name": "Piwigo",
|
||||||
"version": "11.3.0",
|
"version": "11.3.0",
|
||||||
"slug": "piwigo",
|
"slug": "piwigo",
|
||||||
"description": "Piwigo is a photo gallery software for the web",
|
"description": "Piwigo is a photo gallery software for the web",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/piwigo",
|
"url": "https://hub.docker.com/r/linuxserver/piwigo",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64",
|
"amd64",
|
||||||
"armv7",
|
"armv7",
|
||||||
"armhf"
|
"armhf"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"80/tcp": 81
|
"80/tcp": 81
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"80/tcp": "Web UI port"
|
"80/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"SYS_ADMIN"
|
"SYS_ADMIN"
|
||||||
],
|
],
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
"map":[
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
"media:rw",
|
"media:rw",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {},
|
||||||
},
|
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 1000,
|
"PUID": 1000,
|
||||||
"PGID": 1000
|
"PGID": 1000
|
||||||
@@ -44,4 +43,4 @@
|
|||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,44 +1,44 @@
|
|||||||
{
|
{
|
||||||
"name": "Qbittorrent",
|
"name": "Qbittorrent",
|
||||||
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1-ls114",
|
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1-ls114",
|
||||||
"slug": "qbittorrent",
|
"slug": "qbittorrent",
|
||||||
"description": "qBittorrent is a bittorrent client",
|
"description": "qBittorrent is a bittorrent client",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/qbittorrent",
|
"url": "https://hub.docker.com/r/linuxserver/qbittorrent",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64",
|
"amd64",
|
||||||
"armv7",
|
"armv7",
|
||||||
"armhf"
|
"armhf"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": 8081,
|
"8080/tcp": 8081,
|
||||||
"6881/tcp": 6881,
|
"6881/tcp": 6881,
|
||||||
"6881/udp": 6881
|
"6881/udp": 6881
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port",
|
"8080/tcp": "Web UI port",
|
||||||
"6881/tcp": "Peer port",
|
"6881/tcp": "Peer port",
|
||||||
"6881/udp": "Peer port"
|
"6881/udp": "Peer port"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"SYS_ADMIN"
|
"SYS_ADMIN"
|
||||||
],
|
],
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
"map":[
|
"map": [
|
||||||
"media:rw",
|
"media:rw",
|
||||||
"config:rw",
|
"config:rw",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"WEBUI_PORT": "8080"
|
"WEBUI_PORT": "8080"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"ssl": false,
|
"ssl": false,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16",
|
"whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16",
|
||||||
"autostop": true,
|
"autostop": true,
|
||||||
@@ -47,17 +47,17 @@
|
|||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"whitelist": "str?",
|
"whitelist": "str?",
|
||||||
"autostop": "bool",
|
"autostop": "bool",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"customUI": "list(|vuetorrent|qbit-matUI|qb-web)?",
|
"customUI": "list(|vuetorrent|qbit-matUI|qb-web)?",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "3.0.2.4552",
|
"version": "3.0.2.4552",
|
||||||
"slug": "radarr_nas",
|
"slug": "radarr_nas",
|
||||||
"description": "A fork of Sonarr to work with movies like Couchpotato",
|
"description": "A fork of Sonarr to work with movies like Couchpotato",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr#readme",
|
"url": "https://hub.docker.com/r/linuxserver/radarr",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
@@ -23,34 +23,41 @@
|
|||||||
"media:rw",
|
"media:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
"webui": "http://[HOST]:[PORT:7878]",
|
"webui": "http://[HOST]:[PORT:7878]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0
|
"PGID": 0
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"localdisks": ["sda1"],
|
"localdisks": [
|
||||||
"networkdisks": "<//SERVER/SHARE>",
|
"sda1"
|
||||||
"cifsusername": "<username>",
|
],
|
||||||
|
"networkdisks": "<//SERVER/SHARE>",
|
||||||
|
"cifsusername": "<username>",
|
||||||
"cifspassword": "<password>"
|
"cifspassword": "<password>"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"localdisks": ["str"],
|
"localdisks": [
|
||||||
"networkdisks": "str",
|
"str"
|
||||||
"cifsusername": "str",
|
],
|
||||||
|
"networkdisks": "str",
|
||||||
|
"cifsusername": "str",
|
||||||
"cifspassword": "str"
|
"cifspassword": "str"
|
||||||
},
|
},
|
||||||
"snapshot_exclude": [
|
"snapshot_exclude": [
|
||||||
"**/Backups/*",
|
"**/Backups/*",
|
||||||
"**/logs/*",
|
"**/logs/*",
|
||||||
"**/MediaCover/*"
|
"**/MediaCover/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
1
scrutiny/CHANGELOG.md
Normal file
1
scrutiny/CHANGELOG.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Enables PUID/GUID options
|
||||||
11
scrutiny/Dockerfile
Normal file
11
scrutiny/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
ARG BUILD_FROM
|
||||||
|
ARG BUILD_VERSION
|
||||||
|
FROM ${BUILD_FROM}${BUILD_VERSION}
|
||||||
|
|
||||||
|
RUN \
|
||||||
|
# Allow UID and GID setting
|
||||||
|
sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \
|
||||||
|
&& sed -i 's/{PUID:-911}/(bashio::config "PUID")/g' /etc/cont-init.d/10-adduser \
|
||||||
|
&& sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser
|
||||||
|
|
||||||
|
VOLUME [ "/data" ]
|
||||||
45
scrutiny/README.md
Normal file
45
scrutiny/README.md
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
# Home assistant add-on: qBittorrent
|
||||||
|
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield]
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
Transmission is a bittorrent client.
|
||||||
|
This addon is based on the [docker image](https://github.com/linuxserver/qbittorrent) from linuxserver.io.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
The installation of this add-on is pretty straightforward and not different in
|
||||||
|
comparison to installing any other Hass.io add-on.
|
||||||
|
|
||||||
|
1. [Add my Hass.io add-ons repository][repository] to your Hass.io instance.
|
||||||
|
1. Install this add-on.
|
||||||
|
1. Click the `Save` button to store your configuration.
|
||||||
|
1. Start the add-on.
|
||||||
|
1. Check the logs of the add-on to see if everything went well.
|
||||||
|
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
Webui can be found at <http://your-ip:8081>. The default username/password : described in the startup log. Configurations can be done through the app, except for the following options.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
GUID: user
|
||||||
|
GPID: user
|
||||||
|
ssl: true/false
|
||||||
|
certfile: fullchain.pem #ssl certificate
|
||||||
|
keyfile: privkey.pem #sslkeyfile
|
||||||
|
whitelist: "localhost,192.168.0.0/16" # list ip subnets that won't need a password (optional)
|
||||||
|
customUI: selection from list # alternative webUI can be set here. Latest version set at each addon start.
|
||||||
|
localdisks: "sda1" # list of device to mount (optional)
|
||||||
|
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
||||||
|
cifsusername: "username" # smb username (optional)
|
||||||
|
cifspassword: "password" # smb password (optional)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Support
|
||||||
|
Create an issue on github, or ask on the [home assistant thread](https://community.home-assistant.io/t/home-assistant-addon-qbittorrent/279247)
|
||||||
|
|
||||||
|
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||||
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
9
scrutiny/build.json
Normal file
9
scrutiny/build.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"build_from": {
|
||||||
|
"armv7": "linuxserver/scrutiny:arm32v7-",
|
||||||
|
"armhf": "linuxserver/scrutiny:arm32v7-",
|
||||||
|
"aarch64": "linuxserver/scrutiny:arm64v8-",
|
||||||
|
"amd64": "linuxserver/scrutiny:amd64-"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
43
scrutiny/config.json
Normal file
43
scrutiny/config.json
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"name": "Scrutiny",
|
||||||
|
"version": "27b923b5-ls10",
|
||||||
|
"slug": "scrutiny",
|
||||||
|
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
|
||||||
|
"url": "https://hub.docker.com/r/linuxserver/scrutiny",
|
||||||
|
"startup": "services",
|
||||||
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
|
"ports": {
|
||||||
|
"8080/tcp": 8085
|
||||||
|
},
|
||||||
|
"ports_description": {
|
||||||
|
"8080/tcp": "Web UI port"
|
||||||
|
},
|
||||||
|
"privileged": [
|
||||||
|
"SYS_ADMIN"
|
||||||
|
],
|
||||||
|
"full_access": true,
|
||||||
|
"map": [
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
||||||
|
"boot": "auto",
|
||||||
|
"environment": {
|
||||||
|
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
|
||||||
|
"SCRUTINY_WEB": true,
|
||||||
|
"SCRUTINY_COLLECTOR": true
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"PUID": 0,
|
||||||
|
"PGID": 0,
|
||||||
|
},
|
||||||
|
"schema": {
|
||||||
|
"PUID": "int",
|
||||||
|
"PGID": "int",
|
||||||
|
"TZ": "str?"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
scrutiny/icon.png
Normal file
BIN
scrutiny/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
BIN
scrutiny/logo.png
Normal file
BIN
scrutiny/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
@@ -1,57 +1,63 @@
|
|||||||
{
|
{
|
||||||
"name": "Transmission NAS",
|
"name": "Transmission NAS",
|
||||||
"version": "3.00-r2-ls76",
|
"version": "3.00-r2-ls76",
|
||||||
"slug": "transmission_ls",
|
"slug": "transmission_ls",
|
||||||
"description": "Bittorrent client based on linuxserver image",
|
"description": "Bittorrent client based on linuxserver image",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/transmission",
|
"url": "https://hub.docker.com/r/linuxserver/transmission",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64",
|
"amd64",
|
||||||
"armv7",
|
"armv7",
|
||||||
"armhf"
|
"armhf"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"9091/tcp": 9091,
|
"9091/tcp": 9091,
|
||||||
"51413/tcp": 51413,
|
"51413/tcp": 51413,
|
||||||
"51413/udp": 51413
|
"51413/udp": 51413
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9091/tcp": "Web UI port (required)",
|
"9091/tcp": "Web UI port (required)",
|
||||||
"51413/tcp": "Peer port (setup router port forwarding to this port)",
|
"51413/tcp": "Peer port (setup router port forwarding to this port)",
|
||||||
"51413/udp": "Peer port (setup router port forwarding to this port)"
|
"51413/udp": "Peer port (setup router port forwarding to this port)"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"media:rw",
|
"media:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
"webui": "http://[HOST]:[PORT:9091]",
|
"webui": "http://[HOST]:[PORT:9091]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {},
|
||||||
},
|
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 1000,
|
"PUID": 1000,
|
||||||
"PGID": 1000,
|
"PGID": 1000,
|
||||||
"download_dir": "/share/downloads",
|
"download_dir": "/share/downloads",
|
||||||
"incomplete_dir": "/share/incomplete",
|
"incomplete_dir": "/share/incomplete",
|
||||||
"localdisks": ["sda1"],
|
"localdisks": [
|
||||||
|
"sda1"
|
||||||
|
],
|
||||||
"networkdisks": "//SERVER/SHARE",
|
"networkdisks": "//SERVER/SHARE",
|
||||||
"cifsusername": "username",
|
"cifsusername": "username",
|
||||||
"cifspassword": "password"
|
"cifspassword": "password"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"download_dir": "str",
|
"download_dir": "str",
|
||||||
"incomplete_dir": "str?",
|
"incomplete_dir": "str?",
|
||||||
"localdisks": ["str?"],
|
"localdisks": [
|
||||||
|
"str?"
|
||||||
|
],
|
||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"cifspassword": "str?"
|
"cifspassword": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user