dashboard: add LiteLLM + Open WebUI service cards
This commit is contained in:
parent
54df49f665
commit
05d6089f24
1 changed files with 2 additions and 0 deletions
|
|
@ -38,10 +38,12 @@ const SECTIONS = [
|
||||||
{ id: "paperless", name: "Paperless", desc: "Document OCR + search", emoji: "📄", url: "https://docs.manohargupta.com", status: "online", lastCheck: 8 },
|
{ id: "paperless", name: "Paperless", desc: "Document OCR + search", emoji: "📄", url: "https://docs.manohargupta.com", status: "online", lastCheck: 8 },
|
||||||
{ id: "miniflux", name: "Miniflux", desc: "RSS reader", emoji: "📰", url: "https://feeds.manohargupta.com", status: "online", lastCheck: 7, badge: "11 unread" },
|
{ id: "miniflux", name: "Miniflux", desc: "RSS reader", emoji: "📰", url: "https://feeds.manohargupta.com", status: "online", lastCheck: 7, badge: "11 unread" },
|
||||||
{ id: "changedetect", name: "ChangeDetection",desc: "Page change monitor", emoji: "👁", url: "https://watch.manohargupta.com", status: "warning", lastCheck: 45 },
|
{ id: "changedetect", name: "ChangeDetection",desc: "Page change monitor", emoji: "👁", url: "https://watch.manohargupta.com", status: "warning", lastCheck: 45 },
|
||||||
|
{ id: "openwebui", name: "Open WebUI", desc: "ChatGPT-style AI chat", emoji: "💬", url: "https://chat.manohargupta.com", status: "online", lastCheck: 10 },
|
||||||
]},
|
]},
|
||||||
{ id: "dev", label: "Dev", services: [
|
{ id: "dev", label: "Dev", services: [
|
||||||
{ id: "forgejo", name: "Forgejo", desc: "Self-hosted Git", emoji: "🌿", url: "https://git.manohargupta.com", status: "online", lastCheck: 11 },
|
{ id: "forgejo", name: "Forgejo", desc: "Self-hosted Git", emoji: "🌿", url: "https://git.manohargupta.com", status: "online", lastCheck: 11 },
|
||||||
{ id: "codeserver", name: "Code Server", desc: "Browser IDE", emoji: "💻", url: "https://code.manohargupta.com", status: "online", lastCheck: 18 },
|
{ id: "codeserver", name: "Code Server", desc: "Browser IDE", emoji: "💻", url: "https://code.manohargupta.com", status: "online", lastCheck: 18 },
|
||||||
|
{ id: "litellm", name: "LiteLLM", desc: "Unified LLM gateway", emoji: "🧠", url: "https://llm.manohargupta.com", status: "online", lastCheck: 5 },
|
||||||
{ id: "apprise", name: "Apprise", desc: "Notification hub", emoji: "🔔", url: "https://notify.manohargupta.com", status: "offline", lastCheck: 30 },
|
{ id: "apprise", name: "Apprise", desc: "Notification hub", emoji: "🔔", url: "https://notify.manohargupta.com", status: "offline", lastCheck: 30 },
|
||||||
]},
|
]},
|
||||||
{ id: "finance", label: "Finance & Intel", services: [
|
{ id: "finance", label: "Finance & Intel", services: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue