Lint config.json

This commit is contained in:
Alexandre
2022-04-27 20:43:46 +02:00
parent 7dda4fdbe3
commit 1db5dd4a1e
58 changed files with 55 additions and 187 deletions

View File

@@ -6,7 +6,6 @@
],
"boot": "manual",
"codenotary": "alexandrep.github@gmail.com",
"description": "Automatic addons update by aligning version tag with upstream releases",
"environment": {
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
},

View File

@@ -6,7 +6,6 @@
],
"codenotary": "alexandrep.github@gmail.com",
"description": "block internet connection for local network devices",
"environment": {},
"host_network": true,
"map": [],
"name": "Arpspoof",
@@ -31,4 +30,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpsoof",
"version": "1.0.0",
"webui": "http://[HOST]:[PORT:7022]"
}
}

View File

@@ -9,7 +9,6 @@
"**/logs/*",
"**/MediaCover/*"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Companion application to Sonarr and Radarr to download subtitles",
"devices": [
@@ -48,7 +47,6 @@
"PGID": "0",
"PUID": "0"
},
"ingress": false,
"map": [
"config:rw",
"share:rw",
@@ -80,8 +78,7 @@
},
"slug": "bazarr_nas",
"startup": "services",
"upstream": "1.0.3",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"version": "1.0.3",
"webui": "http://[HOST]:[PORT:6767]"
}
}

View File

@@ -31,7 +31,6 @@
},
"slug": "bitwarden",
"startup": "services",
"upstream": "1.24.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
"version": "1.24.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "platform for accessing the audibooks you own wherever you are",
"devices": [
@@ -75,8 +74,7 @@
"networkdisks": "str?"
},
"slug": "booksonic-air_nas",
"upstream": "v2201.1.0-ls54",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air",
"version": "v2201.1.0-ls54",
"webui": "http://[HOST]:[PORT:4040]"
}
}

View File

@@ -39,9 +39,7 @@
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {},
"ingress": true,
"ingress_port": 8099,
"ingress_stream": true,
"map": [
"ssl:rw",
@@ -52,7 +50,6 @@
"addons:rw"
],
"name": "Cloudcommander",
"options": {},
"panel_icon": "mdi:file-search",
"ports": {
"8000/tcp": 8000
@@ -74,8 +71,6 @@
"smbv1": "bool?"
},
"slug": "cloudcommander",
"upstream": "16.1.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
"version": "16.1.0",
"webui": "http://[HOST]:[PORT:8000]"
}
"version": "16.1.0"
}

View File

@@ -4,7 +4,6 @@
"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": [
@@ -39,7 +38,6 @@
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {},
"map": [
"backup:rw",
"config:rw",
@@ -55,6 +53,9 @@
"ports": {
"8443/tcp": 8443
},
"ports_description": {
"8443/tcp": "WebUI"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
@@ -70,8 +71,7 @@
},
"slug": "code-server",
"startup": "services",
"upstream": "4.3.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
"version": "4.3.0",
"webui": "http://[HOST]:[PORT:8443]"
}
}

View File

@@ -16,7 +16,6 @@
"config:rw"
],
"name": "Elasticsearch server",
"options": {},
"ports": {
"9200/tcp": 9200,
"9300/tcp": 9300
@@ -25,9 +24,7 @@
"9200/tcp": "API calls over HTTP",
"9300/tcp": "custom binary protoco"
},
"schema": {},
"slug": "elasticsearch",
"upstream": "7.14.2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch",
"version": "7.14.2"
}
}

View File

@@ -26,7 +26,6 @@
"mqtt:want"
],
"slug": "enedisgateway2mqtt",
"upstream": "0.7.7",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.7.7-3"
}

View File

@@ -22,7 +22,6 @@
"mqtt:want"
],
"slug": "enedisgateway2mqtt_dev",
"upstream": "0.8.0-dev",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.0-dev"
}

View File

@@ -44,7 +44,6 @@
"PUID": "0"
},
"ingress": true,
"ingress_port": 8099,
"ingress_stream": true,
"map": [
"media:rw",
@@ -86,8 +85,6 @@
},
"slug": "filebrowser",
"startup": "services",
"upstream": "2.21.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.21.1-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
"version": "2.21.1-2"
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "A free and open source personal finance manager",
"devices": [],
@@ -45,8 +44,7 @@
"mysql:want"
],
"slug": "fireflyiii",
"upstream": "5.7.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.7.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Data importer for Firefly III (separate addon)",
"devices": [],
@@ -39,8 +38,7 @@
"silent": "bool?"
},
"slug": "fireflyiii_data_importer",
"upstream": "version-0.9.8",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-0.9.8",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
}

