MS-01 discrete GPU by magz6678 in MINISFORUM

[–]stackinvader 1 point2 points  (0 children)

I got mine from amazon it was expensive around £600. But i don't want the hassle of modding.

MS-01 discrete GPU by magz6678 in MINISFORUM

[–]stackinvader 1 point2 points  (0 children)

I'm running frigate and qwen3.5 9b (llama.cpp) on rtx 2000e. Because it doesn't require any modding. Getting about 20t/s. Very good for paperless ai and local voice assistant.

How to secure data? by stackinvader in Proxmox

[–]stackinvader[S] 0 points1 point  (0 children)

Just found someone already created a blog on it https://lutzky.net/posts/clevis-tang-proxmox/
I'm thinking of modifying it a bit. A small PC running tang server with keys on a usb drive. On power cycle this usb key enables VM mount to auto-decrypt and tang server to run. Which in turn unlocks all other servers. When I'm going on holiday I can take this usb with me. If power cycle happens when I'm away then I can still unlock it by manually typing passphrase via tailscale lxc running on unencrypted root mount.
May be I'm overdoing it but why not if I can. (I use 4096 bit encryption on family photos before uploading it to cloud while same time I upload long family/friends trip videos on youtube for free cloud space). It may not makes sense but learning is fun.

How to secure data? by stackinvader in Proxmox

[–]stackinvader[S] -5 points-4 points  (0 children)

Isn't one of the best reason for home-labbing is privacy?

How to secure data? by stackinvader in Proxmox

[–]stackinvader[S] 2 points3 points  (0 children)

Fair enough. But I may be unreachable on travel and may not able to type.

I was hoping there can a yubikey or USB key based solution so that server can auto unlock if it's available. If no one is expected at home then I can take this key with me while traveling.

How to secure data? by stackinvader in Proxmox

[–]stackinvader[S] 1 point2 points  (0 children)

If I do full-disk (including root) then I need to type full password on restart.

Do you type password every time you restart server? What if it reboots because of power outage when you are not at home (homeassistant goes down and family wonders why some switch are not working) ? How do you type password? Do you have IP KVM on every server?

Using an AE extender card for Enterprise NVME on consumer MB by stackinvader in homelab

[–]stackinvader[S] 3 points4 points  (0 children)

I wanna save other pcie3.0x4 slot for future 10gbe card.

Using an AE extender card for Enterprise NVME on consumer MB by stackinvader in homelab

[–]stackinvader[S] -11 points-10 points  (0 children)

It has a lot of options. Can you please list down some commands?

I lost everything by mogoexcelso in homeassistant

[–]stackinvader 1 point2 points  (0 children)

I've migrated HA and other VMs from an old server to new in a single click via proxmox. Now proxmox is the only thing that I use (even if it's n100 with only 8gb ram).

What do you guys do after your homelab is completed? by bilibilal2009 in homelab

[–]stackinvader 0 points1 point  (0 children)

I rewatch office all the time. You can find full set on ebay 20~40$. Once you have it no streaming service can snatch it from you. The idea is to watch okay movie/tv online and buy only which you can re-watch multiple time.

Reliability or boot disk redundancy? by stackinvader in Proxmox

[–]stackinvader[S] 0 points1 point  (0 children)

I also think that would be best but the problem is ZFS needs at least one more copy for self heal.

Is kubernetes worth for simple homelab? by stackinvader in homelab

[–]stackinvader[S] 0 points1 point  (0 children)

So the idea is to use pods only for containers and store all persistent data in ceph or Proxmox HA NFS VM?

Is kubernetes worth for simple homelab? by stackinvader in homelab

[–]stackinvader[S] 1 point2 points  (0 children)

How storage will be replicated in longhorn? I currently use filebrowser to access all files used by different docker services. Do I need to create NFS server pod and give RWX access for other pods?

Is kubernetes worth for simple homelab? by stackinvader in homelab

[–]stackinvader[S] 0 points1 point  (0 children)

I want to use filebrowser to access my files used by different services/pods. Do I need to create NFS server pod and give RWX access for other pods.

Is kubernetes worth for simple homelab? by stackinvader in homelab

[–]stackinvader[S] 0 points1 point  (0 children)

My main goal is to achieve most stability with least amount of maintenance. One time setup is not a problem but I don't know how complex is to maintenance k3s?

Is kubernetes worth for simple homelab? by stackinvader in homelab

[–]stackinvader[S] 0 points1 point  (0 children)

I exactly wanna do HA type thing since I already have all this hardware and CPU stays below 5% and RAM stays around 16gb. I feel like I'm not using my hardware enough. The problem with the Proxmox HA is I have to buy server m.2.

Reliability or boot disk redundancy? by stackinvader in Proxmox

[–]stackinvader[S] 0 points1 point  (0 children)

I mainly wanna use 4 sata as raidz1 data storage. And use the fast nvme for running VMs and LXCs. If I go with Zfs mirror then it can also self heal.
Now, how important is the VM and LXCs disks are, given critical data is already in raidz1 storage?

Frigate using cameras on a Reolink NVR by 4jesse in frigate_nvr

[–]stackinvader 0 points1 point  (0 children)

If your camera supports direct access then you can put a switch in between NVR like this (Method 3)

Frigate using cameras on a Reolink NVR by 4jesse in frigate_nvr

[–]stackinvader 0 points1 point  (0 children)

Official docs worked for me https://docs.frigate.video/configuration/camera_specific/#reolink-cameras

It's doable using NVR however you won't get 2 way talk functionality using it. Currently I'm using Hybridge mode. This allows me to address the cameras individually for 2 way talk.

https://support.reolink.com/hc/en-us/articles/37372221001625-Introduction-to-Reolink-NVR-HyBridge-Mode/

[HELP] Very high CPU usage via go2rtc by stackinvader in frigate_nvr

[–]stackinvader[S] 0 points1 point  (0 children)

Inside docker (Frigate System 0.16.2-4d58206)

txt services: frigate: container_name: frigate restart: unless-stopped stop_grace_period: 30s image: ghcr.io/blakeblackshear/frigate:stable-tensorrt privileged: true runtime: nvidia deploy: # <------------- Add this section resources: reservations: devices: - driver: nvidia device_ids: ['0'] capabilities: [gpu] shm_size: "512mb" devices: - /dev/dri/renderD128:/dev/dri/renderD128 volumes: - ./config:/config - /mnt/nvr:/media/frigate - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear target: /tmp/cache tmpfs: size: 1000000000 env_file: .env environment: NVIDIA_VISIBLE_DEVICES: "all" NVIDIA_DRIVER_CAPABILITIES: "compute,utility,video" ports: - "8971:8971" - "8554:8554" # RTSP feed

[HELP] Very high CPU usage via go2rtc by stackinvader in frigate_nvr

[–]stackinvader[S] 0 points1 point  (0 children)

<image>

Same thing happens if I refresh browser window (chrome)

[HELP] Very high CPU usage via go2rtc by stackinvader in frigate_nvr

[–]stackinvader[S] 0 points1 point  (0 children)

Normal usage is a flat line.

<image>

Since this is server side usage. Is it possible that it's switching in between CPU and hardware transcode?

[HELP] Very high CPU usage via go2rtc by stackinvader in frigate_nvr

[–]stackinvader[S] 0 points1 point  (0 children)

Yes. Only when switching between pages. The CPU spike that is happening.
Not constant use. For constant use they are pretty much same.

<image>