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
c46c1c2b12
Clarify that Ollama can run remotely, not just on Docker host
2026-04-29 08:51:23 +02:00
Oliver Hofmann
d243523906
Split host-Ollama compose into SQLite and PostgreSQL variants
2026-04-29 08:47:40 +02:00
Oliver Hofmann
2319434b0f
Add host-Ollama compose variant, fix leftover port 8001 exposure
2026-04-29 08:43:54 +02:00
Oliver Hofmann
7912431ffb
Remove ALLOWED_ORIGINS from DockerHub docs (dev-only setting)
2026-04-29 08:38:38 +02:00
Oliver Hofmann
114c45dc7e
Remove port 8001 exposure from all Docker examples
2026-04-29 08:36:59 +02:00
Oliver Hofmann
6f67f29f68
Fix depends_on syntax in PostgreSQL compose example
2026-04-29 08:31:25 +02:00
Oliver Hofmann
3b7c88bf2c
Install psycopg2-binary in Dockerfile only, not in dev requirements
2026-04-29 08:30:16 +02:00
Oliver Hofmann
03712fe401
Add DockerHub README with usage, env vars and compose examples
2026-04-29 08:26:47 +02:00