Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "manual", "boot": "manual",
"codenotary": "alexandrep.github@gmail.com",
"description": "Automatic addons update by aligning version tag with upstream releases", "description": "Automatic addons update by aligning version tag with upstream releases",
"environment": { "environment": {
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1" "GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
@@ -47,6 +52,5 @@
"slug": "updater", "slug": "updater",
"startup": "once", "startup": "once",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.1" "version": "2.1"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "block internet connection for local network devices", "description": "block internet connection for local network devices",
"devices": [], "devices": [],
"environment": {}, "environment": {},
@@ -17,7 +22,10 @@
"ports_description": { "ports_description": {
"7022/tcp": "web interface" "7022/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"INTERFACE_NAME": "str?", "INTERFACE_NAME": "str?",
"ROUTER_IP": "str" "ROUTER_IP": "str"
@@ -25,7 +33,6 @@
"slug": "arpspoof", "slug": "arpspoof",
"upstream": "1.0.0", "upstream": "1.0.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpsoof", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpsoof",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.0.0", "version": "1.0.0",
"webui": "http://[HOST]:[PORT:7022]" "webui": "http://[HOST]:[PORT:7022]"
} }

View File

@@ -1,8 +1,17 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"], "aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Companion application to Sonarr and Radarr to download subtitles", "description": "Companion application to Sonarr and Radarr to download subtitles",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -41,7 +50,12 @@
"PUID": "0" "PUID": "0"
}, },
"ingress": false, "ingress": false,
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Bazarr NAS", "name": "Bazarr NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -53,7 +67,10 @@
"ports_description": { "ports_description": {
"6767/tcp": "web interface" "6767/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -66,7 +83,6 @@
"startup": "services", "startup": "services",
"upstream": "1.0.3", "upstream": "1.0.3",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.0.3", "version": "1.0.3",
"webui": "http://[HOST]:[PORT:6767]" "webui": "http://[HOST]:[PORT:6767]"
} }

View File

