mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
first commit
This commit is contained in:
29
projects/paperless/README.md
Normal file
29
projects/paperless/README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# [paperless](https://docs.paperless-ngx.com)
|
||||
|
||||
## paperless
|
||||
|
||||
### General
|
||||
|
||||
- Compose Path: `./projects/paperless/docker-compose.yml`
|
||||
|
||||
### Environment
|
||||
|
||||
- PAPERLESS_REDIS: #default: `redis://redis:6379`
|
||||
- PAPERLESS_TIME_ZONE: #local time zone - example: `Europe/Berlin`
|
||||
- PAPERLESS_ADMIN_USER:
|
||||
- PAPERLESS_ADMIN_PASSWORD:
|
||||
- PAPERLESS_OCR_LANGUAGE: #example: `deu+eng`
|
||||
- PAPERLESS_URL: #same as [domains](#domains) host
|
||||
- PAPERLESS_ALLOWED_HOSTS:
|
||||
- PAPERLESS_DBHOST: #db container-name
|
||||
- PAPERLESS_DBPASS: #same as db POSTGRES_PASSWORD
|
||||
- POSTGRES_DB: #default: `paperless`
|
||||
- POSTGRES_USER:
|
||||
- POSTGRES_PASSWORD: #database password - same as PAPERLESS_DBPASS
|
||||
|
||||
### Domains
|
||||
|
||||
- Service Name: `paperless`
|
||||
- Container Port: `8000`
|
||||
- HTTPS: `true`
|
||||
- Certificate Provider: `Let's Encrypt`
|
||||
Reference in New Issue
Block a user