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