Commit f3d497310596
Changed files (1)
systems
sakhalin
systems/sakhalin/extra.nix
@@ -140,7 +140,7 @@ in
settings = {
PAPERLESS_URL = "https://paperless.sbr.pm";
PAPERLESS_EMPTY_TRASH_DIR = "/mnt/gaia/paperless/trash";
- PAPERLESS_FILENAME_FORMAT = "{{ created_year }}/{{ document_type }}/{{ created }} - {{ correspondent }} - {{ title }} - {{ asn }} ({{ doc_pk }})";
+ PAPERLESS_FILENAME_FORMAT = "{{ created_year }}/{{ document_type }}/{{ created }} - {{ title }} ({{ doc_pk }})";
PAPERLESS_FILENAME_FORMAT_REMOVE_NONE = "true";
};
};