1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00

Update config_panel.toml

Add option in config panel to consume digitally signed PDFs
This commit is contained in:
CodeShakingSheep 2024-07-01 15:05:16 -05:00 committed by GitHub
parent a625c9f708
commit af5ef6c564
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,16 @@ name = "Paperless-ngx configuration"
type = "string"
default = "eng"
help = """\
Read this informations: https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/master/doc/PRE_INSTALL.md\n\
Read this information: 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"
[main.ocr.ocr_invalidate_digital_signatures]
ask = "Do you want signed PDF files to be consumed?"
type = "boolean"
default = "0"
help = """\
Read this information: https://github.com/paperless-ngx/paperless-ngx/discussions/4047\n\
"""
bind = "PAPERLESS_OCR_USER_ARGS:__INSTALL_DIR__/paperless.conf"