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,9 +1,19 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Open source document management system (DMS)",
"environment": {},
"map": ["share:rw", "media:rw", "ssl", "config:rw"],
"map": [
"share:rw",
"media:rw",
"ssl",
"config:rw"
],
"name": "Papermerge",
"options": {
"CONFIG_LOCATION": "/config/addons_config/papermerge",
@@ -19,7 +29,10 @@
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"CONFIG_LOCATION": "str",
"PGID": "int",
@@ -39,7 +52,6 @@
"slug": "papermerge",
"upstream": "v2.0.1-ls40",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "v2.0.1-ls40",
"webui": "http://[HOST]:[PORT:8000]"
}