OpenWebUI: URL von HTTP auf HTTPS (ui.datenhimmel.work) umgestellt

This commit is contained in:
Daniel Krause
2026-05-23 13:47:10 +02:00
parent ce6c93024e
commit 533c388c68
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ SSH-Befehl: ssh root@185.162.249.159
# Services (Docker auf Ports 3000-3002)
Gitea: http://185.162.249.159:3000/ (admin: danielkrause)
Chatwoot: http://185.162.249.159:3001/
Open WebUI: http://185.162.249.159:3002/
Open WebUI: https://ui.datenhimmel.work
Ollama: localhost:11434 (Cloud-Modelle via ollama.com)
Docker: /opt/gitea, /opt/chatwoot, /opt/openwebui
+2 -2
View File
@@ -13,13 +13,13 @@ Netcup-Server erreichbar per SSH-Key:
|--------|-----|--------------------|
| Gitea | http://185.162.249.159:3000/ | /opt/gitea (binary, systemd user: git) |
| Chatwoot | http://185.162.249.159:3001/ | /opt/chatwoot (docker compose) |
| Open WebUI | http://185.162.249.159:3002/ | /opt/openwebui (docker compose) |
| Open WebUI | https://ui.datenhimmel.work | /opt/openwebui (docker compose) |
| Ollama | localhost:11434 | systemd service, user: ollama |
| SearchTool | https://search.datenhimmel.work | /opt/search-tool (docker compose) |
## OpenCode API-Zugang
- **Base URL**: `http://185.162.249.159:3002/ollama/v1` (OpenWebUI Ollama-Proxy)
- **Base URL**: `https://ui.datenhimmel.work/api` (OpenWebUI OpenAI-kompatible API)
- **API Key**: sk-ce343adf68855a8df4c991dde4d4e2b27c61d883915fb6db
- Direkter Ollama-Zugriff (Port 11434) per iptables nur für localhost + Docker
+1 -1
View File
@@ -5,7 +5,7 @@
"openwebui": {
"options": {
"apiKey": "sk-ce343adf68855a8df4c991dde4d4e2b27c61d883915fb6db",
"baseURL": "http://185.162.249.159:3002/api"
"baseURL": "https://ui.datenhimmel.work/api"
},
"models": {
"gemini-3-flash-preview:cloud": { "name": "Gemini 3 Flash" },
+1 -1
View File
@@ -4,7 +4,7 @@
"openwebui": {
"options": {
"apiKey": "DEIN_API_KEY_HIER_EINFUEGEN",
"baseURL": "http://185.162.249.159:3002/ollama/v1"
"baseURL": "https://ui.datenhimmel.work/api"
},
"models": {
"gemini-3-flash-preview:cloud": { "name": "Gemini 3 Flash" },