View File

@@ -2,7 +2,6 @@
"arch": [
"amd64"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Import financial transactions from you FinTS enabled bank into Firefly III",
"devices": [],
@@ -16,7 +15,6 @@
"ssl"
],
"name": "Firefly iii FinTS Importer",
"options": {},
"ports": {
"8080/tcp": 3476
},
@@ -27,8 +25,7 @@
"silent": "bool?"
},
"slug": "fireflyiii_fints_importer",
"upstream": "1.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.2-6",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
}

View File

@@ -6,19 +6,15 @@
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Proxy server to bypass Cloudflare protection",
"environment": {},
"name": "FlareSolverr",
"options": {},
"ports": {
"8191/tcp": 8191
},
"ports_description": {
"8191/tcp": "Web interface"
},
"schema": {},
"slug": "flaresolverr",
"upstream": "2.2.4",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.2.4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8191]"
}
}

View File

@@ -33,7 +33,6 @@
"WebuiPass": "str?"
},
"slug": "flexget",
"upstream": "3.3.8",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.3.8",
"webui": "http://[HOST]:[PORT:5050]"

View File

@@ -27,7 +27,6 @@
"mqtt:want"
],
"slug": "gazpar2mqtt",
"upstream": "0.8.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.1-10"
}

View File

@@ -4,11 +4,9 @@
"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",
@@ -32,8 +30,7 @@
"TZ": "str?"
},
"slug": "grav",
"upstream": "1.7.33",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.33",
"webui": "http://[HOST]:[PORT:80]"
}
}

View File

@@ -6,7 +6,6 @@
],
"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"
@@ -54,7 +53,6 @@
"verify_address": "bool?"
},
"slug": "inadyn",
"upstream": "2.9.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.9.1-6"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"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": {
@@ -43,8 +42,7 @@
},
"slug": "jackett_nas",
"startup": "services",
"upstream": "0.20.970",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
"version": "0.20.970",
"webui": "http://[HOST]:[PORT:9117]"
}
}

View File

@@ -4,7 +4,6 @@
"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": [
@@ -101,9 +100,7 @@
},
"slug": "jellyfin",
"startup": "services",
"upstream": "10.7.7-1-ls157",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.7.7-1-ls157",
"video": true,
"webui": "http://[HOST]:[PORT:8096]"
}
"video": true
}

View File

@@ -4,14 +4,11 @@
"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"
],
@@ -38,8 +35,6 @@
},
"slug": "joal",
"startup": "services",
"upstream": "2.1.30",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.30",
"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"
}
"version": "2.1.30"
}

View File

@@ -43,7 +43,6 @@
"data_location": "str?"
},
"slug": "joplin",
"upstream": "2.7.4",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.7.4-8",
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Music collection manager for Usenet and BitTorrent users",
"devices": [
@@ -78,8 +77,7 @@
},
"slug": "lidarr_nas",
"startup": "services",
"upstream": "0.8.1.2135-ls79",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
"version": "0.8.1.2135-ls79",
"webui": "http://[HOST]:[PORT:8686]"
}
}

View File

@@ -4,15 +4,12 @@
"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",
"DB_ENGINE": "sqlite"
},
"ingress": false,
"ingress_port": 8099,
"map": [
"share:rw",
"ssl:rw"
@@ -37,8 +34,7 @@
},
"slug": "mealie",
"startup": "services",
"upstream": "0.5.6",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.5.6",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Automated comic book downloader for use with NZB and torrents",
"devices": [
@@ -74,8 +73,7 @@
"networkdisks": "str?"
},
"slug": "mylar3",
"upstream": "0.6.7",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.6.7",
"webui": "http://[HOST]:[PORT:8090]"
}
}

View File

@@ -39,9 +39,7 @@
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {},
"hassio_api": true,
"ingress": false,
"ingress_port": 0,
"map": [
"share:rw",
@@ -94,8 +92,7 @@
],
"slug": "nextcloud_ocr",
"uart": true,
"upstream": "23.0.4",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "23.0.4",
"webui": "https://[HOST]:[PORT:443]"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "usenet downloader",
"devices": [
@@ -74,8 +73,7 @@
"networkdisks": "str?"
},
"slug": "nzbget",
"upstream": "21.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "21.1",
"webui": "http://[HOST]:[PORT:6789]"
}
}

View File

@@ -44,7 +44,6 @@
"8843/tcp": "portal http"
},
"slug": "omada",
"upstream": "5.1-arm64",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.1-arm64",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8088]"

View File

