frontned updated
This commit is contained in:
parent
00724910b2
commit
4571e00268
2 changed files with 6 additions and 8 deletions
|
|
@ -1,10 +1,4 @@
|
||||||
const services = [
|
const services = [
|
||||||
{
|
|
||||||
name: "Ollama",
|
|
||||||
description: "Local LLM server powering my AI experiments",
|
|
||||||
url: "https://ollama.juntekim.com",
|
|
||||||
icon: "🧠",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Uptime Kuma",
|
name: "Uptime Kuma",
|
||||||
description: "Service monitoring for my homelab and projects",
|
description: "Service monitoring for my homelab and projects",
|
||||||
|
|
@ -33,7 +27,7 @@ const services = [
|
||||||
name: "DBeaver",
|
name: "DBeaver",
|
||||||
description: "Another Web interface I use to manage PostgreSQL databases. - Deciding which one I prefer",
|
description: "Another Web interface I use to manage PostgreSQL databases. - Deciding which one I prefer",
|
||||||
url: "https://dbeaver.juntekim.com",
|
url: "https://dbeaver.juntekim.com",
|
||||||
icon: "🐿️",
|
icon: "🦫",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Monica",
|
name: "Monica",
|
||||||
|
|
|
||||||
|
|
@ -31,4 +31,8 @@ spec:
|
||||||
|
|
||||||
- name: jerry
|
- name: jerry
|
||||||
devices:
|
devices:
|
||||||
- name: /dev/mapper/ubuntu--vg-ceph--osd0
|
- name: /dev/mapper/ubuntu--vg-ceph--osd0
|
||||||
|
|
||||||
|
- name: caspian
|
||||||
|
devices:
|
||||||
|
- name: sdb
|
||||||
Loading…
Add table
Reference in a new issue