From 64c9b4f0d41b0321754a2297d14a8f05774f73d0 Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Thu, 18 May 2023 09:48:17 +0000 Subject: [PATCH] v2 --- doc/{DISCLAIMER.md => PRE_INSTALL.md} | 2 +- manifest.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename doc/{DISCLAIMER.md => PRE_INSTALL.md} (86%) diff --git a/doc/DISCLAIMER.md b/doc/PRE_INSTALL.md similarity index 86% rename from doc/DISCLAIMER.md rename to doc/PRE_INSTALL.md index dc68c02..716e00d 100644 --- a/doc/DISCLAIMER.md +++ b/doc/PRE_INSTALL.md @@ -7,7 +7,7 @@ * Example for french `sudo apt-get install tesseract-ocr-fra` * Example for german `sudo apt-get install tesseract-ocr-deu` * Modify config to add new languages - * Open the configuration tab under: https://my-domain.tld/yunohost/admin/#/apps/$app_id/ + * Open the configuration * You can combine multiple languages like this: * One language: eng * Two languages: eng+fra diff --git a/manifest.toml b/manifest.toml index ee85c52..1d4637a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,14 +16,14 @@ demo = "https://demo.paperless-ngx.com/" admindoc = "https://paperless-ngx.readthedocs.io/en/latest/index.html" userdoc = "https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html" code = "https://github.com/paperless-ngx/paperless-ngx" -cpe = "???" # FIXME: No CPE yet... check https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=paperless +cpe = "???" # XXX: No CPE yet... check https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=paperless [integration] yunohost = ">= 11.0.0" architectures = "all" multi_instance = true -ldap = "false" -sso = "false" +ldap = false +sso = false disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...