Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,10 +1,6 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
"devices": [
@@ -40,12 +36,7 @@
"/dev/nvme2"
],
"environment": {},
"map": [
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
"name": "Ubooquity",
"options": {
"PGID": 0,
@@ -64,10 +55,7 @@
"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",
@@ -87,6 +75,7 @@
"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"
}