@@ -4,10 +4,8 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted Plex Request and user management system",
"environment": {},
"map": [
"config:rw"
],
@@ -28,8 +26,7 @@
},
"slug": "ombi",
"startup": "services",
"upstream": "4.16.12",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
"version": "4.16.12",
"webui": "http://[HOST]:[PORT:3579]"
}
}

View File

@@ -4,10 +4,8 @@
"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"
@@ -29,8 +27,7 @@
},
"slug": "organizr",
"startup": "services",
"upstream": "1.90",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.90",
"webui": "http://[HOST]:[PORT:80]"
}
}

View File

@@ -34,7 +34,6 @@
"TZ": "str?"
},
"slug": "overseerr",
"upstream": "1.29.1",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/overseerr",
"version": "1.29.1",
"webui": "http://[HOST]:[PORT:5055]"

View File

@@ -6,7 +6,6 @@
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Open source document management system (DMS)",
"environment": {},
"map": [
"share:rw",
"media:rw",
@@ -49,8 +48,7 @@
"storage_dir": "str"
},
"slug": "papermerge",
"upstream": "v2.0.1-ls44",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.0.1-ls44",
"webui": "http://[HOST]:[PORT:8000]"
}
}

View File

@@ -87,7 +87,6 @@
"mysql:want"
],
"slug": "photoprism",
"upstream": "220302-impish",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "220302-impish",
"webui": "http://[HOST]:[PORT:2342]"

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Piwigo is a photo gallery software for the web",
"devices": [
@@ -74,8 +73,7 @@
"slug": "piwigo",
"stage": "experimental",
"startup": "services",
"upstream": "12.2.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "12.2.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
}

View File

@@ -4,7 +4,6 @@
"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": [
@@ -113,9 +112,8 @@
},
"slug": "plex_nas",
"startup": "services",
"upstream": "1.26.0.5715-8cf78dab3-ls111",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
"version": "1.26.0.5715-8cf78dab3-ls111",
"video": true,
"webui": "http://[HOST]:[PORT:32400]/web"
}
}

View File

@@ -4,11 +4,9 @@
"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"
@@ -34,7 +32,6 @@
"TZ": "str?"
},
"slug": "plex-meta-manager",
"upstream": "v1.16.5-ls11",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
"version": "v1.16.5-ls11"
}
}

View File

@@ -44,8 +44,6 @@
},
"slug": "portainer",
"startup": "services",
"upstream": "2.11.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.11.1-3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
}
"version": "2.11.1-3"
}

View File

@@ -4,7 +4,6 @@
"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": {
@@ -46,8 +45,7 @@
},
"slug": "prowlarr",
"startup": "services",
"upstream": "nightly-0.3.0.1712-ls323",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-0.3.0.1712-ls323",
"webui": "http://[HOST]:[PORT:9696]"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "A fork of Sonarr to work with movies like Couchpotato",
"devices": [
@@ -79,8 +78,7 @@
},
"slug": "radarr_nas",
"startup": "services",
"upstream": "4.1.0.6175",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
"version": "4.1.0.6175",
"webui": "http://[HOST]:[PORT:7878]"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Book Manager and Automation",
"devices": [
@@ -76,8 +75,7 @@
},
"slug": "readarr_nas",
"startup": "services",
"upstream": "nightly-0.1.1.1314-ls111",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
"version": "nightly-0.1.1.1314-ls111",
"webui": "http://[HOST]:[PORT:8787]"
}
}

View File

@@ -4,7 +4,6 @@
"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": {
@@ -33,8 +32,7 @@
"TZ": "str?"
},
"slug": "requestrr",
"upstream": "2.1.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.2",
"webui": "http://[HOST]:[PORT:4545]"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted file share and collaboration platform on the web",
"devices": [
@@ -40,7 +39,6 @@
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {},
"map": [
"share:rw",
"config:rw"
@@ -74,8 +72,7 @@
"networkdisks": "str?"
},
"slug": "resiliosync",
"upstream": "2.7.3.1381",
"url": "https://github.com/tyjtyj/hassio-addons",
"version": "2.7.3.1381",
"webui": "http://[HOST]:[PORT:8888]"
}
}

View File

@@ -5,7 +5,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
"devices": [
@@ -49,7 +48,6 @@
"SCRUTINY_WEB": "true"
},
"ingress": true,
"ingress_port": 8099,
"map": [],
"name": "Scrutiny",
"options": {
@@ -84,7 +82,6 @@
"slug": "scrutiny",
"startup": "services",
"udev": "true",
"upstream": "0.3.13",
"url": "https://github.com/AnalogJ/scrutiny",
"version": "0.3.13-7"
}
}

View File

