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

@@ -3,5 +3,8 @@
"aarch64": "lscr.io/linuxserver/papermerge:arm64v8-latest",
"amd64": "lscr.io/linuxserver/papermerge:amd64-latest",
"armv7": "lscr.io/linuxserver/papermerge:arm32v7-latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -1,18 +1,9 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"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",
@@ -28,10 +19,7 @@
"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",
@@ -51,6 +39,7 @@
"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]"
}