mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-07 16:15:55 +02:00
Ingress addition
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
||||
"devices": [
|
||||
@@ -54,18 +50,15 @@
|
||||
],
|
||||
"host_dbus": true,
|
||||
"host_network": true,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"ingress": true,
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Jellyfin NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
"PUID": 0,
|
||||
"data_location": "/config/addons_config/jellyfin"
|
||||
},
|
||||
"panel_icon": "mdi:BilliardsRack",
|
||||
"ports": {
|
||||
"1900/udp": null,
|
||||
"7359/udp": null,
|
||||
@@ -78,11 +71,7 @@
|
||||
"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",
|
||||
@@ -99,7 +88,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "10.7.7-1-ls155",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "10.7.7-1-ls155",
|
||||
"version": "10.7.7-1-ls155-ingress",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:8096]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user