@@ -5,7 +5,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
"environment": {
@@ -16,7 +15,6 @@
"full_access": true,
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
"ingress": true,
"ingress_port": 8099,
"name": "Scrutiny (Full Access)",
"options": {
"PGID": 0,
@@ -49,7 +47,6 @@
},
"slug": "scrutiny_fa",
"startup": "services",
"upstream": "0.3.13",
"url": "https://github.com/AnalogJ/scrutiny",
"version": "0.3.13-17"
}
}

View File

@@ -4,7 +4,6 @@
"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": [
@@ -79,8 +78,7 @@
},
"slug": "sonarr_nas",
"startup": "services",
"upstream": "3.0.8.1507",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
"version": "3.0.8.1507",
"webui": "http://[HOST]:[PORT:8989]"
}
}

View File

@@ -9,7 +9,6 @@
"hassio_api": true,
"image": "ghcr.io/alexbelgium/spotweb-{arch}",
"ingress": true,
"ingress_port": 8099,
"init": false,
"map": [
"ssl",
@@ -46,7 +45,6 @@
],
"slug": "spotweb",
"startup": "services",
"upstream": "1.5.1",
"url": "https://github.com/alexbelgium/hassio-addons/spotweb",
"version": "1.5.1-7"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "recipe manager",
"environment": {
@@ -41,8 +40,7 @@
"mysql:want"
],
"slug": "tandoor_recipes",
"upstream": "1.1.4",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.1.4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
}

View File

@@ -96,7 +96,6 @@
"networkdisks": "str?"
},
"slug": "tdarr",
"upstream": "2.00.18",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.00.18",
"video": true,

View File

@@ -31,7 +31,6 @@
"80/udp": "Voice"
},
"slug": "teamspeak",
"upstream": "3.13.6",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.13.6"
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Bittorrent client based on linuxserver image",
"devices": [
@@ -40,7 +39,6 @@
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {},
"map": [
"config:rw",
"share:rw",
@@ -89,8 +87,7 @@
},
"slug": "transmission_ls",
"startup": "services",
"upstream": "3.00-r5-ls121",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.00-r5-ls121",
"webui": "http://[HOST]:[PORT:9091]"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
"devices": [
@@ -39,7 +38,6 @@
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {},
"map": [
"media:rw",
"config:rw",
@@ -85,8 +83,7 @@
},
"slug": "ubooquity",
"startup": "services",
"upstream": "2.1.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.2-8",
"webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin"
}
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Full linux desktop environment accessible via any modern web browser",
"devices": [
@@ -109,9 +108,7 @@
},
"slug": "webtop-kde",
"udev": true,
"upstream": "4.16-r0-ls53",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.16-r0-ls53",
"video": true,
"webui": "http://[HOST]:[PORT:3000]"
}
"video": true
}

View File

@@ -4,7 +4,6 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "web's leading on-line collaborative genealogy application",
"devices": [
@@ -94,8 +93,7 @@
],
"slug": "webtrees",
"startup": "services",
"upstream": "v2.1.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.0",
"webui": "http://[HOST]:[PORT:80]"
}
}

View File

@@ -3,7 +3,6 @@
"amd64",
"aarch64"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "manage your personal workouts, weight and diet plans",
"environment": {
@@ -14,18 +13,15 @@
"ssl:ro"
],
"name": "Wger",
"options": {},
"ports": {
"8000/tcp": "9927"
},
"ports_description": {
"8000/tcp": "Web interface"
},
"schema": {},
"slug": "wger",
"startup": "services",
"upstream": "1.9",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.9-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
}
}

View File

@@ -4,11 +4,9 @@
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
"devices": [],
"environment": {},
"map": [
"config:rw"
],
@@ -58,8 +56,7 @@
"WHOOGLE_USER": "str?"
},
"slug": "whoogle-search",
"upstream": "0.7.2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
"version": "0.7.2",
"webui": "http://[HOST]:[PORT:5000]"
}
}

View File

@@ -6,23 +6,19 @@
],
"codenotary": "alexandrep.github@gmail.com",
"description": "M3U Proxy for Plex DVR and Emby Live TV",
"environment": {},
"map": [
"config:rw",
"share:rw"
],
"name": "Xteve",
"options": {},
"ports": {
"34400/tcp": 34400
},
"ports_description": {
"34400/tcp": "Web interface"
},
"schema": {},
"slug": "xteve",
"upstream": "2.2.0.200",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.2.0.200",
"webui": "http://[HOST]:[PORT:34400]/web"
}
}

View File

@@ -4,7 +4,6 @@
"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}",
@@ -25,8 +24,7 @@
"mysql:want"
],
"slug": "zoneminder",
"upstream": "1.36.14",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.36.14-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
}
}