Skip to content

Commit

Permalink
App Submission: Lobe Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
al-lac committed Dec 6, 2024
1 parent c229b32 commit df58305
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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

Check failure on line 10 in lobe-chat/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid image name "lobehub/lobe-chat:v1.35.13"

Images should be named like "<name>:<version-tag>@<sha256>"
restart: on-failure
user: "1000:1000"
30 changes: 30 additions & 0 deletions lobe-chat/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -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: ""

0 comments on commit df58305

Please sign in to comment.