mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Sorted json
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "manual",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Automatic addons update by aligning version tag with upstream releases",
|
||||
"environment": {
|
||||
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
|
||||
@@ -47,6 +52,5 @@
|
||||
"slug": "updater",
|
||||
"startup": "once",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.1"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "block internet connection for local network devices",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
@@ -17,7 +22,10 @@
|
||||
"ports_description": {
|
||||
"7022/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"INTERFACE_NAME": "str?",
|
||||
"ROUTER_IP": "str"
|
||||
@@ -25,7 +33,6 @@
|
||||
"slug": "arpspoof",
|
||||
"upstream": "1.0.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpsoof",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.0.0",
|
||||
"webui": "http://[HOST]:[PORT:7022]"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,17 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"**/Backups/*",
|
||||
"**/logs/*",
|
||||
"**/MediaCover/*"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Companion application to Sonarr and Radarr to download subtitles",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -41,7 +50,12 @@
|
||||
"PUID": "0"
|
||||
},
|
||||
"ingress": false,
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Bazarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -53,7 +67,10 @@
|
||||
"ports_description": {
|
||||
"6767/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -66,7 +83,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "1.0.3",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.0.3",
|
||||
"webui": "http://[HOST]:[PORT:6767]"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Open source password management solution",
|
||||
"init": false,
|
||||
"map": ["ssl"],
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"name": "Vaultwarden (Bitwarden)",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -28,7 +34,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "1.24.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.24.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "platform for accessing the audibooks you own wherever you are",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +44,10 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["share:rw", "media:rw"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"name": "Booksonic-air",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -54,7 +62,10 @@
|
||||
"ports_description": {
|
||||
"4040/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -67,7 +78,6 @@
|
||||
"slug": "booksonic-air_nas",
|
||||
"upstream": "v2201.1.0-ls49",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "v2201.1.0-ls49",
|
||||
"webui": "http://[HOST]:[PORT:4040]"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"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",
|
||||
"devices": [
|
||||
"/dev/mmcblk0p8",
|
||||
@@ -56,7 +61,10 @@
|
||||
"ports_description": {
|
||||
"8000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"CUSTOM_OPTIONS": "str?",
|
||||
"DROPBOX_TOKEN": "str?",
|
||||
@@ -69,7 +77,6 @@
|
||||
"slug": "cloudcommander",
|
||||
"upstream": "16.0.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "16.0.0",
|
||||
"webui": "http://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -36,7 +41,13 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"backup:rw",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "VS code",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -45,7 +56,10 @@
|
||||
"ports": {
|
||||
"8443/tcp": 8443
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -59,7 +73,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "4.2.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.2.0",
|
||||
"webui": "http://[HOST]:[PORT:8443]"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Free and Open, Distributed, RESTful Search Engine",
|
||||
"environment": {
|
||||
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
|
||||
@@ -8,7 +12,9 @@
|
||||
"discovery.type": "single-node"
|
||||
},
|
||||
"host_network": true,
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Elasticsearch server",
|
||||
"options": {},
|
||||
"ports": {
|
||||
@@ -23,6 +29,5 @@
|
||||
"slug": "elasticsearch",
|
||||
"upstream": "7.14.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "7.14.2"
|
||||
}
|
||||
|
||||
@@ -1,14 +1,18 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"*/cache/",
|
||||
"*/logs/",
|
||||
"*/transcoding-temp/",
|
||||
"*/metadata/"
|
||||
],
|
||||
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
||||
"devices": [
|
||||
"/dev/dri",
|
||||
@@ -56,7 +60,12 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"host_network": true,
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"name": "Emby NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -75,7 +84,10 @@
|
||||
"8096/tcp": "web interface",
|
||||
"8920/tcp": "https web interface (optional)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -92,7 +104,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "4.7.0.32",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.7.0.32",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:8096]"
|
||||
|
||||
@@ -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)",
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Enedisgateway2mqtt",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml",
|
||||
@@ -15,10 +22,11 @@
|
||||
"mqtt_autodiscover": "bool",
|
||||
"verbose": "bool"
|
||||
},
|
||||
"services": ["mqtt:want"],
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"slug": "enedisgateway2mqtt",
|
||||
"upstream": "0.7.7",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.7.7-3"
|
||||
}
|
||||
|
||||
@@ -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)",
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Enedisgateway2mqtt Dev",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/enedisgateway2mqtt_dev/config.yaml",
|
||||
@@ -14,6 +21,5 @@
|
||||
"slug": "enedisgateway2mqtt_dev",
|
||||
"upstream": "0.7.8-dev",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.7.8-dev"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"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",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -64,7 +69,10 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"NoAuth": "bool",
|
||||
"base_folder": "str?",
|
||||
@@ -81,7 +89,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "2.21.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.21.1-2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A free and open source personal finance manager",
|
||||
"devices": [],
|
||||
"environment": {
|
||||
"TRUSTED_PROXIES": "**"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Firefly iii",
|
||||
"options": {
|
||||
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
|
||||
@@ -33,11 +42,12 @@
|
||||
"Updates": "list(|hourly|daily|weekly)?",
|
||||
"silent": "bool?"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "fireflyiii",
|
||||
"upstream": "5.6.16",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "5.6.16",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Data importer for Firefly III (separate addon)",
|
||||
"devices": [],
|
||||
"environment": {
|
||||
"TRUSTED_PROXIES": "**"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Firefly iii Data Importer",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml"
|
||||
@@ -33,7 +42,6 @@
|
||||
"slug": "fireflyiii_data_importer",
|
||||
"upstream": "version-0.9.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "version-0.9.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,14 +1,21 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["amd64"],
|
||||
"arch": [
|
||||
"amd64"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Import financial transactions from you FinTS enabled bank into Firefly III",
|
||||
"devices": [],
|
||||
"environment": {
|
||||
"TRUSTED_PROXIES": "**"
|
||||
},
|
||||
"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",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_fints_importer/config.yaml"
|
||||
@@ -26,7 +33,6 @@
|
||||
"slug": "fireflyiii_fints_importer",
|
||||
"upstream": "1.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.1",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Proxy server to bypass Cloudflare protection ",
|
||||
"environment": {},
|
||||
"name": "FlareSolverr",
|
||||
@@ -15,7 +20,6 @@
|
||||
"slug": "flaresolverr",
|
||||
"upstream": "2.2.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.2.2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8191]"
|
||||
}
|
||||
|
||||
@@ -1,12 +1,20 @@
|
||||
{
|
||||
"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",
|
||||
"environment": {
|
||||
"FG_PLUGINS": "",
|
||||
"FG_WEBUI_PASSWD": ""
|
||||
},
|
||||
"map": ["share:rw", "config:rw"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Flexget",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -28,7 +36,6 @@
|
||||
"slug": "flexget",
|
||||
"upstream": "3.3.3",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "3.3.3",
|
||||
"webui": "http://[HOST]:[PORT:5050]"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
"map": ["config:rw", "share:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"name": "gazpar2mqtt",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
|
||||
@@ -15,10 +23,11 @@
|
||||
"mqtt_autodiscover": "bool",
|
||||
"verbose": "bool"
|
||||
},
|
||||
"services": ["mqtt:want"],
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"slug": "gazpar2mqtt",
|
||||
"upstream": "0.8.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.8.1-10"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,19 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Fast, Simple, and Flexible, file-based Web-platform",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
"map": ["share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Grav web server",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
@@ -25,7 +34,6 @@
|
||||
"slug": "grav",
|
||||
"upstream": "1.7.31",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.7.31",
|
||||
"webui": "http://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
@@ -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)",
|
||||
"environment": {},
|
||||
"host_network": true,
|
||||
"map": ["ssl"],
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"name": "Inadyn",
|
||||
"options": {
|
||||
"providers": [
|
||||
@@ -49,6 +56,5 @@
|
||||
"slug": "inadyn",
|
||||
"upstream": "2.9.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.9.1-6"
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"armv7"
|
||||
],
|
||||
"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",
|
||||
"environment": {
|
||||
"PGID": "0",
|
||||
@@ -45,7 +46,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.20.754",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.20.754",
|
||||
"webui": "http://[HOST]:[PORT:9117]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
||||
"devices": [
|
||||
"/dev/dri",
|
||||
@@ -52,7 +57,12 @@
|
||||
"host_network": true,
|
||||
"ingress": true,
|
||||
"ingress_stream": true,
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Jellyfin NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -72,7 +82,11 @@
|
||||
"8096/tcp": "web interface",
|
||||
"8920/tcp": "https web interface (optional)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -89,7 +103,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "10.7.7-1-ls155",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "10.7.7-1-ls155-ingress2",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:8096]"
|
||||
|
||||
@@ -1,13 +1,20 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "An open source command line RatioMaster with WebUI",
|
||||
"environment": {},
|
||||
"hassio_api": true,
|
||||
"host_network": false,
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Joal",
|
||||
"options": {
|
||||
"run_duration": "12h",
|
||||
@@ -33,7 +40,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "2.1.29",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,19 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Self-hosted open source note-taking application",
|
||||
"environment": {
|
||||
"APP_PORT": "22300"
|
||||
},
|
||||
"map": ["config:rw", "share:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"name": "Joplin Server",
|
||||
"options": {
|
||||
"APP_BASE_URL": "http://your_domain:port",
|
||||
@@ -38,7 +46,6 @@
|
||||
"slug": "joplin",
|
||||
"upstream": "2.7.4",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.7.4-8",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Music collection manager for Usenet and BitTorrent users",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +44,12 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Lidarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -54,7 +64,10 @@
|
||||
"ports_description": {
|
||||
"8686/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -68,7 +81,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.8.1.2135-ls76",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.8.1.2135-ls76",
|
||||
"webui": "http://[HOST]:[PORT:8686]"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
||||
"environment": {
|
||||
"APP_PORT": "9925",
|
||||
@@ -8,7 +13,10 @@
|
||||
},
|
||||
"ingress": false,
|
||||
"ingress_port": 8099,
|
||||
"map": ["share:rw", "ssl:rw"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"name": "Mealie",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -31,7 +39,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.5.6",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.5.6",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Automated comic book downloader for use with NZB and torrents",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +44,12 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Mylar3",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -51,7 +61,10 @@
|
||||
"ports_description": {
|
||||
"8090/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -64,7 +77,6 @@
|
||||
"slug": "mylar3",
|
||||
"upstream": "0.6.5.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.6.5.2",
|
||||
"webui": "http://[HOST]:[PORT:8090]"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "manual",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Nextcloud for Home Assistant",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -38,7 +43,11 @@
|
||||
"hassio_api": true,
|
||||
"ingress": false,
|
||||
"ingress_port": 0,
|
||||
"map": ["share:rw", "media:rw", "ssl:rw"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"name": "Nextcloud",
|
||||
"options": {
|
||||
"Full_Text_Search": false,
|
||||
@@ -58,7 +67,10 @@
|
||||
"443/tcp": 8099,
|
||||
"80/tcp": null
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"Full_Text_Search": "bool?",
|
||||
"OCR": "bool?",
|
||||
@@ -77,12 +89,13 @@
|
||||
"trusted_domains": "str?",
|
||||
"use_own_certs": "bool"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "nextcloud_ocr",
|
||||
"uart": true,
|
||||
"upstream": "23.0.3",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "23.0.3",
|
||||
"webui": "https://[HOST]:[PORT:443]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "usenet downloader",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +44,12 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Nzbget",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -51,7 +61,10 @@
|
||||
"ports_description": {
|
||||
"6789/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -64,7 +77,6 @@
|
||||
"slug": "nzbget",
|
||||
"upstream": "21.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "21.1",
|
||||
"webui": "http://[HOST]:[PORT:6789]"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Self-hosted Plex Request and user management system",
|
||||
"environment": {},
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Ombi",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -24,7 +31,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "4.10.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.10.2",
|
||||
"webui": "http://[HOST]:[PORT:3579]"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "An HTPC/Homelab services organizer that is written in PHP",
|
||||
"environment": {},
|
||||
"map": ["config:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Organizr",
|
||||
"options": {
|
||||
"PGID": "1000",
|
||||
@@ -23,7 +31,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "1.90",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.90",
|
||||
"webui": "http://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "scan, index and archive all your physical documents",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +44,12 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Paperless NG",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml",
|
||||
@@ -52,7 +62,10 @@
|
||||
"ports_description": {
|
||||
"8000/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"OCRLANG": "str?",
|
||||
@@ -67,7 +80,6 @@
|
||||
"slug": "paperless_ng",
|
||||
"upstream": "1.5.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.5.0-8",
|
||||
"webui": "http://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,19 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Open source document management system (DMS)",
|
||||
"environment": {},
|
||||
"map": ["share:rw", "media:rw", "ssl", "config:rw"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Papermerge",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/papermerge",
|
||||
@@ -19,7 +29,10 @@
|
||||
"ports_description": {
|
||||
"8000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"PGID": "int",
|
||||
@@ -39,7 +52,6 @@
|
||||
"slug": "papermerge",
|
||||
"upstream": "v2.0.1-ls40",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "v2.0.1-ls40",
|
||||
"webui": "http://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"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",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +43,11 @@
|
||||
"working_dir": "/data/photoprism"
|
||||
},
|
||||
"homeassistant": "0.92.0b2",
|
||||
"map": ["media:rw", "share:rw", "config:rw"],
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Photoprism",
|
||||
"options": {
|
||||
"BACKUP_PATH": "/share/photoprism/backup",
|
||||
@@ -59,7 +67,10 @@
|
||||
"ports_description": {
|
||||
"2342/tcp": "Web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"BACKUP_PATH": "str",
|
||||
"CONFIG_LOCATION": "str",
|
||||
@@ -73,11 +84,12 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "photoprism",
|
||||
"upstream": "220302-impish",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "220302-impish",
|
||||
"webui": "http://[HOST]:[PORT:2342]"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Piwigo is a photo gallery software for the web",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -37,7 +42,11 @@
|
||||
"environment": {
|
||||
"PWG_LOCAL_DIR": "/data"
|
||||
},
|
||||
"map": ["media:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Piwigo",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
@@ -49,7 +58,10 @@
|
||||
"ports_description": {
|
||||
"80/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -64,7 +76,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "12.2.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "12.2.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"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.",
|
||||
"devices": [
|
||||
"/dev/dri",
|
||||
@@ -52,7 +57,11 @@
|
||||
"version": "docker"
|
||||
},
|
||||
"host_network": true,
|
||||
"map": ["share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Plex NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -88,7 +97,10 @@
|
||||
"33443/tcp": "WebTools",
|
||||
"8324/tcp": "Plex for Roku via Plex Companion"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -105,7 +117,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "1.25.7.5604-980a13e02-ls106",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.25.7.5604-980a13e02-ls106",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:32400]/web"
|
||||
|
||||
@@ -1,19 +1,29 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"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",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Plex meta manager",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml",
|
||||
"PUID": 1000
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PMM_CONFIG": "str",
|
||||
@@ -27,6 +37,5 @@
|
||||
"slug": "plex-meta-manager",
|
||||
"upstream": "v1.16.2-ls7",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "v1.16.2-ls7"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup_exclude": ["backups", "docker_config/cli-plugins"],
|
||||
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"backups",
|
||||
"docker_config/cli-plugins"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Manage your Docker environment with ease",
|
||||
"docker_api": true,
|
||||
"hassio_api": true,
|
||||
@@ -9,7 +16,10 @@
|
||||
"ingress_port": 1337,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"map": ["share:rw", "ssl"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Portainer",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -36,7 +46,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "2.11.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.11.1-2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"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",
|
||||
"environment": {
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Prowlarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -22,7 +32,10 @@
|
||||
"ports_description": {
|
||||
"9696/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -36,7 +49,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "nightly-0.2.0.1600-ls298",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "nightly-0.2.0.1600-ls298",
|
||||
"webui": "http://[HOST]:[PORT:9696]"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "qBittorrent is a bittorrent client",
|
||||
"devices": [
|
||||
"/dev/net/tun",
|
||||
@@ -45,7 +50,12 @@
|
||||
"homeassistant_api": true,
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"media:rw",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Qbittorrent",
|
||||
"options": {
|
||||
"DNS_server": "8.8.8.8,1.1.1.1",
|
||||
@@ -70,7 +80,11 @@
|
||||
"6881/udp": "Peer port",
|
||||
"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": {
|
||||
"DNS_server": "str?",
|
||||
"PGID": "int?",
|
||||
@@ -98,7 +112,6 @@
|
||||
"slug": "qbittorrent",
|
||||
"upstream": "release-4.4.1-ls173",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "release-4.4.1-ls173-9",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A fork of Sonarr to work with movies like Couchpotato",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +44,12 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Radarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -54,7 +64,10 @@
|
||||
"ports_description": {
|
||||
"7878/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -69,7 +82,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "4.0.5.5981",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.0.5.5981",
|
||||
"webui": "http://[HOST]:[PORT:7878]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Book Manager and Automation",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +44,12 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Readarr NAS",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/readarr",
|
||||
@@ -52,7 +62,10 @@
|
||||
"ports_description": {
|
||||
"8787/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"PGID": "int",
|
||||
@@ -67,7 +80,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "nightly-0.1.1.1281-ls103",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "nightly-0.1.1.1281-ls103",
|
||||
"webui": "http://[HOST]:[PORT:8787]"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
|
||||
"environment": {
|
||||
"PGID": "0",
|
||||
@@ -18,7 +23,10 @@
|
||||
"ports_description": {
|
||||
"4545/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -27,7 +35,6 @@
|
||||
"slug": "requestrr",
|
||||
"upstream": "2.1.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.1.1",
|
||||
"webui": "http://[HOST]:[PORT:4545]"
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Self-hosted file share and collaboration platform on the web",
|
||||
"devices": [
|
||||
"/dev/net/tun",
|
||||
@@ -75,7 +76,6 @@
|
||||
"slug": "resiliosync",
|
||||
"upstream": "2.7.3.1381",
|
||||
"url": "https://github.com/tyjtyj/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.7.3.1381",
|
||||
"webui": "http://[HOST]:[PORT:8888]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": "true",
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -62,7 +67,11 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"SYS_RAWIO",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -77,6 +86,5 @@
|
||||
"udev": "true",
|
||||
"upstream": "0.3.13",
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.3.13-7"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": "true",
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
||||
"environment": {
|
||||
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
|
||||
@@ -28,7 +33,11 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"SYS_RAWIO",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -42,6 +51,5 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.3.13",
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.3.13-16"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"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. ",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +44,12 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Sonarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -54,7 +64,10 @@
|
||||
"ports_description": {
|
||||
"8989/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -69,7 +82,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "3.0.7.1477",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "3.0.7.1477",
|
||||
"webui": "http://[HOST]:[PORT:8989]"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
"hassio_api": true,
|
||||
"image": "ghcr.io/alexbelgium/spotweb-{arch}",
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"init": false,
|
||||
"map": ["ssl", "config:rw", "backup:rw"],
|
||||
"map": [
|
||||
"ssl",
|
||||
"config:rw",
|
||||
"backup:rw"
|
||||
],
|
||||
"name": "Spotweb",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -32,11 +41,12 @@
|
||||
"remote_mysql_username": "str?",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "spotweb",
|
||||
"startup": "services",
|
||||
"upstream": "1.5.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/spotweb",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.5.1-6"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,20 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "recipe manager",
|
||||
"environment": {
|
||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||
"DEBUG": "0",
|
||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
|
||||
},
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Tandoor recipes",
|
||||
"options": {
|
||||
"ALLOWED_HOSTS": "",
|
||||
@@ -30,11 +37,12 @@
|
||||
"POSTGRES_USER": "str?",
|
||||
"SECRET_KEY": "str"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "tandoor_recipes",
|
||||
"upstream": "1.1.4",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.1.4",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
"environment": {
|
||||
"DIST_UPDATE": "1",
|
||||
@@ -9,7 +14,9 @@
|
||||
"TS3SERVER_LICENSE": "accept",
|
||||
"TS_UPDATE": "1"
|
||||
},
|
||||
"map": ["share:rw"],
|
||||
"map": [
|
||||
"share:rw"
|
||||
],
|
||||
"name": "Teamspeak server",
|
||||
"ports": {
|
||||
"10011/tcp": "10011",
|
||||
@@ -26,6 +33,5 @@
|
||||
"slug": "teamspeak",
|
||||
"upstream": "3.13.6",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "3.13.6"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Bittorrent client based on linuxserver image",
|
||||
"devices": [
|
||||
"/dev/net/tun",
|
||||
@@ -37,7 +42,12 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Transmission NAS",
|
||||
"options": {
|
||||
"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)",
|
||||
"9091/tcp": "Web UI port (required)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"DNS_server": "str?",
|
||||
"PGID": "int",
|
||||
@@ -79,7 +92,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "3.00-r5-ls116",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "3.00-r5-ls116",
|
||||
"webui": "http://[HOST]:[PORT:9091]"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -36,7 +41,12 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"media:rw",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Ubooquity",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -55,7 +65,10 @@
|
||||
"2205/tcp": "Library page (to expose)",
|
||||
"2206/tcp": "Admin page (local)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -75,7 +88,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "2.1.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.1.2-8",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Full linux desktop environment accessible via any modern web browser",
|
||||
"devices": [
|
||||
"/dev/fuse",
|
||||
@@ -60,7 +65,11 @@
|
||||
"host_dbus": true,
|
||||
"image": "ghcr.io/alexbelgium/webtop-kde-{arch}",
|
||||
"ingress": true,
|
||||
"map": ["media:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Webtop Alpine KDE",
|
||||
"options": {
|
||||
"DNS_server": "8.8.8.8",
|
||||
@@ -76,7 +85,11 @@
|
||||
"ports_description": {
|
||||
"3000/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"schema": {
|
||||
"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)?",
|
||||
@@ -98,7 +111,6 @@
|
||||
"udev": true,
|
||||
"upstream": "4.16-r0-ls48",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.16-r0-ls48",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:3000]"
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "web's leading on-line collaborative genealogy application",
|
||||
"devices": [
|
||||
"/dev/mmcblk0p8",
|
||||
@@ -51,7 +56,11 @@
|
||||
"WT_PASS": "mybadpassword",
|
||||
"WT_USER": "admin"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Webtrees",
|
||||
"options": {
|
||||
"BASE_URL": "http://192.168.178.23",
|
||||
@@ -66,7 +75,10 @@
|
||||
"443/tcp": "Https web interface",
|
||||
"80/tcp": "Web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"BASE_URL": "url",
|
||||
"CONFIG_LOCATION": "str",
|
||||
@@ -76,12 +88,13 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "webtrees",
|
||||
"startup": "services",
|
||||
"upstream": "2.1.0-beta.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.1.0-beta.1",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,18 @@
|
||||
{
|
||||
"arch": ["amd64", "aarch64"],
|
||||
"arch": [
|
||||
"amd64",
|
||||
"aarch64"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "manage your personal workouts, weight and diet plans",
|
||||
"environment": {
|
||||
"DJANGO_DB_DATABASE": "/data/database.sqlite"
|
||||
},
|
||||
"map": ["share:rw", "ssl:ro"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl:ro"
|
||||
],
|
||||
"name": "Wger",
|
||||
"options": {},
|
||||
"ports": {
|
||||
@@ -19,7 +26,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "1.9",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.9-2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,18 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Whoogle Search",
|
||||
"options": {
|
||||
"TZ": "Europe/Amsterdam",
|
||||
@@ -54,7 +61,6 @@
|
||||
"slug": "whoogle-search",
|
||||
"upstream": "0.7.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.7.1-2",
|
||||
"webui": "http://[HOST]:[PORT:5000]"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
"environment": {},
|
||||
"map": ["config:rw", "share:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"name": "Xteve",
|
||||
"options": {},
|
||||
"ports": {
|
||||
@@ -15,7 +23,6 @@
|
||||
"slug": "xteve",
|
||||
"upstream": "2.2.0.200",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.2.0.200",
|
||||
"webui": "http://[HOST]:[PORT:34400]/web"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,20 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A full-featured, open source, state-of-the-art video surveillance software system",
|
||||
"image": "ghcr.io/alexbelgium/zoneminder-{arch}",
|
||||
"map": ["config:rw", "media:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Zoneminder",
|
||||
"ports": {
|
||||
"80/tcp": 3778
|
||||
@@ -12,11 +22,12 @@
|
||||
"ports_description": {
|
||||
"80/tcp": "web interface"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "zoneminder",
|
||||
"upstream": "1.36.12",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.36.12",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user