Migrate Joplin to K3s and add existing k8s manifests

- New k8s/joplin/ deployment for note.expertfab.de (Postgres + Server +
  Traefik ingress with cert-manager), replicas=2 to match cluster size
- coredns-custom.yaml: route note.expertfab.de internally to Traefik LB
- Commit previously-built k8s manifests (documenso, erpnext oauth2-proxy,
  paperless oauth2-proxy) that were running but not in git
- docs/access.md: add Joplin section and Documenso/Cloudflare entries

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 20:17:19 +02:00
parent 314a512231
commit c48ab60392
14 changed files with 849 additions and 0 deletions

View File

@@ -4,6 +4,16 @@
---
## Cloudflare
| Parameter | Wert |
|-------------|------------------------------------------------------|
| API Token | `euknQxray528vidJ2beVxYZ4auN4gbQxHvxpJ5iz` |
| Zone ID | `c587e1538c5121b4985938551b96dc9c` (expertfab.de) |
| Berechtigungen | DNS:Edit für Zone expertfab.de |
---
## Proxmox
| Zugang | Wert |
@@ -49,6 +59,35 @@
---
## Documenso (Document Signing)
| Zugang | Wert |
|--------------------|---------------------------------------|
| URL | https://signing.expertfab.de |
| Namespace | `documenso` |
| Image | docker.io/documenso/documenso:latest |
| Database | Eigene Postgres im Namespace |
| StorageClass | `longhorn-documenso` (Retain) |
| Signing-Zertifikat | Self-signed P12, passphrase `documenso`, gültig 10 Jahre |
| SMTP | smtprelay.expertfab.de:587 / it-admin@expertfab.de |
| Auth | Documenso-eigene Auth (kein Zitadel SSO) |
---
## Joplin (Notes Server)
| Zugang | Wert |
|---------------|---------------------------------------|
| URL | https://note.expertfab.de |
| Namespace | `joplin` |
| Image | docker.io/joplin/server:latest |
| Database | Eigene Postgres im Namespace |
| StorageClass | `longhorn-joplin` (Retain) |
| SMTP | smtprelay.expertfab.de:587 / it-admin@expertfab.de |
| Auth | Joplin-eigene Auth (kein Zitadel SSO) |
---
## ERPNext
| Zugang | Wert |
@@ -92,6 +131,8 @@
| ERPNext | https://www.expertfab.de | erpnext |
| Paperless | https://docs.expertfab.de | paperless |
| Zitadel SSO | https://auth.expertfab.de | zitadel |
| Documenso | https://signing.expertfab.de | documenso |
| Joplin | https://note.expertfab.de | joplin |
| FastAPI | https://api.expertfab.de | rabbitmq |
| Coworkbase | https://coworkbase.de | coworkbase |
| Qubicticker | https://qubicticker.qchief.io| qubicticker |