This commit is contained in:
Alexandre
2023-11-21 09:53:56 +01:00
parent 2e6e4693a7
commit 8e035dde96
350 changed files with 1908 additions and 1328 deletions

View File

@@ -1,11 +1,10 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "scan, index and archive all your physical documents",
"description": "Scan, index and archive all your physical documents",
"devices": [
"/dev/dri",
"/dev/dri/card0",
@@ -61,21 +60,25 @@
"environment": {
"PAPERLESS_ADMIN_PASSWORD": "admin",
"PAPERLESS_ADMIN_USER": "admin",
"PAPERLESS_DATA_DIR": "/config/data",
"PAPERLESS_MEDIA_ROOT": "/config/media",
"PAPERLESS_CONSUMPTION_DIR": "/config/consume",
"PAPERLESS_EXPORT_DIR": "/config/export",
"PGID": "0",
"PUID": "0"
},
"homeassistant": "0.92.0b2",
"image": "ghcr.io/alexbelgium/paperless_ng-{arch}",
"init": false,
"map": [
"config:rw",
"addon_config:rw",
"homeassistant_config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Paperless NGX",
"name": "Paperless ngx",
"options": {
"CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml",
"CONFIG_LOCATION": "/config/config.yaml",
"OCRLANG": "ENG FRA GER",
"PAPERLESS_OCR_MODE": "skip",
"PGID": 0,
@@ -122,7 +125,7 @@
],
"slug": "paperless_ng",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.15.1",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/paperless_ngx",
"version": "2.0.0b1-4",
"webui": "http://[HOST]:[PORT:8000]"
}