Paperless-ngx: Difference between revisions
Add one more example with showing settings and user generation |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{application infobox | |||
|name=Paperless-ngx | |||
|type=Container | |||
|image=Paperless-ngx-logo.svg | |||
|firstRelease=March 2022 | |||
|latestRelease=2.16.3 | |||
|status=Active | |||
|license=GNU General Public License v3.0 or later | |||
|os=Cross-platform | |||
|platform=Docker | |||
|programmingLanguage=Python, TypeScript | |||
|website=[https://paperless-ngx.com paperless-ngx.com] | |||
|github=paperless-ngx/paperless-ngx | |||
|bugTracker=[https://github.com/paperless-ngx/paperless-ngx/issues GitHub Issues] | |||
|documentation=[https://docs.paperless-ngx.com Paperless-ngx Documentation] | |||
}} | |||
[https://paperless-ngx.com Paperless-ngx] is a community-supported open-source document management system that transforms your physical documents into a searchable online archive, allowing you to reduce paper clutter. | [https://paperless-ngx.com Paperless-ngx] is a community-supported open-source document management system that transforms your physical documents into a searchable online archive, allowing you to reduce paper clutter. | ||
Line 12: | Line 28: | ||
enable = true; | enable = true; | ||
consumptionDirIsPublic = true; | consumptionDirIsPublic = true; | ||
settings = { | settings = { | ||
PAPERLESS_CONSUMER_IGNORE_PATTERN = [ | PAPERLESS_CONSUMER_IGNORE_PATTERN = [ | ||
Line 23: | Line 38: | ||
pdfa_image_compression = "lossless"; | pdfa_image_compression = "lossless"; | ||
}; | }; | ||
PAPERLESS_URL = "https://paperless.example.com"; | |||
}; | }; | ||
}; | }; | ||
</syntaxhighlight>After the installation, you can set an admin user yourself via the following command on the server <syntaxhighlight lang="bash"> | </syntaxhighlight>After the installation, you can set an admin user yourself via the following command on the server <syntaxhighlight lang="bash"> | ||
sudo | sudo paperless-manage createsuperuser | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:Web Applications]] | [[Category:Web Applications]] |