mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Merge pull request #288 from alexbelgium/create-pull-request/patch-1650154895
Github bot : json sorted
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"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",
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
"ssl"
|
||||
],
|
||||
"name": "Firefly iii FinTS Importer",
|
||||
"options": {
|
||||
},
|
||||
"options": {},
|
||||
"ports": {
|
||||
"8080/tcp": 3476
|
||||
},
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "mbentley/omada-controller:latest-armv7l",
|
||||
"aarch64": "mbentley/omada-controller:latest-arm64",
|
||||
"amd64": "mbentley/omada-controller:latest-amd64"
|
||||
"amd64": "mbentley/omada-controller:latest-amd64",
|
||||
"armv7": "mbentley/omada-controller:latest-armv7l"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
|
||||
@@ -8,41 +8,41 @@
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "TP-Link Omada Controller",
|
||||
"environment": {
|
||||
"MANAGE_HTTP_PORT": "8088",
|
||||
"MANAGE_HTTPS_PORT": "8043",
|
||||
"PORTAL_HTTP_PORT": "8088",
|
||||
"MANAGE_HTTP_PORT": "8088",
|
||||
"PORTAL_HTTPS_PORT": "8843",
|
||||
"SHOW_SERVER_LOGS": "true",
|
||||
"PORTAL_HTTP_PORT": "8088",
|
||||
"SHOW_MONGODB_LOGS": "false",
|
||||
"SHOW_SERVER_LOGS": "true",
|
||||
"SSL_CERT_NAME": "tls.crt",
|
||||
"SSL_KEY_NAME": "tls.key",
|
||||
"TZ": "Etc/UTC"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/omada-{arch}",
|
||||
"name": "Omada",
|
||||
"ports": {
|
||||
"8088/tcp": 8088,
|
||||
"8043/tcp": 8043,
|
||||
"8843/tcp": 8843,
|
||||
"29810/tcp": 29810,
|
||||
"29811/tcp": 29811,
|
||||
"29812/tcp": 29812,
|
||||
"29813/tcp": 29813,
|
||||
"29814/tcp": 29814
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"ssl:ro"
|
||||
],
|
||||
"name": "Omada",
|
||||
"ports": {
|
||||
"29810/tcp": 29810,
|
||||
"29811/tcp": 29811,
|
||||
"29812/tcp": 29812,
|
||||
"29813/tcp": 29813,
|
||||
"29814/tcp": 29814,
|
||||
"8043/tcp": 8043,
|
||||
"8088/tcp": 8088,
|
||||
"8843/tcp": 8843
|
||||
},
|
||||
"ports_description": {
|
||||
"8088/tcp": "web interface",
|
||||
"8043/tcp": "web interface https",
|
||||
"8843/tcp": "portal http",
|
||||
"29810/tcp": "omada port",
|
||||
"29811/tcp": "omada port",
|
||||
"29812/tcp": "omada port",
|
||||
"29813/tcp": "omada port",
|
||||
"29814/tcp": "omada port"
|
||||
"29814/tcp": "omada port",
|
||||
"8043/tcp": "web interface https",
|
||||
"8088/tcp": "web interface",
|
||||
"8843/tcp": "portal http"
|
||||
},
|
||||
"slug": "omada",
|
||||
"upstream": "5.0-arm64",
|
||||
|
||||
@@ -1,20 +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",
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"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)",
|
||||
@@ -29,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",
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"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,
|
||||
@@ -7,7 +11,11 @@
|
||||
"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",
|
||||
@@ -33,7 +41,9 @@
|
||||
"remote_mysql_username": "str?",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "spotweb",
|
||||
"startup": "services",
|
||||
"upstream": "1.5.1",
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup": "cold",
|
||||
"backup_exclude": [
|
||||
"*/cache/",
|
||||
@@ -79,7 +83,10 @@
|
||||
"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?",
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"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",
|
||||
@@ -60,7 +64,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",
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "web's leading on-line collaborative genealogy application",
|
||||
@@ -53,7 +57,11 @@
|
||||
"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",
|
||||
@@ -68,7 +76,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",
|
||||
@@ -78,7 +89,9 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "webtrees",
|
||||
"startup": "services",
|
||||
"upstream": "2.1.0-beta.2",
|
||||
|
||||
@@ -1,12 +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",
|
||||
|
||||
@@ -1,11 +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
|
||||
@@ -13,7 +22,9 @@
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user