Commit 94787af
committed
docs(docker-readme): remove MANIFEST_MODE=local and fix privacy claims
Two corrections to the Docker Hub README:
- Drop the "Option 3: Local mode (no database)" install path and
remove MANIFEST_MODE from the env var table. The docs site
(manifest.build/docs) deliberately does not document
MANIFEST_MODE=local, and the position going forward is "we do not
want to do manifest mode local". Having it only on Docker Hub
gives new readers conflicting stories about which install paths
are supported. Closes #1529.
- Fix the "Manifest vs OpenRouter" table. The previous wording
"Local. Your requests, your providers" and "Metadata only (cloud)
or fully local" overstates self-hosted mode — LLM requests still
get forwarded to whichever provider you configured, it's just
that no Manifest server sits in between. Updated to match the
accurate framing already used on the docs site. Closes #1530.
- Qualify DATABASE_URL as unconditionally required (it was marked
"Yes (cloud mode)" because of the dropped local-mode option).1 parent 4043fae commit 94787af
1 file changed
+8
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 92 | | |
109 | 93 | | |
110 | 94 | | |
| |||
141 | 125 | | |
142 | 126 | | |
143 | 127 | | |
144 | | - | |
| 128 | + | |
145 | 129 | | |
146 | 130 | | |
147 | 131 | | |
148 | 132 | | |
149 | | - | |
150 | 133 | | |
151 | 134 | | |
152 | 135 | | |
| |||
0 commit comments