Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,7 +1,12 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
"devices": [
"/dev/sda",
@@ -36,7 +41,12 @@
"/dev/nvme2"
],
"environment": {},
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
"map": [
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"name": "Ubooquity",
"options": {
"PGID": 0,
@@ -55,7 +65,10 @@
"2205/tcp": "Library page (to expose)",
"2206/tcp": "Admin page (local)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -75,7 +88,6 @@
"startup": "services",
"upstream": "2.1.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.1.2-8",
"webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin"
}