starting out

This commit is contained in:
dom
2026-02-06 11:44:32 +01:00
commit c8f1ca4f4e
5 changed files with 597 additions and 0 deletions

20
config.yaml Normal file
View File

@@ -0,0 +1,20 @@
# config.yaml (Beispiel)
s3:
endpoint: "https://<dein-endpoint>"
access_key: "<key>"
secret_key: "<secret>"
bucket: "<bucket>"
postgres:
dsn: "postgresql://user:pass@host:5432/dbname"
app:
entrance_prefix: "icu/entrance/"
processed_prefix: "icu/processed/"
thumb_prefix: "icu/thumbnails/"
min_age_seconds: 90
poll_seconds: 30
# OCR crop tunables (defaults are usually fine)
ocr_crop_w_frac: 0.42
ocr_crop_h_frac: 0.22
thumb_max: 512