OpenWebUI: URL von HTTP auf HTTPS (ui.datenhimmel.work) umgestellt
This commit is contained in:
@@ -8,7 +8,7 @@ SSH-Befehl: ssh root@185.162.249.159
|
|||||||
# Services (Docker auf Ports 3000-3002)
|
# Services (Docker auf Ports 3000-3002)
|
||||||
Gitea: http://185.162.249.159:3000/ (admin: danielkrause)
|
Gitea: http://185.162.249.159:3000/ (admin: danielkrause)
|
||||||
Chatwoot: http://185.162.249.159:3001/
|
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)
|
Ollama: localhost:11434 (Cloud-Modelle via ollama.com)
|
||||||
Docker: /opt/gitea, /opt/chatwoot, /opt/openwebui
|
Docker: /opt/gitea, /opt/chatwoot, /opt/openwebui
|
||||||
|
|
||||||
|
|||||||
@@ -13,13 +13,13 @@ Netcup-Server erreichbar per SSH-Key:
|
|||||||
|--------|-----|--------------------|
|
|--------|-----|--------------------|
|
||||||
| Gitea | http://185.162.249.159:3000/ | /opt/gitea (binary, systemd user: git) |
|
| Gitea | http://185.162.249.159:3000/ | /opt/gitea (binary, systemd user: git) |
|
||||||
| Chatwoot | http://185.162.249.159:3001/ | /opt/chatwoot (docker compose) |
|
| 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 |
|
| Ollama | localhost:11434 | systemd service, user: ollama |
|
||||||
| SearchTool | https://search.datenhimmel.work | /opt/search-tool (docker compose) |
|
| SearchTool | https://search.datenhimmel.work | /opt/search-tool (docker compose) |
|
||||||
|
|
||||||
## OpenCode API-Zugang
|
## 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
|
- **API Key**: sk-ce343adf68855a8df4c991dde4d4e2b27c61d883915fb6db
|
||||||
- Direkter Ollama-Zugriff (Port 11434) per iptables nur für localhost + Docker
|
- Direkter Ollama-Zugriff (Port 11434) per iptables nur für localhost + Docker
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"openwebui": {
|
"openwebui": {
|
||||||
"options": {
|
"options": {
|
||||||
"apiKey": "sk-ce343adf68855a8df4c991dde4d4e2b27c61d883915fb6db",
|
"apiKey": "sk-ce343adf68855a8df4c991dde4d4e2b27c61d883915fb6db",
|
||||||
"baseURL": "http://185.162.249.159:3002/api"
|
"baseURL": "https://ui.datenhimmel.work/api"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"gemini-3-flash-preview:cloud": { "name": "Gemini 3 Flash" },
|
"gemini-3-flash-preview:cloud": { "name": "Gemini 3 Flash" },
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"openwebui": {
|
"openwebui": {
|
||||||
"options": {
|
"options": {
|
||||||
"apiKey": "DEIN_API_KEY_HIER_EINFUEGEN",
|
"apiKey": "DEIN_API_KEY_HIER_EINFUEGEN",
|
||||||
"baseURL": "http://185.162.249.159:3002/ollama/v1"
|
"baseURL": "https://ui.datenhimmel.work/api"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"gemini-3-flash-preview:cloud": { "name": "Gemini 3 Flash" },
|
"gemini-3-flash-preview:cloud": { "name": "Gemini 3 Flash" },
|
||||||
|
|||||||
Reference in New Issue
Block a user