mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
test
This commit is contained in:
@@ -1,27 +1,18 @@
|
||||
{
|
||||
"name": "Papermerge",
|
||||
"version": "2.0.1-3",
|
||||
"version": "2.0.1-4",
|
||||
"upstream": "2.0.1",
|
||||
"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": {
|
||||
"8000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["share:rw", "media:rw", "ssl"],
|
||||
"webui": "http://[HOST]:[PORT:8000]",
|
||||
"environment": {
|
||||
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
|
||||
|
||||
Reference in New Issue
Block a user