mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Duplicate website/docs/applications/other/paperless_ng.md history in roles/paperless_ng/docs/ history.
This commit is contained in:
parent
8b51299fc1
commit
ce7711dad6
1 changed files with 25 additions and 0 deletions
25
roles/paperless_ng/docs/paperless_ng.md
Normal file
25
roles/paperless_ng/docs/paperless_ng.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: "Paperless-ng"
|
||||
---
|
||||
|
||||
Homepage: <https://github.com/jonaswinkler/paperless-ng>
|
||||
|
||||
Paperless is an application by Daniel Quinn and contributors that indexes your scanned documents and allows you to easily search for documents and store metadata alongside your documents.
|
||||
|
||||
Paperless-ng is a fork of the original project, adding a new interface and many other changes under the hood
|
||||
|
||||
## Usage
|
||||
|
||||
Set `paperless_ng_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
The paperless-ng web interface can be found at <http://ansible_nas_host_or_ip:16922>.
|
||||
|
||||
### Create the superuser
|
||||
|
||||
To be able to login, you will need a super user. To create it, execute the following command:
|
||||
|
||||
```bash
|
||||
docker exec -it paperless_ng_uiserver python manage.py createsuperuser
|
||||
```
|
||||
|
||||
This will prompt you to set a username, an optional e-mail address and finally a password (at least 8 characters).
|
Loading…
Reference in a new issue