Files
hassio-addons/ubooquity/config.json
Alexandre db5582cb74 prettify
2021-02-21 20:07:55 +01:00

44 lines
1.1 KiB
JSON

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