Ingress addition

This commit is contained in:
Alexandre
2022-03-18 09:27:43 +01:00
parent d7a2b5924d
commit 1b67e6963b
14 changed files with 305 additions and 18 deletions

View File

@@ -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]"
}