Compare commits

..

27 Commits

Author SHA1 Message Date
0862f68103 erreur routing 2026-02-25 09:34:55 +01:00
0eee724f6a erreur server.py gradio > fast api 2026-02-25 09:17:06 +01:00
2298fb53b8 erreur 2026-02-25 08:22:46 +01:00
e5c29e5b46 erreurs 2026-02-25 08:16:32 +01:00
5e2ace4829 erreur 2026-02-24 20:05:36 +01:00
968e4520bc erreur 2026-02-24 19:27:24 +01:00
74db170b38 erreur 2026-02-24 19:22:53 +01:00
904aa51bc4 erreur 2026-02-24 18:44:23 +01:00
14853463de errreur 2026-02-24 18:09:54 +01:00
e80b0af5ab erreurs 2026-02-24 17:52:46 +01:00
2c28364bf8 plus rapide 2026-02-24 17:35:44 +01:00
45f09ae7ff plus rapide 2026-02-24 17:34:01 +01:00
c710a007f8 erreur 2026-02-24 17:31:26 +01:00
06973e6d94 pb port 2026-02-24 17:29:28 +01:00
4845a6ec4a probleme dependances 2026-02-24 16:56:27 +01:00
fdc0babb7e correction bug 2026-02-24 15:33:05 +01:00
5d064b9192 readme 2026-02-24 14:46:29 +01:00
dd0481d0a8 avec nginx 2026-02-24 14:21:03 +01:00
2a36213b25 debut 2026-02-24 14:16:30 +01:00
71304cbc1e debut 2026-02-24 13:51:01 +01:00
9fa2420691 debut 2026-02-24 13:49:14 +01:00
f33db26118 debut 2026-02-24 13:46:11 +01:00
7ab5e36805 debut 2026-02-24 13:44:44 +01:00
6dac601784 debut 2026-02-24 13:41:44 +01:00
fe25137539 debut repo 2026-02-24 13:36:07 +01:00
7a879c81ed version 2026-02-24 13:27:02 +01:00
043e491a77 Ajouter .env 2026-02-24 10:12:54 +00:00
3 changed files with 2 additions and 23 deletions

0
.env Normal file
View File

View File

@ -1,8 +0,0 @@
# Clé secrète Open WebUI (générer avec: openssl rand -hex 32)
WEBUI_SECRET_KEY=your_secret_key_here
# IP publique de ta VM Vast.ai (change à chaque nouvelle instance)
WEBUI_URL=http://YOUR_VAST_AI_IP
# Token du tunnel Cloudflare
CF_TUNNEL_TOKEN=your_cloudflare_tunnel_token

View File

@ -16,27 +16,14 @@ services:
condition: service_started
restart: always
# --- LE TUNNEL HTTPS ---
cloudflared:
image: cloudflare/cloudflared:latest
container_name: studio-cloudflared
command: tunnel --no-autoupdate run --token ${CF_TUNNEL_TOKEN}
environment:
- CF_TUNNEL_TOKEN=${CF_TUNNEL_TOKEN}
networks:
- studio-net
depends_on:
- gateway
restart: always
# --- L'INTERFACE (Open WebUI) ---
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
environment:
- OLLAMA_BASE_URL=http://ollama:11434
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
- WEBUI_URL=${WEBUI_URL}
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY:-supersecretkey}
- WEBUI_URL=http://93.108.34.236
- ENABLE_WEBSOCKETS=True
volumes:
- webui_data:/app/backend/data