forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
56 lines (56 loc) · 1.22 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"description": "Open source document management system (DMS)",
"image": "ghcr.io/alexbelgium/papermerge-{arch}",
"init": false,
"map": [
"share:rw",
"media:rw",
"ssl",
"config:rw"
],
"name": "Papermerge",
"options": {
"CONFIG_LOCATION": "/config/addons_config/papermerge",
"PGID": 0,
"PUID": 0,
"import_dir": "/share/papermerge/import",
"ocrlang": "eng,fra",
"storage_dir": "/data/media"
},
"ports": {
"8000/tcp": 8000
},
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"CONFIG_LOCATION": "str",
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"imaphost": "str?",
"imappassword": "str?",
"imapusername": "str?",
"import_dir": "str",
"networkdisks": "str?",
"ocrlang": "str",
"smbv1": "bool?",
"storage_dir": "str"
},
"slug": "papermerge",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.0.1-ls60-bugfix",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
}