From 00724910b2c55c296e0f1de6e0bc4853d8214597 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 11 Mar 2026 06:17:37 +0000 Subject: [PATCH 1/3] updated storage --- rook/after_setup/01-unity-storage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rook/after_setup/01-unity-storage.yaml b/rook/after_setup/01-unity-storage.yaml index a1109e4..ffb9512 100644 --- a/rook/after_setup/01-unity-storage.yaml +++ b/rook/after_setup/01-unity-storage.yaml @@ -31,4 +31,4 @@ spec: - name: jerry devices: - - name: /dev/mapper/ubuntu--vg-ceph--osd \ No newline at end of file + - name: /dev/mapper/ubuntu--vg-ceph--osd0 \ No newline at end of file From 4571e0026857b8399f0c689acaf16e2712c734c2 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 11 Mar 2026 06:59:21 +0000 Subject: [PATCH 2/3] frontned updated --- juntekim_frontend/app/SelfHosted/page.tsx | 8 +------- rook/after_setup/01-unity-storage.yaml | 6 +++++- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/juntekim_frontend/app/SelfHosted/page.tsx b/juntekim_frontend/app/SelfHosted/page.tsx index f4b734a..71cb638 100644 --- a/juntekim_frontend/app/SelfHosted/page.tsx +++ b/juntekim_frontend/app/SelfHosted/page.tsx @@ -1,10 +1,4 @@ const services = [ - { - name: "Ollama", - description: "Local LLM server powering my AI experiments", - url: "https://ollama.juntekim.com", - icon: "🧠", - }, { name: "Uptime Kuma", description: "Service monitoring for my homelab and projects", @@ -33,7 +27,7 @@ const services = [ name: "DBeaver", description: "Another Web interface I use to manage PostgreSQL databases. - Deciding which one I prefer", url: "https://dbeaver.juntekim.com", - icon: "🐿️", + icon: "🦫", }, { name: "Monica", diff --git a/rook/after_setup/01-unity-storage.yaml b/rook/after_setup/01-unity-storage.yaml index ffb9512..15f7c9f 100644 --- a/rook/after_setup/01-unity-storage.yaml +++ b/rook/after_setup/01-unity-storage.yaml @@ -31,4 +31,8 @@ spec: - name: jerry devices: - - name: /dev/mapper/ubuntu--vg-ceph--osd0 \ No newline at end of file + - name: /dev/mapper/ubuntu--vg-ceph--osd0 + + - name: caspian + devices: + - name: sdb \ No newline at end of file From 6e8bd2eafd2871d3b5d2d8fc9a37ce3f175818a0 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 11 Mar 2026 07:12:33 +0000 Subject: [PATCH 3/3] lets go to gym --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..02b863f --- /dev/null +++ b/TODO.md @@ -0,0 +1,3 @@ +figure out how to do a back up for a small pvc and pv using traefik as the example +how would i back everything in ceph storage to aws like i used to do in mist cron job when i it was just the local host +un mount the storage class once i got rid of everything \ No newline at end of file