added paperless

This commit is contained in:
2025-01-10 15:41:37 -08:00
parent d970557c6a
commit 072616dc79
5 changed files with 110 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
# Paperless
proxy port: 8000
## First Run
You will need to create a user:
```
docker exec -it paperless-ngx bash
python3 manage.py createsuperuser
```