house: switch Paperless to native DMS connector (remove WebDAV bridge)

This commit is contained in:
2026-06-26 19:57:50 +02:00
parent 4472e73ae1
commit ddf541ebd3

View File

@@ -20,7 +20,7 @@ Yuvomi family planner (formerly Oikos). Self-hosted family planner with 14 modul
## Integrations
- **Authentik SSO (OIDC):** Provider `Provider for Yuvomi` (PK 31) in Authentik on VPS. Env vars in `/opt/yuvomi/.env`: `OIDC_ISSUER`, `OIDC_CLIENT_ID`, `OIDC_CLIENT_SECRET`. Redirect URI: `https://house.hubris.network/auth/oidc/callback`.
- **Paperless WebDAV bridge:** Yuvomi documents stored on WebDAV server at [paperless (103)](103-paperless.md) port `:8088`, serving `/mnt/library/documents/import/yuvomi/`. Documents placed there by Yuvomi are auto-consumed by Paperless-ngx.
- **Paperless DMS connector (native):** Yuvomi connects directly to Paperless-ngx API at `http://192.168.8.130:8000/`. API token stored in SQLite `dms_accounts` table. Search, link, and upload documents from Yuvomi to Paperless via Settings → Documents → DMS.
- **Weather widget:** Open-Meteo (free, no API key). Munich coordinates set.
- **Google Calendar:** Pending — see plan for token extraction from [trmnl (128)](128-trmnl.md).
@@ -37,7 +37,7 @@ Yuvomi family planner (formerly Oikos). Self-hosted family planner with 14 modul
- [Caddy (121)](121-caddy.md) — LAN reverse proxy (`house.hubris.network → 192.168.8.212:3000`)
- [VPS ingress](../infrastructure/ingress.md) — public edge (cert mirror + traefik router)
- [DNS (107)](107-dns.md) — Technitium A record `house → 192.168.8.175` (LAN path via Caddy)
- [Paperless (103)](103-paperless.md) — WebDAV bridge for document import
- [Paperless (103)](103-paperless.md) — native DMS connector (API at `:8000`)
- [TRMNL (128)](128-trmnl.md) — Google Calendar tokens source
- [Deployment plan](../plans/2026-06-25-yuvomi-deployment.md)