You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tighten docs prose and fix broken testing placeholder
- testing.md (+5 locales): replace [package_name] with Observer in prose, github.com/lbrty/observer/internal/ in import paths, and a real email in JSON fixtures
- introduction.md (+5 locales): merge self-hostable/self-hosted bullets
- getting-started.md (+5 locales): shrink "what you just started" to one sentence
- deployment.md (+5 locales): drop throat-clearing intro, tighten Docker lead
- DOCKER_HUB_README.md: minor fluff cuts
Copy file name to clipboardExpand all lines: DOCKER_HUB_README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ The container entrypoint is the `observer` binary. Available sub-commands:
128
128
129
129
## File storage
130
130
131
-
By default uploads are written to `STORAGE_PATH` inside the container. Mount a volume there to persist files across restarts.
131
+
Uploads go to `STORAGE_PATH` inside the container. Mount a volume there to persist files across restarts.
132
132
133
133
For production, set `STORAGE_BACKEND=s3` and supply `S3_BUCKET`, `S3_REGION`, and AWS credentials via the standard `AWS_*` environment variables. Any S3-compatible store (MinIO, Tigris, Cloudflare R2) works by setting `S3_ENDPOINT`.
134
134
@@ -137,7 +137,7 @@ For production, set `STORAGE_BACKEND=s3` and supply `S3_BUCKET`, `S3_REGION`, an
137
137
## Upgrading
138
138
139
139
1. Pull the new image.
140
-
2. Run `migrate up` — migrations are forward-only and safe to run on each deploy.
140
+
2. Run `migrate up` — migrations are forward-only.
Copy file name to clipboardExpand all lines: docs/content/docs/guide/deployment.de.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,9 @@ title: Bereitstellung
3
3
weight: 5
4
4
---
5
5
6
-
Diese Anleitung führt Sie durch die Installation von Observer auf einem Server, den Ihr Team nutzen kann. Sie brauchen kein tiefes technisches Wissen — wenn Sie sich per SSH auf einem Server einloggen und ein paar Befehle ausführen können, schaffen Sie das.
7
-
8
6
## Docker (empfohlen)
9
7
10
-
Dies ist der einfachste Weg. Observer wird als einzelnes Docker-Image mit bereits integrierter Weboberfläche ausgeliefert — es muss nichts zusätzlich installiert oder auf der Frontend-Seite konfiguriert werden.
8
+
Observer wird als einzelnes Docker-Image mit integrierter Weboberfläche ausgeliefert.
0 commit comments