mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Updater bot : paperless_ngx updated to ngx-1.6.0-ls1
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## ngx-1.6.0-ls1 (28-03-2022)
|
||||
- Update to latest version from linuxserver/docker-paperless-ngx
|
||||
- Major change : switch to paperless NGX
|
||||
- Add codenotary sign
|
||||
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "scan, index and archive all your physical documents",
|
||||
@@ -40,7 +44,12 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Paperless NGX",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml",
|
||||
@@ -53,7 +62,10 @@
|
||||
"ports_description": {
|
||||
"8000/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"OCRLANG": "str?",
|
||||
@@ -66,8 +78,8 @@
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"slug": "paperless_ng",
|
||||
"upstream": "1.5.0",
|
||||
"upstream": "ngx-1.6.0-ls1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.5.0-8",
|
||||
"version": "ngx-1.6.0-ls1",
|
||||
"webui": "http://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user