mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 10:05:59 +02:00
Update config.json
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"amd64"
|
"amd64"
|
||||||
],
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "web based comic archive browser and reader",
|
"description": "managing digital comics",
|
||||||
"devices": [
|
"devices": [
|
||||||
"/dev/dri",
|
"/dev/dri",
|
||||||
"/dev/dri/card0",
|
"/dev/dri/card0",
|
||||||
@@ -57,14 +57,8 @@
|
|||||||
"/dev/nvme1",
|
"/dev/nvme1",
|
||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"environment": {
|
|
||||||
"CODEX_CONFIG_DIR": "/config",
|
|
||||||
"PGID": "0",
|
|
||||||
"PUID": "0"
|
|
||||||
},
|
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"homeassistant_api": true,
|
"homeassistant_api": true,
|
||||||
"image": "ghcr.io/alexbelgium/comixed-{arch}",
|
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_stream": true,
|
"ingress_stream": true,
|
||||||
"map": [
|
"map": [
|
||||||
@@ -72,30 +66,20 @@
|
|||||||
"media:rw",
|
"media:rw",
|
||||||
"share:rw"
|
"share:rw"
|
||||||
],
|
],
|
||||||
"name": "Codex",
|
"name": "Comixed",
|
||||||
"options": {
|
|
||||||
"PGID": "0",
|
|
||||||
"PUID": "0",
|
|
||||||
"csrf_allowed": "http://homeassistant.local:8123,https://homeassistant.local:8123"
|
|
||||||
},
|
|
||||||
"panel_icon": "mdi:book-open",
|
"panel_icon": "mdi:book-open",
|
||||||
"ports": {
|
"ports": {
|
||||||
"9810/tcp": 9810
|
"7171/tcp": 7171
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9810/tcp": "Web UI port"
|
"7171/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"SYS_ADMIN",
|
"SYS_ADMIN",
|
||||||
"DAC_READ_SEARCH"
|
"DAC_READ_SEARCH"
|
||||||
],
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"CODEX_RESET_ADMIN": "int?",
|
|
||||||
"CODEX_SKIP_INTEGRITY_CHECK": "int?",
|
|
||||||
"PGID": "int?",
|
|
||||||
"PUID": "int?",
|
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"csrf_allowed": "str",
|
|
||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user