Files
hassio-addons/ubooquity/config.json
2021-10-23 16:32:44 +02:00

45 lines
1.1 KiB
JSON

{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
"environment": {},
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
"name": "Ubooquity",
"options": {
"PUID": 0,
"PGID": 0,
"maxmem": 200,
"theme": "default",
"networkdisks": "//IP/SHARE",
"cifsusername": "username",
"cifspassword": "folder"
},
"ports": {
"2202/tcp": 2202,
"2203/tcp": 2203
},
"ports_description": {
"2202/tcp": "Library page (to expose)",
"2203/tcp": "Admin page (local)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
"maxmem": "int",
"theme": "list(default|comixology2|plextheme-master)",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?",
"TZ": "str?"
},
"slug": "ubooquity",
"startup": "services",
"upstream": "2.1.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.2-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:2203]/ubooquity/admin"
}