Update to 2.0.0rc3

This commit is contained in:
alexbelgium
2021-02-26 09:31:24 +01:00
parent b099116563
commit e30b7f2240
3 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 2.0.0rc3
- Update to latest version from linuxserver/docker-papermerge
- Enables PUID/GUID options
- Enables english/french OCR
- Enables mounting of local hdd or smb share

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.5.5"
ARG BUILD_UPSTREAM="2.0.0rc3"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

@@ -1,18 +1,28 @@
{
"name": "Papermerge",
"version": "1.5.5",
"upstream": "1.5.5",
"version": "2.0.0rc3",
"upstream": "2.0.0rc3",
"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": {