1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: update paperless format

This commit is contained in:
oddlama 2025-05-14 21:52:02 +02:00
parent 7dcbcd75bc
commit 7605500591
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -169,7 +169,7 @@ in
PAPERLESS_CONSUMER_ENABLE_ASN_BARCODE = true;
PAPERLESS_CONSUMER_BARCODE_SCANNER = "ZXING";
PAPERLESS_CONSUMER_RECURSIVE = true;
PAPERLESS_FILENAME_FORMAT = "{owner_username}/{created_year}-{created_month}-{created_day}_{asn}_{title}";
PAPERLESS_FILENAME_FORMAT = "{{ owner_username }}/{{ created_year }}-{{ created_month }}-{{ created_day }}_{{ asn }}_{{ title }}";
# Nginx does that better.
PAPERLESS_ENABLE_COMPRESSION = false;