diff --git a/lobe-chat/docker-compose.yml b/lobe-chat/docker-compose.yml new file mode 100644 index 0000000000..89092797c9 --- /dev/null +++ b/lobe-chat/docker-compose.yml @@ -0,0 +1,12 @@ +version: '3.7' + +services: + app_proxy: + environment: + APP_HOST: lobe-chat_app_1 + APP_PORT: 3210 + + app: + image: lobehub/lobe-chat:v1.35.13 + restart: on-failure + user: "1000:1000" diff --git a/lobe-chat/umbrel-app.yml b/lobe-chat/umbrel-app.yml new file mode 100644 index 0000000000..6cb64af858 --- /dev/null +++ b/lobe-chat/umbrel-app.yml @@ -0,0 +1,30 @@ +manifestVersion: 1 +id: lobe-chat +name: Lobe Chat +tagline: An open-source, modern-design AI chat framework +category: ai +version: "1.35.13" +port: 7455 +description: >- + 💬 An open-source, modern-design ChatGPT/LLMs UI/Framework. + + + 🗣️ Supports speech-synthesis, multi-modal, and extensible (function call) plugin system. + + + 🤖 One-click deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/Ollama chat application. + + + 🔑 To get started, add your OpenAI API key in the settings or configure one of the many other providers. +developer: LobeHub +website: https://lobehub.com/ +submitter: al-lac +submission: https://github.com/getumbrel/umbrel-apps/pull/1901 +repo: https://github.com/lobehub/lobe-chat +support: https://github.com/lobehub/lobe-chat/issues +gallery: [] +defaultUsername: "" +defaultPassword: "" +dependencies: [] +releaseNotes: "" +path: ""