mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 08:11:50 +02:00
prettify
This commit is contained in:
@@ -5,24 +5,14 @@
|
||||
"slug": "papermerge",
|
||||
"description": "Open source document management system (DMS)",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"ports": {
|
||||
"8000/tcp": 8000
|
||||
},
|
||||
"ports_description": {
|
||||
"9000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"webui": "http://[HOST]:[PORT:8000]",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
@@ -44,4 +34,4 @@
|
||||
"cifspassword": "str?",
|
||||
"TZ": "str?"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user