You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paperless-NGX has the concept of storage paths, which basically makes all the documents (files) available to the filesystem. It's read-only, of course, but when exported with Samba as a read-only volume, this provides very convenient access in a configurable way.
For instance, one could configure a storage path such that all files tagges "invoice" are available as /invoices/{year}/{isodate}-{filename} and another such that all files tagges "manual" are available as /manuals/{device}/{filename}, just to give two silly examples.
The text was updated successfully, but these errors were encountered:
Paperless-NGX has the concept of storage paths, which basically makes all the documents (files) available to the filesystem. It's read-only, of course, but when exported with Samba as a read-only volume, this provides very convenient access in a configurable way.
For instance, one could configure a storage path such that all files tagges "invoice" are available as
/invoices/{year}/{isodate}-{filename}
and another such that all files tagges "manual" are available as/manuals/{device}/{filename}
, just to give two silly examples.The text was updated successfully, but these errors were encountered: