mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
fix: codenotary sign
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
@@ -52,5 +48,5 @@
|
||||
"slug": "updater",
|
||||
"startup": "once",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
|
||||
"version": "2.1"
|
||||
"version": "2.2"
|
||||
}
|
||||
|
||||
@@ -1,29 +1,20 @@
|
||||
{
|
||||
"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",
|
||||
@@ -37,5 +28,5 @@
|
||||
"slug": "plex-meta-manager",
|
||||
"upstream": "v1.16.3-ls10",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
|
||||
"version": "v1.16.3-ls10"
|
||||
"version": "v1.16.3-ls10-2"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"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)",
|
||||
@@ -33,11 +29,7 @@
|
||||
"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",
|
||||
@@ -51,5 +43,5 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.3.13",
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"version": "0.3.13-16"
|
||||
"version": "0.3.13-17"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"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,
|
||||
@@ -11,11 +7,7 @@
|
||||
"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",
|
||||
@@ -41,12 +33,10 @@
|
||||
"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",
|
||||
"version": "1.5.1-6"
|
||||
"version": "1.5.1-7"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup": "cold",
|
||||
"backup_exclude": [
|
||||
"*/cache/",
|
||||
@@ -83,10 +79,7 @@
|
||||
"8265/tcp": "Web UI port",
|
||||
"8266/tcp": "Server Port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"TZ": "str?",
|
||||
@@ -99,7 +92,7 @@
|
||||
"slug": "tdarr",
|
||||
"upstream": "2.00.16.3",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.00.16.3-4",
|
||||
"version": "2.00.16.3-5",
|
||||
"video": true,
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8265]"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
@@ -64,11 +60,7 @@
|
||||
"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",
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "web's leading on-line collaborative genealogy application",
|
||||
@@ -57,11 +53,7 @@
|
||||
"WT_USER": "admin"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/webtrees-{arch}",
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "ssl"],
|
||||
"name": "Webtrees",
|
||||
"options": {
|
||||
"BASE_URL": "http://192.168.178.23",
|
||||
@@ -76,10 +68,7 @@
|
||||
"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",
|
||||
@@ -89,13 +78,11 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "webtrees",
|
||||
"startup": "services",
|
||||
"upstream": "2.1.0-beta.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.1.0-beta.2-2",
|
||||
"version": "2.1.0-beta.2-3",
|
||||
"webui": "http://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
{
|
||||
"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",
|
||||
@@ -61,6 +55,6 @@
|
||||
"slug": "whoogle-search",
|
||||
"upstream": "0.7.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
|
||||
"version": "0.7.1-2",
|
||||
"version": "0.7.1-3",
|
||||
"webui": "http://[HOST]:[PORT:5000]"
|
||||
}
|
||||
|
||||
@@ -1,20 +1,11 @@
|
||||
{
|
||||
"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
|
||||
@@ -22,12 +13,10 @@
|
||||
"ports_description": {
|
||||
"80/tcp": "web interface"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "zoneminder",
|
||||
"upstream": "1.36.14",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.36.14",
|
||||
"version": "1.36.14-2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user