add Angel (portfolio tracker) to Finance & Intel section
This commit is contained in:
parent
7adc837b27
commit
d27c0a31f1
1 changed files with 2 additions and 1 deletions
|
|
@ -46,11 +46,12 @@ const SECTIONS = [
|
||||||
{ 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: "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: "angel", name: "Angel", desc: "Dev tool", emoji: "😇", url: "https://angel.manohargupta.com", status: "online", lastCheck: 1 },
|
|
||||||
]},
|
]},
|
||||||
{ id: "finance", label: "Finance & Intel", services: [
|
{ id: "finance", label: "Finance & Intel", services: [
|
||||||
{ id: "tiger", name: "Tiger Agent", desc: "AI orchestration", emoji: "🐯", url: "https://agent.manohargupta.com", status: "online", lastCheck: 6 },
|
{ id: "tiger", name: "Tiger Agent", desc: "AI orchestration", emoji: "🐯", url: "https://agent.manohargupta.com", status: "online", lastCheck: 6 },
|
||||||
{ id: "ladder", name: "Ladder", desc: "Paywall bypass · CORS proxy", emoji: "🪜", url: "https://ladder.manohargupta.com", status: "online", lastCheck: 9 },
|
{ id: "ladder", name: "Ladder", desc: "Paywall bypass · CORS proxy", emoji: "🪜", url: "https://ladder.manohargupta.com", status: "online", lastCheck: 9 },
|
||||||
|
{ id: "angel", name: "Angel", desc: "Portfolio tracker", emoji: "😇", url: "https://angel.manohargupta.com", status: "online", lastCheck: 1 },
|
||||||
]},
|
]},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue