Document Management:
External URL: https://paperless.risingflow.com/dashboard
Internal URL: http://192.168.1.240:7123
Github URL: https://github.com/paperless-ngx/paperless-ngx
Note: Not currently in use. Has integration for SecureAI and various other services. Popular Document Management Service. Requires data volume being mounted to OneDrive as Next Step.
Docker Compose:
services:
paperless-ngx:
image: lscr.io/linuxserver/paperless-ngx:latest
container_name: paperless-ngx
environment:
- PUID=1000
- PGID=1000
- TZ=Pacific/Auckland
- PAPERLESS_CSRF_TRUSTED_ORIGINS=https://paperless.risingflow.com
volumes:
- ./config:/config
- ./data:/data
ports:
- 7123:8000
restart: always