1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00
paperless-ngx_ynh/config_panel.toml
Fabian Wilkens 3b6ea4d4e3
Convert to packaging v2 (#23) (#24)
* convert to v2

* v2

* Use /opt/yunohost/__APP__

* v2

* v2

* Auto-update README

* fix

* v2

* v2

* v2

* v2

* Auto-update README

* v2

* typo

* set redis_db in restore script

* fix api permissions

* linter please

* Fix api access

---------

Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2023-06-16 21:08:15 +02:00

19 lines
672 B
TOML

version = "1.0"
#name = "Paperless-ngx configuration panel"
[main]
name = "Paperless-ngx configuration"
[main.ocr]
name = "Set OCR languages"
services = ["__APP__", "__APP__-consumer","__APP__-scheduler","__APP__-task-queue"]
[main.ocr.ocr_language]
ask = "Which OCR languages should be perfomed on your documents"
type = "string"
default = "eng"
help = """\
Read this informations: https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/master/doc/PRE_INSTALL.md\n\
If your language contains a '-' such as chi-sim, you must use chi_sim\n\
Examples:\n- eng\n- eng+fra\n- eng+fra+chi_sim"""
bind = "PAPERLESS_OCR_LANGUAGE:__INSTALL_DIR__/paperless.conf"