mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Add Open Fiesta AI chat template (#314)
This commit is contained in:
committed by
GitHub
parent
8188e30f46
commit
393557c160
12
blueprints/open-fiesta/docker-compose.yml
Normal file
12
blueprints/open-fiesta/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
ai_fiesta:
|
||||
image: ghcr.io/jaainil/open-fiesta-ghcr:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
OPENROUTER_API_KEY: ${OPENROUTER_API_KEY}
|
||||
GEMINI_API_KEY: ${GEMINI_API_KEY}
|
||||
UNSTABLE_INFERENCE_API_KEY: ${UNSTABLE_INFERENCE_API_KEY}
|
||||
OLLAMA_URL: ${OLLAMA_URL}
|
||||
BIN
blueprints/open-fiesta/image.png
Normal file
BIN
blueprints/open-fiesta/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 309 KiB |
14
blueprints/open-fiesta/template.toml
Normal file
14
blueprints/open-fiesta/template.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "ai_fiesta"
|
||||
port = 3000
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
OPENROUTER_API_KEY = "${OPENROUTER_API_KEY}"
|
||||
GEMINI_API_KEY = "${GEMINI_API_KEY}"
|
||||
UNSTABLE_INFERENCE_API_KEY = "${UNSTABLE_INFERENCE_API_KEY}"
|
||||
OLLAMA_URL = "${OLLAMA_URL}"
|
||||
18
meta.json
18
meta.json
@@ -3257,6 +3257,24 @@
|
||||
"event"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "open-fiesta",
|
||||
"name": "Open Fiesta",
|
||||
"version": "latest",
|
||||
"description": "Open Fiesta is an open-source AI chat and inference UI, supporting multiple backends such as OpenRouter, Gemini, and Ollama.",
|
||||
"logo": "image.png",
|
||||
"links": {
|
||||
"github": "https://github.com/jaainil/open-fiesta",
|
||||
"website": "https://github.com/jaainil/open-fiesta",
|
||||
"docs": "https://github.com/jaainil/open-fiesta#readme"
|
||||
},
|
||||
"tags": [
|
||||
"ai",
|
||||
"chatbot",
|
||||
"inference",
|
||||
"frontend"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "open-webui",
|
||||
"name": "Open WebUI",
|
||||
|
||||
Reference in New Issue
Block a user