Oliver Hofmann
cdd55880d6
Remove unnecessary bold formatting from Anthropic API feature entries
2026-05-10 10:00:34 +02:00
Oliver Hofmann
6b2ae4b072
Remove BACKEND_API_KEY from public documentation
2026-05-10 09:58:50 +02:00
Oliver Hofmann
9872175fb0
Add LICENSE, update docs with Anthropic endpoint and free-claude-code attribution
2026-05-10 09:53:12 +02:00
Oliver Hofmann
34b108f4df
Replace default_model with force_model (model lock)
...
Removes DEFAULT_MODEL in favour of a force_model setting configurable
via the admin UI. When set, every proxy request's model field is
overridden, preventing uncoordinated model switches during lab sessions.
Updates schemas, admin API, all three proxy endpoints, frontend,
init_db, and docs (README, DOCKERHUB, KURZANLEITUNG).
2026-05-08 08:02:16 +02:00
Oliver Hofmann
5469981eb5
Add ADMIN_HOST to env tables and .env example
2026-05-07 16:04:23 +02:00
Oliver Hofmann
a1e293b1d7
Add ADMIN_HOST env var, restructure docs
...
- docker-entrypoint.sh: Admin-API bindet auf ADMIN_HOST (default 0.0.0.0)
statt hardcoded 0.0.0.0 — ermöglicht Einschränkung auf 127.0.0.1
- README: Zweck-Beschreibung, HTTPS-Reverse-Proxy-Abschnitt (Caddy/Nginx),
Port-8001-Abschnitt korrigiert (Docker-Port-Mapping greift bei
network_mode: host nicht), ADMIN_HOST in Konfig-Tabelle ergänzt
- DOCKERHUB.md / DOCKERHUB.en.md: Auf drei Szenarien reduziert
(network_mode: host, Ollama als Container + SQLite/PostgreSQL);
host.docker.internal-Varianten entfernt
- review_priorities.md: gelöscht (alle Punkte behoben)
2026-05-07 16:03:03 +02:00
Oliver Hofmann
3ccc7f325d
Explain port 8001 security model in docs
2026-04-29 10:17:59 +02:00
Oliver Hofmann
5b97ed0ef7
Expose port 8001 on 127.0.0.1 only, explain why in docs
2026-04-29 09:52:13 +02:00
Oliver Hofmann
92fd66381f
Add English version of DockerHub README
2026-04-29 09:19:28 +02:00