diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index 549af3f2e..5a8e5e8b6 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -1,7 +1,8 @@ { "arch": [ "aarch64", - "amd64" + "amd64", + "armv7" ], "codenotary": "alexandrep.github@gmail.com", "description": "Scan, index and archive all your physical documents", @@ -126,6 +127,6 @@ "slug": "paperless_ng", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.0.0.1-9", + "version": "2.0.0.1-10", "webui": "http://[HOST]:[PORT:8000]" }