This commit is contained in:
Alexandre
2022-01-19 23:23:46 +01:00
parent db7c827077
commit 3ab7ea1de5
53 changed files with 70 additions and 132 deletions

View File

@@ -82,4 +82,3 @@
"version": "2.20.1", "version": "2.20.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,19 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"aarch64",
"amd64",
"armv7"
],
"description ": "FlexGet is a multipurpose automation tool for all of your media", "description ": "FlexGet is a multipurpose automation tool for all of your media",
"environment": { "environment": {
"FG_PLUGINS": "", "FG_PLUGINS": "",
"FG_WEBUI_PASSWD": "" "FG_WEBUI_PASSWD": ""
}, },
"map": [ "map": ["share:rw", "config:rw"],
"share:rw",
"config:rw"
],
"name": "Flexget", "name": "Flexget",
"options": { "options": {
"PUID": 0, "PUID": 0,

View File

@@ -1,14 +1,7 @@
{ {
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"aarch64",
"amd64",
"armv7"
],
"description ": "fetch GRDF data and publish data to a mqtt broker", "description ": "fetch GRDF data and publish data to a mqtt broker",
"map": [ "map": ["config:rw", "share:rw"],
"config:rw",
"share:rw"
],
"name": "gazpar2mqtt", "name": "gazpar2mqtt",
"options": { "options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml", "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
@@ -22,9 +15,7 @@
"TZ": "str?", "TZ": "str?",
"verbose": "bool" "verbose": "bool"
}, },
"services": [ "services": ["mqtt:want"],
"mqtt:want"
],
"slug": "gazpar2mqtt", "slug": "gazpar2mqtt",
"upstream": "0.8.0", "upstream": "0.8.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",

View File

@@ -5,11 +5,7 @@
"description ": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software", "description ": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
"apparmor": true, "apparmor": true,
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"upstream": "0.20.399", "upstream": "0.20.399",
"image": "ghcr.io/alexbelgium/jackett-{arch}", "image": "ghcr.io/alexbelgium/jackett-{arch}",
@@ -19,12 +15,7 @@
"PUID": "0", "PUID": "0",
"PGID": "0" "PGID": "0"
}, },
"map": [ "map": ["config:rw", "share:rw", "media:rw", "ssl"],
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0
@@ -35,10 +26,7 @@
"ports_description": { "ports_description": {
"9117/tcp": "web interface" "9117/tcp": "web interface"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",

View File

@@ -1,9 +1,6 @@
{ {
"apparmor": true, "apparmor": true,
"arch": [ "arch": ["aarch64", "amd64"],
"aarch64",
"amd64"
],
"description ": "A server-based application for browsing, organizing and sharing your personal photo collection", "description ": "A server-based application for browsing, organizing and sharing your personal photo collection",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -41,10 +38,7 @@
"environment": { "environment": {
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password" "PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
}, },
"map": [ "map": ["media:rw", "share:rw"],
"media:rw",
"share:rw"
],
"name": "Photoprism", "name": "Photoprism",
"options": { "options": {
"networkdisks": "//server/share", "networkdisks": "//server/share",
@@ -63,10 +57,7 @@
"ports_description": { "ports_description": {
"2342/tcp": "Web interface" "2342/tcp": "Web interface"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",

View File

@@ -1,10 +1,6 @@
{ {
"apparmor": true, "apparmor": true,
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"description ": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required", "description ": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"environment": { "environment": {
@@ -12,12 +8,7 @@
"PGID": "0" "PGID": "0"
}, },
"image": "ghcr.io/alexbelgium/prowlarr-{arch}", "image": "ghcr.io/alexbelgium/prowlarr-{arch}",
"map": [ "map": ["config:rw", "share:rw", "media:rw", "ssl"],
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Prowlarr NAS", "name": "Prowlarr NAS",
"options": { "options": {
"PUID": 0, "PUID": 0,
@@ -32,10 +23,7 @@
"ports_description": { "ports_description": {
"9696/tcp": "web interface" "9696/tcp": "web interface"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",

View File

@@ -5,11 +5,7 @@
"description ": "Book Manager and Automation", "description ": "Book Manager and Automation",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
"apparmor": true, "apparmor": true,
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"image": "ghcr.io/alexbelgium/readarr-{arch}", "image": "ghcr.io/alexbelgium/readarr-{arch}",
"upstream": "nightly-alpine-0.1.0.1181-ls14", "upstream": "nightly-alpine-0.1.0.1181-ls14",
@@ -51,12 +47,7 @@
"PUID": "0", "PUID": "0",
"PGID": "0" "PGID": "0"
}, },
"map": [ "map": ["config:rw", "share:rw", "media:rw", "config:rw"],
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
@@ -68,10 +59,7 @@
"ports_description": { "ports_description": {
"8787/tcp": "web interface" "8787/tcp": "web interface"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",