mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 21:04:05 +02:00
Sorted json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user