@@ -1,10 +1,16 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Open source password management solution", "description": "Open source password management solution",
"init": false, "init": false,
"map": ["ssl"], "map": [
"ssl"
],
"name": "Vaultwarden (Bitwarden)", "name": "Vaultwarden (Bitwarden)",
"options": { "options": {
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
@@ -28,7 +34,6 @@
"startup": "services", "startup": "services",
"upstream": "1.24.0", "upstream": "1.24.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.24.0", "version": "1.24.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]" "webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "platform for accessing the audibooks you own wherever you are", "description": "platform for accessing the audibooks you own wherever you are",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -39,7 +44,10 @@
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"map": ["share:rw", "media:rw"], "map": [
"share:rw",
"media:rw"
],
"name": "Booksonic-air", "name": "Booksonic-air",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -54,7 +62,10 @@
"ports_description": { "ports_description": {
"4040/tcp": "web interface" "4040/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -67,7 +78,6 @@
"slug": "booksonic-air_nas", "slug": "booksonic-air_nas",
"upstream": "v2201.1.0-ls49", "upstream": "v2201.1.0-ls49",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air",
"codenotary": "alexandrep.github@gmail.com",
"version": "v2201.1.0-ls49", "version": "v2201.1.0-ls49",
"webui": "http://[HOST]:[PORT:4040]" "webui": "http://[HOST]:[PORT:4040]"
} }

View File

@@ -1,6 +1,11 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Cloud Commander a file manager for the web with console and editor", "description": "Cloud Commander a file manager for the web with console and editor",
"devices": [ "devices": [
"/dev/mmcblk0p8", "/dev/mmcblk0p8",
@@ -56,7 +61,10 @@
"ports_description": { "ports_description": {
"8000/tcp": "Web UI port (required)" "8000/tcp": "Web UI port (required)"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"CUSTOM_OPTIONS": "str?", "CUSTOM_OPTIONS": "str?",
"DROPBOX_TOKEN": "str?", "DROPBOX_TOKEN": "str?",
@@ -69,7 +77,6 @@
"slug": "cloudcommander", "slug": "cloudcommander",
"upstream": "16.0.0", "upstream": "16.0.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
"codenotary": "alexandrep.github@gmail.com",
"version": "16.0.0", "version": "16.0.0",
"webui": "http://[HOST]:[PORT:8000]" "webui": "http://[HOST]:[PORT:8000]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Code-server is VS Code running on a remote server, accessible through the browser.", "description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -36,7 +41,13 @@
"/dev/nvme2" "/dev/nvme2"
], ],
"environment": {}, "environment": {},
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"], "map": [
"backup:rw",
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "VS code", "name": "VS code",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -45,7 +56,10 @@
"ports": { "ports": {
"8443/tcp": 8443 "8443/tcp": 8443
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -59,7 +73,6 @@
"startup": "services", "startup": "services",
"upstream": "4.2.0", "upstream": "4.2.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.2.0", "version": "4.2.0",
"webui": "http://[HOST]:[PORT:8443]" "webui": "http://[HOST]:[PORT:8443]"
} }

View File

@@ -1,5 +1,9 @@
{ {
"arch": ["aarch64", "amd64"], "arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Free and Open, Distributed, RESTful Search Engine", "description": "Free and Open, Distributed, RESTful Search Engine",
"environment": { "environment": {
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M", "ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
@@ -8,7 +12,9 @@
"discovery.type": "single-node" "discovery.type": "single-node"
}, },
"host_network": true, "host_network": true,
"map": ["config:rw"], "map": [
"config:rw"
],
"name": "Elasticsearch server", "name": "Elasticsearch server",
"options": {}, "options": {},
"ports": { "ports": {
@@ -23,6 +29,5 @@
"slug": "elasticsearch", "slug": "elasticsearch",
"upstream": "7.14.2", "upstream": "7.14.2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch",
"codenotary": "alexandrep.github@gmail.com",
"version": "7.14.2" "version": "7.14.2"
} }

View File

@@ -1,14 +1,18 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"backup_exclude": [ "backup_exclude": [
"*/cache/", "*/cache/",
"*/logs/", "*/logs/",
"*/transcoding-temp/", "*/transcoding-temp/",
"*/metadata/" "*/metadata/"
], ],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"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.",
"devices": [ "devices": [
"/dev/dri", "/dev/dri",
@@ -56,7 +60,12 @@
"/dev/nvme2" "/dev/nvme2"
], ],
"host_network": true, "host_network": true,
"map": ["config:rw", "share:rw", "media:rw", "ssl:rw"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl:rw"
],
"name": "Emby NAS", "name": "Emby NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -75,7 +84,10 @@
"8096/tcp": "web interface", "8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)" "8920/tcp": "https web interface (optional)"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -92,7 +104,6 @@
"startup": "services", "startup": "services",
"upstream": "4.7.0.32", "upstream": "4.7.0.32",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.7.0.32", "version": "4.7.0.32",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:8096]" "webui": "http://[HOST]:[PORT:8096]"

View File

@@ -1,7 +1,14 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "use Enedis Gateway API to send data in your MQTT Broker (latest channel)", "description": "use Enedis Gateway API to send data in your MQTT Broker (latest channel)",
"map": ["config:rw"], "map": [
"config:rw"
],
"name": "Enedisgateway2mqtt", "name": "Enedisgateway2mqtt",
"options": { "options": {
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml", "CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml",
@@ -15,10 +22,11 @@
"mqtt_autodiscover": "bool", "mqtt_autodiscover": "bool",
"verbose": "bool" "verbose": "bool"
}, },
"services": ["mqtt:want"], "services": [
"mqtt:want"
],
"slug": "enedisgateway2mqtt", "slug": "enedisgateway2mqtt",
"upstream": "0.7.7", "upstream": "0.7.7",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.7.7-3" "version": "0.7.7-3"
} }

View File

@@ -1,7 +1,14 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "use Enedis Gateway API to send data in your MQTT Broker (latest-dev channel)", "description": "use Enedis Gateway API to send data in your MQTT Broker (latest-dev channel)",
"map": ["config:rw"], "map": [
"config:rw"
],
"name": "Enedisgateway2mqtt Dev", "name": "Enedisgateway2mqtt Dev",
"options": { "options": {
"CONFIG_LOCATION": "/config/enedisgateway2mqtt_dev/config.yaml", "CONFIG_LOCATION": "/config/enedisgateway2mqtt_dev/config.yaml",
@@ -14,6 +21,5 @@
"slug": "enedisgateway2mqtt_dev", "slug": "enedisgateway2mqtt_dev",
"upstream": "0.7.8-dev", "upstream": "0.7.8-dev",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.7.8-dev" "version": "0.7.8-dev"
} }

View File

@@ -1,6 +1,11 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"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", "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": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -64,7 +69,10 @@
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"NoAuth": "bool", "NoAuth": "bool",
"base_folder": "str?", "base_folder": "str?",
@@ -81,7 +89,6 @@
"startup": "services", "startup": "services",
"upstream": "2.21.1", "upstream": "2.21.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.21.1-2", "version": "2.21.1-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,13 +1,22 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "A free and open source personal finance manager", "description": "A free and open source personal finance manager",
"devices": [], "devices": [],
"environment": { "environment": {
"TRUSTED_PROXIES": "**" "TRUSTED_PROXIES": "**"
}, },
"map": ["config:rw", "share:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii", "name": "Firefly iii",
"options": { "options": {
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO", "APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
@@ -33,11 +42,12 @@
"Updates": "list(|hourly|daily|weekly)?", "Updates": "list(|hourly|daily|weekly)?",
"silent": "bool?" "silent": "bool?"
}, },
"services": ["mysql:want"], "services": [
"mysql:want"
],
"slug": "fireflyiii", "slug": "fireflyiii",
"upstream": "5.6.16", "upstream": "5.6.16",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "5.6.16", "version": "5.6.16",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,13 +1,22 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Data importer for Firefly III (separate addon)", "description": "Data importer for Firefly III (separate addon)",
"devices": [], "devices": [],
"environment": { "environment": {
"TRUSTED_PROXIES": "**" "TRUSTED_PROXIES": "**"
}, },
"map": ["config:rw", "share:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii Data Importer", "name": "Firefly iii Data Importer",
"options": { "options": {
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml" "CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml"
@@ -33,7 +42,6 @@
"slug": "fireflyiii_data_importer", "slug": "fireflyiii_data_importer",
"upstream": "version-0.9.0", "upstream": "version-0.9.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "version-0.9.0", "version": "version-0.9.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,14 +1,21 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["amd64"], "arch": [
"amd64"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Import financial transactions from you FinTS enabled bank into Firefly III", "description": "Import financial transactions from you FinTS enabled bank into Firefly III",
"devices": [], "devices": [],
"environment": { "environment": {
"TRUSTED_PROXIES": "**" "TRUSTED_PROXIES": "**"
}, },
"image": "ghcr.io/alexbelgium/fireflyiii_fints_importer-{arch}", "image": "ghcr.io/alexbelgium/fireflyiii_fints_importer-{arch}",
"map": ["config:rw", "share:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii FinTS Importer", "name": "Firefly iii FinTS Importer",
"options": { "options": {
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_fints_importer/config.yaml" "CONFIG_LOCATION": "/config/addons_config/fireflyiii_fints_importer/config.yaml"
@@ -26,7 +33,6 @@
"slug": "fireflyiii_fints_importer", "slug": "fireflyiii_fints_importer",
"upstream": "1.2", "upstream": "1.2",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.1", "version": "1.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,6 +1,11 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Proxy server to bypass Cloudflare protection ", "description": "Proxy server to bypass Cloudflare protection ",
"environment": {}, "environment": {},
"name": "FlareSolverr", "name": "FlareSolverr",
@@ -15,7 +20,6 @@
"slug": "flaresolverr", "slug": "flaresolverr",
"upstream": "2.2.2", "upstream": "2.2.2",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.2.2", "version": "2.2.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8191]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8191]"
} }

View File

@@ -1,12 +1,20 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"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": ["share:rw", "config:rw"], "map": [
"share:rw",
"config:rw"
],
"name": "Flexget", "name": "Flexget",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -28,7 +36,6 @@
"slug": "flexget", "slug": "flexget",
"upstream": "3.3.3", "upstream": "3.3.3",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "3.3.3", "version": "3.3.3",
"webui": "http://[HOST]:[PORT:5050]" "webui": "http://[HOST]:[PORT:5050]"
} }

View File

@@ -1,7 +1,15 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "fetch GRDF data and publish data to a mqtt broker", "description": "fetch GRDF data and publish data to a mqtt broker",
"map": ["config:rw", "share:rw"], "map": [
"config:rw",
"share:rw"
],
"name": "gazpar2mqtt", "name": "gazpar2mqtt",
"options": { "options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml", "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
@@ -15,10 +23,11 @@
"mqtt_autodiscover": "bool", "mqtt_autodiscover": "bool",
"verbose": "bool" "verbose": "bool"
}, },
"services": ["mqtt:want"], "services": [
"mqtt:want"
],
"slug": "gazpar2mqtt", "slug": "gazpar2mqtt",
"upstream": "0.8.1", "upstream": "0.8.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.8.1-10" "version": "0.8.1-10"
} }

View File

@@ -1,10 +1,19 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Fast, Simple, and Flexible, file-based Web-platform", "description": "Fast, Simple, and Flexible, file-based Web-platform",
"devices": [], "devices": [],
"environment": {}, "environment": {},
"map": ["share:rw", "media:rw", "config:rw"], "map": [
"share:rw",
"media:rw",
"config:rw"
],
"name": "Grav web server", "name": "Grav web server",
"options": { "options": {
"PGID": 1000, "PGID": 1000,
@@ -25,7 +34,6 @@
"slug": "grav", "slug": "grav",
"upstream": "1.7.31", "upstream": "1.7.31",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.7.31", "version": "1.7.31",
"webui": "http://[HOST]:[PORT:80]" "webui": "http://[HOST]:[PORT:80]"
} }

View File

@@ -1,9 +1,16 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support. A large number of dynamic dns providers are supported (https://github.com/troglobit/inadyn#supported-providers). For those that are not, you can use a custom provider as per this project's documentation (https://github.com/nalipaz/hassio-addons/blob/master/README.md)", "description": "Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support. A large number of dynamic dns providers are supported (https://github.com/troglobit/inadyn#supported-providers). For those that are not, you can use a custom provider as per this project's documentation (https://github.com/nalipaz/hassio-addons/blob/master/README.md)",
"environment": {}, "environment": {},
"host_network": true, "host_network": true,
"map": ["ssl"], "map": [
"ssl"
],
"name": "Inadyn", "name": "Inadyn",
"options": { "options": {
"providers": [ "providers": [
@@ -49,6 +56,5 @@
"slug": "inadyn", "slug": "inadyn",
"upstream": "2.9.1", "upstream": "2.9.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.9.1-6" "version": "2.9.1-6"
} }

View File

@@ -6,6 +6,7 @@
"armv7" "armv7"
], ],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"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",
"environment": { "environment": {
"PGID": "0", "PGID": "0",
@@ -45,7 +46,6 @@
"startup": "services", "startup": "services",
"upstream": "0.20.754", "upstream": "0.20.754",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.20.754", "version": "0.20.754",
"webui": "http://[HOST]:[PORT:9117]" "webui": "http://[HOST]:[PORT:9117]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"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.",
"devices": [ "devices": [
"/dev/dri", "/dev/dri",
@@ -52,7 +57,12 @@
"host_network": true, "host_network": true,
"ingress": true, "ingress": true,
"ingress_stream": true, "ingress_stream": true,
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Jellyfin NAS", "name": "Jellyfin NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -72,7 +82,11 @@
"8096/tcp": "web interface", "8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)" "8920/tcp": "https web interface (optional)"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -89,7 +103,6 @@
"startup": "services", "startup": "services",
"upstream": "10.7.7-1-ls155", "upstream": "10.7.7-1-ls155",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "10.7.7-1-ls155-ingress2", "version": "10.7.7-1-ls155-ingress2",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:8096]" "webui": "http://[HOST]:[PORT:8096]"

View File

@@ -1,13 +1,20 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "An open source command line RatioMaster with WebUI", "description": "An open source command line RatioMaster with WebUI",
"environment": {}, "environment": {},
"hassio_api": true, "hassio_api": true,
"host_network": false, "host_network": false,
"ingress": true, "ingress": true,
"ingress_port": 8099, "ingress_port": 8099,
"map": ["config:rw"], "map": [
"config:rw"
],
"name": "Joal", "name": "Joal",
"options": { "options": {
"run_duration": "12h", "run_duration": "12h",
@@ -33,7 +40,6 @@
"startup": "services", "startup": "services",
"upstream": "2.1.29", "upstream": "2.1.29",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.1.29", "version": "2.1.29",
"webui": "http://[HOST]:[PORT:8081]/joal/ui?ui_credentials=%7B%22host%22%3A%22[HOST]%22%2C%22port%22%3A%22[PORT:8081]%22%2C%22pathPrefix%22%3A%22joal%22%2C%22secretToken%22%3A%22lrMY24Byhx%22%7D" "webui": "http://[HOST]:[PORT:8081]/joal/ui?ui_credentials=%7B%22host%22%3A%22[HOST]%22%2C%22port%22%3A%22[PORT:8081]%22%2C%22pathPrefix%22%3A%22joal%22%2C%22secretToken%22%3A%22lrMY24Byhx%22%7D"
} }

View File

@@ -1,11 +1,19 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted open source note-taking application", "description": "Self-hosted open source note-taking application",
"environment": { "environment": {
"APP_PORT": "22300" "APP_PORT": "22300"
}, },
"map": ["config:rw", "share:rw"], "map": [
"config:rw",
"share:rw"
],
"name": "Joplin Server", "name": "Joplin Server",
"options": { "options": {
"APP_BASE_URL": "http://your_domain:port", "APP_BASE_URL": "http://your_domain:port",
@@ -38,7 +46,6 @@
"slug": "joplin", "slug": "joplin",
"upstream": "2.7.4", "upstream": "2.7.4",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.7.4-8", "version": "2.7.4-8",
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Music collection manager for Usenet and BitTorrent users", "description": "Music collection manager for Usenet and BitTorrent users",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -39,7 +44,12 @@
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"map": ["config:rw", "share:rw", "media:rw", "config:rw"], "map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"name": "Lidarr NAS", "name": "Lidarr NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -54,7 +64,10 @@
"ports_description": { "ports_description": {
"8686/tcp": "web interface" "8686/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -68,7 +81,6 @@
"startup": "services", "startup": "services",
"upstream": "0.8.1.2135-ls76", "upstream": "0.8.1.2135-ls76",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.8.1.2135-ls76", "version": "0.8.1.2135-ls76",
"webui": "http://[HOST]:[PORT:8686]" "webui": "http://[HOST]:[PORT:8686]"
} }

View File

@@ -1,6 +1,11 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue", "description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
"environment": { "environment": {
"APP_PORT": "9925", "APP_PORT": "9925",
@@ -8,7 +13,10 @@
}, },
"ingress": false, "ingress": false,
"ingress_port": 8099, "ingress_port": 8099,
"map": ["share:rw", "ssl:rw"], "map": [
"share:rw",
"ssl:rw"
],
"name": "Mealie", "name": "Mealie",
"options": { "options": {
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
@@ -31,7 +39,6 @@
"startup": "services", "startup": "services",
"upstream": "0.5.6", "upstream": "0.5.6",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.5.6", "version": "0.5.6",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Automated comic book downloader for use with NZB and torrents", "description": "Automated comic book downloader for use with NZB and torrents",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -39,7 +44,12 @@
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"map": ["config:rw", "share:rw", "media:rw", "config:rw"], "map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"name": "Mylar3", "name": "Mylar3",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -51,7 +61,10 @@
"ports_description": { "ports_description": {
"8090/tcp": "web interface" "8090/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -64,7 +77,6 @@
"slug": "mylar3", "slug": "mylar3",
"upstream": "0.6.5.2", "upstream": "0.6.5.2",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.6.5.2", "version": "0.6.5.2",
"webui": "http://[HOST]:[PORT:8090]" "webui": "http://[HOST]:[PORT:8090]"
} }

View File

@@ -1,6 +1,11 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "manual", "boot": "manual",
"codenotary": "alexandrep.github@gmail.com",
"description": "Nextcloud for Home Assistant", "description": "Nextcloud for Home Assistant",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -38,7 +43,11 @@
"hassio_api": true, "hassio_api": true,
"ingress": false, "ingress": false,
"ingress_port": 0, "ingress_port": 0,
"map": ["share:rw", "media:rw", "ssl:rw"], "map": [
"share:rw",
"media:rw",
"ssl:rw"
],
"name": "Nextcloud", "name": "Nextcloud",
"options": { "options": {
"Full_Text_Search": false, "Full_Text_Search": false,
@@ -58,7 +67,10 @@
"443/tcp": 8099, "443/tcp": 8099,
"80/tcp": null "80/tcp": null
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"Full_Text_Search": "bool?", "Full_Text_Search": "bool?",
"OCR": "bool?", "OCR": "bool?",
@@ -77,12 +89,13 @@
"trusted_domains": "str?", "trusted_domains": "str?",
"use_own_certs": "bool" "use_own_certs": "bool"
}, },
"services": ["mysql:want"], "services": [
"mysql:want"
],
"slug": "nextcloud_ocr", "slug": "nextcloud_ocr",
"uart": true, "uart": true,
"upstream": "23.0.3", "upstream": "23.0.3",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"codenotary": "alexandrep.github@gmail.com",
"version": "23.0.3", "version": "23.0.3",
"webui": "https://[HOST]:[PORT:443]" "webui": "https://[HOST]:[PORT:443]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "usenet downloader", "description": "usenet downloader",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -39,7 +44,12 @@
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"map": ["config:rw", "share:rw", "media:rw", "config:rw"], "map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"name": "Nzbget", "name": "Nzbget",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -51,7 +61,10 @@
"ports_description": { "ports_description": {
"6789/tcp": "web interface" "6789/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -64,7 +77,6 @@
"slug": "nzbget", "slug": "nzbget",
"upstream": "21.1", "upstream": "21.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "21.1", "version": "21.1",
"webui": "http://[HOST]:[PORT:6789]" "webui": "http://[HOST]:[PORT:6789]"
} }

View File

@@ -1,10 +1,17 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted Plex Request and user management system", "description": "Self-hosted Plex Request and user management system",
"environment": {}, "environment": {},
"map": ["config:rw"], "map": [
"config:rw"
],
"name": "Ombi", "name": "Ombi",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -24,7 +31,6 @@
"startup": "services", "startup": "services",
"upstream": "4.10.2", "upstream": "4.10.2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.10.2", "version": "4.10.2",
"webui": "http://[HOST]:[PORT:3579]" "webui": "http://[HOST]:[PORT:3579]"
} }

View File

@@ -1,9 +1,17 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "An HTPC/Homelab services organizer that is written in PHP", "description": "An HTPC/Homelab services organizer that is written in PHP",
"environment": {}, "environment": {},
"map": ["config:rw", "ssl"], "map": [
"config:rw",
"ssl"
],
"name": "Organizr", "name": "Organizr",
"options": { "options": {
"PGID": "1000", "PGID": "1000",
@@ -23,7 +31,6 @@
"startup": "services", "startup": "services",
"upstream": "1.90", "upstream": "1.90",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.90", "version": "1.90",
"webui": "http://[HOST]:[PORT:80]" "webui": "http://[HOST]:[PORT:80]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "scan, index and archive all your physical documents", "description": "scan, index and archive all your physical documents",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -39,7 +44,12 @@
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"map": ["config:rw", "share:rw", "media:rw", "config:rw"], "map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"name": "Paperless NG", "name": "Paperless NG",
"options": { "options": {
"CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml", "CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml",
@@ -52,7 +62,10 @@
"ports_description": { "ports_description": {
"8000/tcp": "web interface" "8000/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
"OCRLANG": "str?", "OCRLANG": "str?",
@@ -67,7 +80,6 @@
"slug": "paperless_ng", "slug": "paperless_ng",
"upstream": "1.5.0", "upstream": "1.5.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.5.0-8", "version": "1.5.0-8",
"webui": "http://[HOST]:[PORT:8000]" "webui": "http://[HOST]:[PORT:8000]"
} }

View File

@@ -1,9 +1,19 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Open source document management system (DMS)", "description": "Open source document management system (DMS)",
"environment": {}, "environment": {},
"map": ["share:rw", "media:rw", "ssl", "config:rw"], "map": [
"share:rw",
"media:rw",
"ssl",
"config:rw"
],
"name": "Papermerge", "name": "Papermerge",
"options": { "options": {
"CONFIG_LOCATION": "/config/addons_config/papermerge", "CONFIG_LOCATION": "/config/addons_config/papermerge",
@@ -19,7 +29,10 @@
"ports_description": { "ports_description": {
"8000/tcp": "Web UI port (required)" "8000/tcp": "Web UI port (required)"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
"PGID": "int", "PGID": "int",
@@ -39,7 +52,6 @@
"slug": "papermerge", "slug": "papermerge",
"upstream": "v2.0.1-ls40", "upstream": "v2.0.1-ls40",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "v2.0.1-ls40", "version": "v2.0.1-ls40",
"webui": "http://[HOST]:[PORT:8000]" "webui": "http://[HOST]:[PORT:8000]"
} }

View File

@@ -1,6 +1,10 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64"], "arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"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",
@@ -39,7 +43,11 @@
"working_dir": "/data/photoprism" "working_dir": "/data/photoprism"
}, },
"homeassistant": "0.92.0b2", "homeassistant": "0.92.0b2",
"map": ["media:rw", "share:rw", "config:rw"], "map": [
"media:rw",
"share:rw",
"config:rw"
],
"name": "Photoprism", "name": "Photoprism",
"options": { "options": {
"BACKUP_PATH": "/share/photoprism/backup", "BACKUP_PATH": "/share/photoprism/backup",
@@ -59,7 +67,10 @@
"ports_description": { "ports_description": {
"2342/tcp": "Web interface" "2342/tcp": "Web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"BACKUP_PATH": "str", "BACKUP_PATH": "str",
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
@@ -73,11 +84,12 @@
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?" "networkdisks": "str?"
}, },
"services": ["mysql:want"], "services": [
"mysql:want"
],
"slug": "photoprism", "slug": "photoprism",
"upstream": "220302-impish", "upstream": "220302-impish",
"url": "https://github.com/alexbelgium/hassio-addons-test", "url": "https://github.com/alexbelgium/hassio-addons-test",
"codenotary": "alexandrep.github@gmail.com",
"version": "220302-impish", "version": "220302-impish",
"webui": "http://[HOST]:[PORT:2342]" "webui": "http://[HOST]:[PORT:2342]"
} }

View File

@@ -1,6 +1,11 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Piwigo is a photo gallery software for the web", "description": "Piwigo is a photo gallery software for the web",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -37,7 +42,11 @@
"environment": { "environment": {
"PWG_LOCAL_DIR": "/data" "PWG_LOCAL_DIR": "/data"
}, },
"map": ["media:rw", "share:rw", "ssl"], "map": [
"media:rw",
"share:rw",
"ssl"
],
"name": "Piwigo", "name": "Piwigo",
"options": { "options": {
"PGID": 1000, "PGID": 1000,
@@ -49,7 +58,10 @@
"ports_description": { "ports_description": {
"80/tcp": "Web UI port" "80/tcp": "Web UI port"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -64,7 +76,6 @@
"startup": "services", "startup": "services",
"upstream": "12.2.0", "upstream": "12.2.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "12.2.0", "version": "12.2.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]" "webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.", "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
"devices": [ "devices": [
"/dev/dri", "/dev/dri",
@@ -52,7 +57,11 @@
"version": "docker" "version": "docker"
}, },
"host_network": true, "host_network": true,
"map": ["share:rw", "media:rw", "ssl"], "map": [
"share:rw",
"media:rw",
"ssl"
],
"name": "Plex NAS", "name": "Plex NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -88,7 +97,10 @@
"33443/tcp": "WebTools", "33443/tcp": "WebTools",
"8324/tcp": "Plex for Roku via Plex Companion" "8324/tcp": "Plex for Roku via Plex Companion"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -105,7 +117,6 @@
"startup": "services", "startup": "services",
"upstream": "1.25.7.5604-980a13e02-ls106", "upstream": "1.25.7.5604-980a13e02-ls106",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.25.7.5604-980a13e02-ls106", "version": "1.25.7.5604-980a13e02-ls106",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:32400]/web" "webui": "http://[HOST]:[PORT:32400]/web"

View File

@@ -1,19 +1,29 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections", "description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections",
"devices": [], "devices": [],
"environment": {}, "environment": {},
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}", "image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
"map": ["config:rw"], "map": [
"config:rw"
],
"name": "Plex meta manager", "name": "Plex meta manager",
"options": { "options": {
"PGID": 1000, "PGID": 1000,
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml", "PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml",
"PUID": 1000 "PUID": 1000
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PMM_CONFIG": "str", "PMM_CONFIG": "str",
@@ -27,6 +37,5 @@
"slug": "plex-meta-manager", "slug": "plex-meta-manager",
"upstream": "v1.16.2-ls7", "upstream": "v1.16.2-ls7",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
"codenotary": "alexandrep.github@gmail.com",
"version": "v1.16.2-ls7" "version": "v1.16.2-ls7"
} }

View File

@@ -1,7 +1,14 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"backup_exclude": ["backups", "docker_config/cli-plugins"], "aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"backups",
"docker_config/cli-plugins"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Manage your Docker environment with ease", "description": "Manage your Docker environment with ease",
"docker_api": true, "docker_api": true,
"hassio_api": true, "hassio_api": true,
@@ -9,7 +16,10 @@
"ingress_port": 1337, "ingress_port": 1337,
"ingress_stream": true, "ingress_stream": true,
"init": false, "init": false,
"map": ["share:rw", "ssl"], "map": [
"share:rw",
"ssl"
],
"name": "Portainer", "name": "Portainer",
"options": { "options": {
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
@@ -36,7 +46,6 @@
"startup": "services", "startup": "services",
"upstream": "2.11.1", "upstream": "2.11.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.11.1-2", "version": "2.11.1-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
} }

View File

@@ -1,13 +1,23 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"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": {
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Prowlarr NAS", "name": "Prowlarr NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -22,7 +32,10 @@
"ports_description": { "ports_description": {
"9696/tcp": "web interface" "9696/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -36,7 +49,6 @@
"startup": "services", "startup": "services",
"upstream": "nightly-0.2.0.1600-ls298", "upstream": "nightly-0.2.0.1600-ls298",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "nightly-0.2.0.1600-ls298", "version": "nightly-0.2.0.1600-ls298",
"webui": "http://[HOST]:[PORT:9696]" "webui": "http://[HOST]:[PORT:9696]"
} }

View File

@@ -1,6 +1,11 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "qBittorrent is a bittorrent client", "description": "qBittorrent is a bittorrent client",
"devices": [ "devices": [
"/dev/net/tun", "/dev/net/tun",
@@ -45,7 +50,12 @@
"homeassistant_api": true, "homeassistant_api": true,
"ingress": true, "ingress": true,
"ingress_port": 8099, "ingress_port": 8099,
"map": ["media:rw", "config:rw", "share:rw", "ssl"], "map": [
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"name": "Qbittorrent", "name": "Qbittorrent",
"options": { "options": {
"DNS_server": "8.8.8.8,1.1.1.1", "DNS_server": "8.8.8.8,1.1.1.1",
@@ -70,7 +80,11 @@
"6881/udp": "Peer port", "6881/udp": "Peer port",
"8080/tcp": "Web UI port (nor required for Ingress)" "8080/tcp": "Web UI port (nor required for Ingress)"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": { "schema": {
"DNS_server": "str?", "DNS_server": "str?",
"PGID": "int?", "PGID": "int?",
@@ -98,7 +112,6 @@
"slug": "qbittorrent", "slug": "qbittorrent",
"upstream": "release-4.4.1-ls173", "upstream": "release-4.4.1-ls173",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "release-4.4.1-ls173-9", "version": "release-4.4.1-ls173-9",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "A fork of Sonarr to work with movies like Couchpotato", "description": "A fork of Sonarr to work with movies like Couchpotato",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -39,7 +44,12 @@
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Radarr NAS", "name": "Radarr NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -54,7 +64,10 @@
"ports_description": { "ports_description": {
"7878/tcp": "web interface" "7878/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -69,7 +82,6 @@
"startup": "services", "startup": "services",
"upstream": "4.0.5.5981", "upstream": "4.0.5.5981",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.0.5.5981", "version": "4.0.5.5981",
"webui": "http://[HOST]:[PORT:7878]" "webui": "http://[HOST]:[PORT:7878]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Book Manager and Automation", "description": "Book Manager and Automation",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -39,7 +44,12 @@
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"map": ["config:rw", "share:rw", "media:rw", "config:rw"], "map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"name": "Readarr NAS", "name": "Readarr NAS",
"options": { "options": {
"CONFIG_LOCATION": "/config/readarr", "CONFIG_LOCATION": "/config/readarr",
@@ -52,7 +62,10 @@
"ports_description": { "ports_description": {
"8787/tcp": "web interface" "8787/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
"PGID": "int", "PGID": "int",
@@ -67,7 +80,6 @@
"startup": "services", "startup": "services",
"upstream": "nightly-0.1.1.1281-ls103", "upstream": "nightly-0.1.1.1281-ls103",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
"codenotary": "alexandrep.github@gmail.com",
"version": "nightly-0.1.1.1281-ls103", "version": "nightly-0.1.1.1281-ls103",
"webui": "http://[HOST]:[PORT:8787]" "webui": "http://[HOST]:[PORT:8787]"
} }

View File

@@ -1,6 +1,11 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat", "description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
"environment": { "environment": {
"PGID": "0", "PGID": "0",
@@ -18,7 +23,10 @@
"ports_description": { "ports_description": {
"4545/tcp": "web interface" "4545/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -27,7 +35,6 @@
"slug": "requestrr", "slug": "requestrr",
"upstream": "2.1.1", "upstream": "2.1.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.1.1", "version": "2.1.1",
"webui": "http://[HOST]:[PORT:4545]" "webui": "http://[HOST]:[PORT:4545]"
} }

View File

@@ -5,6 +5,7 @@
"armv7" "armv7"
], ],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted file share and collaboration platform on the web", "description": "Self-hosted file share and collaboration platform on the web",
"devices": [ "devices": [
"/dev/net/tun", "/dev/net/tun",
@@ -75,7 +76,6 @@
"slug": "resiliosync", "slug": "resiliosync",
"upstream": "2.7.3.1381", "upstream": "2.7.3.1381",
"url": "https://github.com/tyjtyj/hassio-addons", "url": "https://github.com/tyjtyj/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.7.3.1381", "version": "2.7.3.1381",
"webui": "http://[HOST]:[PORT:8888]" "webui": "http://[HOST]:[PORT:8888]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": "true", "apparmor": "true",
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring", "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -62,7 +67,11 @@
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"
}, },
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -77,6 +86,5 @@
"udev": "true", "udev": "true",
"upstream": "0.3.13", "upstream": "0.3.13",
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.3.13-7" "version": "0.3.13-7"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": "true", "apparmor": "true",
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)", "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
"environment": { "environment": {
"SCRUTINY_API_ENDPOINT": "http://localhost:8080", "SCRUTINY_API_ENDPOINT": "http://localhost:8080",
@@ -28,7 +33,11 @@
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"
}, },
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -42,6 +51,5 @@
"startup": "services", "startup": "services",
"upstream": "0.3.13", "upstream": "0.3.13",
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.3.13-16" "version": "0.3.13-16"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ", "description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -39,7 +44,12 @@
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Sonarr NAS", "name": "Sonarr NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -54,7 +64,10 @@
"ports_description": { "ports_description": {
"8989/tcp": "web interface" "8989/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -69,7 +82,6 @@
"startup": "services", "startup": "services",
"upstream": "3.0.7.1477", "upstream": "3.0.7.1477",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
"codenotary": "alexandrep.github@gmail.com",
"version": "3.0.7.1477", "version": "3.0.7.1477",
"webui": "http://[HOST]:[PORT:8989]" "webui": "http://[HOST]:[PORT:8989]"
} }

View File

@@ -1,12 +1,21 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Spotweb is a decentralized usenet community based on the Spotnet protocol", "description": "Spotweb is a decentralized usenet community based on the Spotnet protocol",
"hassio_api": true, "hassio_api": true,
"image": "ghcr.io/alexbelgium/spotweb-{arch}", "image": "ghcr.io/alexbelgium/spotweb-{arch}",
"ingress": true, "ingress": true,
"ingress_port": 8099, "ingress_port": 8099,
"init": false, "init": false,
"map": ["ssl", "config:rw", "backup:rw"], "map": [
"ssl",
"config:rw",
"backup:rw"
],
"name": "Spotweb", "name": "Spotweb",
"options": { "options": {
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
@@ -32,11 +41,12 @@
"remote_mysql_username": "str?", "remote_mysql_username": "str?",
"ssl": "bool" "ssl": "bool"
}, },
"services": ["mysql:want"], "services": [
"mysql:want"
],
"slug": "spotweb", "slug": "spotweb",
"startup": "services", "startup": "services",
"upstream": "1.5.1", "upstream": "1.5.1",
"url": "https://github.com/alexbelgium/hassio-addons/spotweb", "url": "https://github.com/alexbelgium/hassio-addons/spotweb",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.5.1-6" "version": "1.5.1-6"
} }

View File

@@ -1,13 +1,20 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "recipe manager", "description": "recipe manager",
"environment": { "environment": {
"DB_ENGINE": "django.db.backends.sqlite3", "DB_ENGINE": "django.db.backends.sqlite3",
"DEBUG": "0", "DEBUG": "0",
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db" "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
}, },
"map": ["config:rw"], "map": [
"config:rw"
],
"name": "Tandoor recipes", "name": "Tandoor recipes",
"options": { "options": {
"ALLOWED_HOSTS": "", "ALLOWED_HOSTS": "",
@@ -30,11 +37,12 @@
"POSTGRES_USER": "str?", "POSTGRES_USER": "str?",
"SECRET_KEY": "str" "SECRET_KEY": "str"
}, },
"services": ["mysql:want"], "services": [
"mysql:want"
],
"slug": "tandoor_recipes", "slug": "tandoor_recipes",
"upstream": "1.1.4", "upstream": "1.1.4",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.1.4", "version": "1.1.4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,5 +1,10 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "voice communication for online gaming, education and training", "description": "voice communication for online gaming, education and training",
"environment": { "environment": {
"DIST_UPDATE": "1", "DIST_UPDATE": "1",
@@ -9,7 +14,9 @@
"TS3SERVER_LICENSE": "accept", "TS3SERVER_LICENSE": "accept",
"TS_UPDATE": "1" "TS_UPDATE": "1"
}, },
"map": ["share:rw"], "map": [
"share:rw"
],
"name": "Teamspeak server", "name": "Teamspeak server",
"ports": { "ports": {
"10011/tcp": "10011", "10011/tcp": "10011",
@@ -26,6 +33,5 @@
"slug": "teamspeak", "slug": "teamspeak",
"upstream": "3.13.6", "upstream": "3.13.6",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "3.13.6" "version": "3.13.6"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Bittorrent client based on linuxserver image", "description": "Bittorrent client based on linuxserver image",
"devices": [ "devices": [
"/dev/net/tun", "/dev/net/tun",
@@ -37,7 +42,12 @@
"/dev/nvme2" "/dev/nvme2"
], ],
"environment": {}, "environment": {},
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Transmission NAS", "name": "Transmission NAS",
"options": { "options": {
"DNS_server": "8.8.8.8,1.1.1.1", "DNS_server": "8.8.8.8,1.1.1.1",
@@ -57,7 +67,10 @@
"51413/udp": "Peer port (setup router port forwarding to this port)", "51413/udp": "Peer port (setup router port forwarding to this port)",
"9091/tcp": "Web UI port (required)" "9091/tcp": "Web UI port (required)"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"DNS_server": "str?", "DNS_server": "str?",
"PGID": "int", "PGID": "int",
@@ -79,7 +92,6 @@
"startup": "services", "startup": "services",
"upstream": "3.00-r5-ls116", "upstream": "3.00-r5-ls116",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "3.00-r5-ls116", "version": "3.00-r5-ls116",
"webui": "http://[HOST]:[PORT:9091]" "webui": "http://[HOST]:[PORT:9091]"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks", "description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -36,7 +41,12 @@
"/dev/nvme2" "/dev/nvme2"
], ],
"environment": {}, "environment": {},
"map": ["media:rw", "config:rw", "share:rw", "ssl"], "map": [
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"name": "Ubooquity", "name": "Ubooquity",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -55,7 +65,10 @@
"2205/tcp": "Library page (to expose)", "2205/tcp": "Library page (to expose)",
"2206/tcp": "Admin page (local)" "2206/tcp": "Admin page (local)"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -75,7 +88,6 @@
"startup": "services", "startup": "services",
"upstream": "2.1.2", "upstream": "2.1.2",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.1.2-8", "version": "2.1.2-8",
"webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin" "webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin"
} }

View File

@@ -1,7 +1,12 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Full linux desktop environment accessible via any modern web browser", "description": "Full linux desktop environment accessible via any modern web browser",
"devices": [ "devices": [
"/dev/fuse", "/dev/fuse",
@@ -60,7 +65,11 @@
"host_dbus": true, "host_dbus": true,
"image": "ghcr.io/alexbelgium/webtop-kde-{arch}", "image": "ghcr.io/alexbelgium/webtop-kde-{arch}",
"ingress": true, "ingress": true,
"map": ["media:rw", "share:rw", "ssl"], "map": [
"media:rw",
"share:rw",
"ssl"
],
"name": "Webtop Alpine KDE", "name": "Webtop Alpine KDE",
"options": { "options": {
"DNS_server": "8.8.8.8", "DNS_server": "8.8.8.8",
@@ -76,7 +85,11 @@
"ports_description": { "ports_description": {
"3000/tcp": "web interface" "3000/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": { "schema": {
"DNS_server": "str?", "DNS_server": "str?",
"KEYBOARD": "list(da-dk-qwerty|de-de-qwertz|en-gb-qwerty|en-us-qwerty|es-es-qwerty|fr-ch-qwertz|fr-fr-azerty|it-it-qwerty|ja-jp-qwerty|pt-br-qwerty|sv-se-qwerty|tr-tr-qwerty)?", "KEYBOARD": "list(da-dk-qwerty|de-de-qwertz|en-gb-qwerty|en-us-qwerty|es-es-qwerty|fr-ch-qwertz|fr-fr-azerty|it-it-qwerty|ja-jp-qwerty|pt-br-qwerty|sv-se-qwerty|tr-tr-qwerty)?",
@@ -98,7 +111,6 @@
"udev": true, "udev": true,
"upstream": "4.16-r0-ls48", "upstream": "4.16-r0-ls48",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.16-r0-ls48", "version": "4.16-r0-ls48",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:3000]" "webui": "http://[HOST]:[PORT:3000]"

View File

@@ -1,6 +1,11 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "web's leading on-line collaborative genealogy application", "description": "web's leading on-line collaborative genealogy application",
"devices": [ "devices": [
"/dev/mmcblk0p8", "/dev/mmcblk0p8",
@@ -51,7 +56,11 @@
"WT_PASS": "mybadpassword", "WT_PASS": "mybadpassword",
"WT_USER": "admin" "WT_USER": "admin"
}, },
"map": ["config:rw", "share:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Webtrees", "name": "Webtrees",
"options": { "options": {
"BASE_URL": "http://192.168.178.23", "BASE_URL": "http://192.168.178.23",
@@ -66,7 +75,10 @@
"443/tcp": "Https web interface", "443/tcp": "Https web interface",
"80/tcp": "Web interface" "80/tcp": "Web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"BASE_URL": "url", "BASE_URL": "url",
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
@@ -76,12 +88,13 @@
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?" "networkdisks": "str?"
}, },
"services": ["mysql:want"], "services": [
"mysql:want"
],
"slug": "webtrees", "slug": "webtrees",
"startup": "services", "startup": "services",
"upstream": "2.1.0-beta.1", "upstream": "2.1.0-beta.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.1.0-beta.1", "version": "2.1.0-beta.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]" "webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
} }

View File

@@ -1,11 +1,18 @@
{ {
"arch": ["amd64", "aarch64"], "arch": [
"amd64",
"aarch64"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "manage your personal workouts, weight and diet plans", "description": "manage your personal workouts, weight and diet plans",
"environment": { "environment": {
"DJANGO_DB_DATABASE": "/data/database.sqlite" "DJANGO_DB_DATABASE": "/data/database.sqlite"
}, },
"map": ["share:rw", "ssl:ro"], "map": [
"share:rw",
"ssl:ro"
],
"name": "Wger", "name": "Wger",
"options": {}, "options": {},
"ports": { "ports": {
@@ -19,7 +26,6 @@
"startup": "services", "startup": "services",
"upstream": "1.9", "upstream": "1.9",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.9-2", "version": "1.9-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
} }

View File

@@ -1,11 +1,18 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine", "description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
"devices": [], "devices": [],
"environment": {}, "environment": {},
"map": ["config:rw"], "map": [
"config:rw"
],
"name": "Whoogle Search", "name": "Whoogle Search",
"options": { "options": {
"TZ": "Europe/Amsterdam", "TZ": "Europe/Amsterdam",
@@ -54,7 +61,6 @@
"slug": "whoogle-search", "slug": "whoogle-search",
"upstream": "0.7.1", "upstream": "0.7.1",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.7.1-2", "version": "0.7.1-2",
"webui": "http://[HOST]:[PORT:5000]" "webui": "http://[HOST]:[PORT:5000]"
} }

View File

@@ -1,8 +1,16 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "M3U Proxy for Plex DVR and Emby Live TV", "description": "M3U Proxy for Plex DVR and Emby Live TV",
"environment": {}, "environment": {},
"map": ["config:rw", "share:rw"], "map": [
"config:rw",
"share:rw"
],
"name": "Xteve", "name": "Xteve",
"options": {}, "options": {},
"ports": { "ports": {
@@ -15,7 +23,6 @@
"slug": "xteve", "slug": "xteve",
"upstream": "2.2.0.200", "upstream": "2.2.0.200",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.2.0.200", "version": "2.2.0.200",
"webui": "http://[HOST]:[PORT:34400]/web" "webui": "http://[HOST]:[PORT:34400]/web"
} }

View File

@@ -1,10 +1,20 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "A full-featured, open source, state-of-the-art video surveillance software system", "description": "A full-featured, open source, state-of-the-art video surveillance software system",
"image": "ghcr.io/alexbelgium/zoneminder-{arch}", "image": "ghcr.io/alexbelgium/zoneminder-{arch}",
"map": ["config:rw", "media:rw", "share:rw", "ssl"], "map": [
"config:rw",
"media:rw",
"share:rw",
"ssl"
],
"name": "Zoneminder", "name": "Zoneminder",
"ports": { "ports": {
"80/tcp": 3778 "80/tcp": 3778
@@ -12,11 +22,12 @@
"ports_description": { "ports_description": {
"80/tcp": "web interface" "80/tcp": "web interface"
}, },
"services": ["mysql:want"], "services": [
"mysql:want"
],
"slug": "zoneminder", "slug": "zoneminder",
"upstream": "1.36.12", "upstream": "1.36.12",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.36.12", "version": "1.36.12",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm" "webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
} }