mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Merge branch 'main' into beta
This commit is contained in:
commit
4a4f252ad8
5
.github/release-drafter.yml
vendored
5
.github/release-drafter.yml
vendored
@ -1,4 +1,7 @@
|
|||||||
categories:
|
categories:
|
||||||
|
- title: 'Breaking Changes'
|
||||||
|
labels:
|
||||||
|
- 'breaking-change'
|
||||||
- title: 'Features'
|
- title: 'Features'
|
||||||
labels:
|
labels:
|
||||||
- 'enhancement'
|
- 'enhancement'
|
||||||
@ -29,6 +32,6 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|||||||
change-title-escapes: '\<*_&#@'
|
change-title-escapes: '\<*_&#@'
|
||||||
tag-prefix: "ngx-"
|
tag-prefix: "ngx-"
|
||||||
template: |
|
template: |
|
||||||
## Changelog
|
# Changelog
|
||||||
|
|
||||||
$CHANGES
|
$CHANGES
|
||||||
|
@ -369,7 +369,7 @@ the naming scheme.
|
|||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
Since this command moves you documents around alot, it is advised to to
|
Since this command moves you documents around a lot, it is advised to to
|
||||||
a backup before. The renaming logic is robust and will never overwrite
|
a backup before. The renaming logic is robust and will never overwrite
|
||||||
or delete a file, but you can't ever be careful enough.
|
or delete a file, but you can't ever be careful enough.
|
||||||
|
|
||||||
|
@ -243,7 +243,7 @@ will create a directory structure as follows:
|
|||||||
last filename a document was stored as. If you do rename a file, paperless will
|
last filename a document was stored as. If you do rename a file, paperless will
|
||||||
report your files as missing and won't be able to find them.
|
report your files as missing and won't be able to find them.
|
||||||
|
|
||||||
Paperless provides the following placeholders withing filenames:
|
Paperless provides the following placeholders within filenames:
|
||||||
|
|
||||||
* ``{asn}``: The archive serial number of the document, or "none".
|
* ``{asn}``: The archive serial number of the document, or "none".
|
||||||
* ``{correspondent}``: The name of the correspondent, or "none".
|
* ``{correspondent}``: The name of the correspondent, or "none".
|
||||||
|
@ -211,7 +211,7 @@ PAPERLESS_AUTO_LOGIN_USERNAME=<username>
|
|||||||
PAPERLESS_ADMIN_USER=<username>
|
PAPERLESS_ADMIN_USER=<username>
|
||||||
If this environment variable is specified, Paperless automatically creates
|
If this environment variable is specified, Paperless automatically creates
|
||||||
a superuser with the provided username at start. This is useful in cases
|
a superuser with the provided username at start. This is useful in cases
|
||||||
where you can not run the `createsuperuser` command seperately, such as Kubernetes
|
where you can not run the `createsuperuser` command separately, such as Kubernetes
|
||||||
or AWS ECS.
|
or AWS ECS.
|
||||||
|
|
||||||
Requires `PAPERLESS_ADMIN_PASSWORD` to be set.
|
Requires `PAPERLESS_ADMIN_PASSWORD` to be set.
|
||||||
|
@ -7,7 +7,7 @@ Frequently asked questions
|
|||||||
|
|
||||||
**A:** While Paperless-ngx is already considered largely "feature-complete" it is a community-driven
|
**A:** While Paperless-ngx is already considered largely "feature-complete" it is a community-driven
|
||||||
project and development will be guided in this way. New features can be submitted via
|
project and development will be guided in this way. New features can be submitted via
|
||||||
GitHub discussions and "up-voted" by the community but this is not a garauntee the feature
|
GitHub discussions and "up-voted" by the community but this is not a guarantee the feature
|
||||||
will be implemented. This project will always be open to collaboration in the form of PRs,
|
will be implemented. This project will always be open to collaboration in the form of PRs,
|
||||||
ideas etc.
|
ideas etc.
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ your documents:
|
|||||||
|
|
||||||
1. OCR the document, if it has no text. Digital documents usually have text,
|
1. OCR the document, if it has no text. Digital documents usually have text,
|
||||||
and this step will be skipped for those documents.
|
and this step will be skipped for those documents.
|
||||||
2. Paperless will create an archiveable PDF/A document from your document.
|
2. Paperless will create an archivable PDF/A document from your document.
|
||||||
If this document is coming from your scanner, it will have embedded selectable text.
|
If this document is coming from your scanner, it will have embedded selectable text.
|
||||||
3. Paperless performs automatic matching of tags, correspondents and types on the
|
3. Paperless performs automatic matching of tags, correspondents and types on the
|
||||||
document before storing it in the database.
|
document before storing it in the database.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user