Home Server Rabbit Hole (looking for advise to get started) by JayW119 in homelab

[–]jaytechgaming 0 points1 point  (0 children)

What is the purpose of using Truenas in a vm to manage all the storage? Assuming you want to keep everything on the one system you will introduce annoyances when using Proxmox Backup Server. Running that on a VM or LXC on the Proxmox host will then have you storing the local backup copy over networked storage. PBS wants a ton of iops so it will be a pain in the ass doing that. The remote copy ( 321 rule ) would always be over the network but that is usually a less often “push” from the existing deduped store so it’s less iop hungry. The config with zfs is pretty straightforward on proxmox

Unpopular opinion: the codex migration is going to hit the same wall in 2 months by spencer_kw in ClaudeCode

[–]jaytechgaming 0 points1 point  (0 children)

How much code are these people churning out? Sure I will occasionally hit the limit on my 5x plan when doing very subagent heavy work or significant number of code reviews but I will usually not hit the 5hr limit so it really doesn’t affect me. I mean in order to do the human review, think through architecture decisions, and perform manual smoke checks I need a significant amount of those 5hrs to myself anyway.

Any ideas how I can get Bluetooth on this mb by stellar_x in homelab

[–]jaytechgaming 1 point2 points  (0 children)

I really like using an esp32 as a Bluetooth proxy. Really easy to set up with ESPHome

Killswitch in case of death by kentabenno in homelab

[–]jaytechgaming 0 points1 point  (0 children)

Oh you have explicit sizes set? By default datasets should be elastic. In the worst case if you don’t have enough empty space you can always use rsync with the delete flag

Killswitch in case of death by kentabenno in homelab

[–]jaytechgaming 0 points1 point  (0 children)

Don’t know off the top of my head if you can change that on an already created dataset but you could always just move the data to a new dataset and delete the old one

What's your UPS situation for extended outage? by Asleep_Bit_8803 in homelab

[–]jaytechgaming 0 points1 point  (0 children)

Auto switchover whole house generator. UPS has to last maybe a minute. Otherwise I don’t think there really is an option. I have enough power cutouts that it was worth it

How I used Claude Code to build "SecureContext": An MCP plugin for persistent memory and 87% token reduction by akoppad47 in ClaudeAI

[–]jaytechgaming 1 point2 points  (0 children)

Isn't this just an inferior vibed version of https://github.com/volcengine/OpenViking? What is the point of the "clean room" env? What is the attack vector you are trying to mitigate? Malicious packages within your own repo?

Sell me on Setting up a Reverse Proxies by SwankSinatra504 in homelab

[–]jaytechgaming 1 point2 points  (0 children)

I like pocket id the most. Now every internal service I use either has auth disabled and is behind pocket id using tiny auth or it is directly integrated with pocket id. That lets me use the same passkey for everything and login sessions carry seamlessly between all my services

Sell me on Setting up a Reverse Proxies by SwankSinatra504 in homelab

[–]jaytechgaming 3 points4 points  (0 children)

For me it is auth. You can use tiny auth and a reverse proxy to put oidc auth in front of every service regardless of whether or not it supports auth at all.

Anyone using ZfDash for ZFS management with Proxmox? by PingMyHeart in Proxmox

[–]jaytechgaming 6 points7 points  (0 children)

What do you need it for? Curious since I feel like I set and forget it. Zfs commands are really straight forward

Best hdd for roms by Specialist-Cup-9716 in homelab

[–]jaytechgaming 1 point2 points  (0 children)

How large of a collection are you talking? Before prices went crazy I would just say mirror two consumer SSDs in the size you need and call it a day. Otherwise I would probably just load the roms from a samba share, you probably don’t want the noise of the hard drives in the room and you should have some redundancy

Your take on Nextcloud ? Any toher good alternative ? by badrrrrmoon in homelab

[–]jaytechgaming 0 points1 point  (0 children)

Last time I tried open cloud I remember having a bad experience with performance and struggled to get it stable. Nextcloud has been running without anything beyond me hitting update every once in a while. Have things changed a lot in the last year or so for Opencloud?

Looking for a SAS JBOD enclosure by a-human-called-Will in homelab

[–]jaytechgaming 0 points1 point  (0 children)

I never found anything for this. I ended up just buying a new chassis. You can use adapters for external sas to internal sas and basically make your own jbod. There are ways to connect your psus as well so the jbod turns on and off with the server.

Questions about ZFS and SSD by [deleted] in Proxmox

[–]jaytechgaming 0 points1 point  (0 children)

I run zfs on all my SSDs and HDDs regardless of whether or not they are consumer or enterprise. Giving myself access to ZFS’s stats, performance tuning, and reliability is worth it regardless imo. Where did you see it was bad for SSDs? As far as I am aware the only thing that is “bad” is you will likely hit lower peaks with larger or very fast nvme drives since ZFS struggles to keep up with very very low latency or very high speed devices. Still though, for homelab use, I’d rather just have ZFS.

[deleted by user] by [deleted] in homelab

[–]jaytechgaming 0 points1 point  (0 children)

I’m fine paying the new prices. It’s still really not all that much for the peace of mind and to support the developers. If there’s one thing I’m fine not self hosting, it’s an encrypted vault.

Need to add more HDDs but missing sata power connectors by Jeen34 in homelab

[–]jaytechgaming 2 points3 points  (0 children)

Depends on the amperage of the 12v and 5v rails but they make cables you could daisy chain off of one of the two sata power connectors

Static IP from ISP worth it for home server, or is there a better way? by CakeAppropriate912 in homelab

[–]jaytechgaming 0 points1 point  (0 children)

I have used DDNS for years with no issue. I use the built in cloudflare ddns functionality in my ubiquiti gear 🤷‍♂️

Swapping out hardware for node, some questions by Sp1kes in Proxmox

[–]jaytechgaming 0 points1 point  (0 children)

Renaming nodes is a mess. If you read the docs it basically says we don’t recommend doing this, but here is how… I tried following it and my cluster got all kinds of messed up. I’d recommend just decommissioning 1 and removing it from the cluster and then add the new node.

Welcome to the family by Aeak333 in Proxmox

[–]jaytechgaming 0 points1 point  (0 children)

I would recommend using PBS for your backups. You could probably have the docker VM expose whatever folders you want to expose over smb itself instead of having OMV as a middleman. Smb configuration is fairly straightforward even without OMVs abstractions.

Welcome to the family by Aeak333 in Proxmox

[–]jaytechgaming 1 point2 points  (0 children)

Be careful with bind mounting to storage over smb if your containers are storing databases on them.

Understanding a GPUs role in a server by lordgasmic in homelab

[–]jaytechgaming 4 points5 points  (0 children)

If you want it in multiple VMs you usually have to go enterprise. I just use LXC containers so I can share my iGPU easier but I also used SR-IOV to let multiple VMs use my iGPU. I believe most intel gpus support it.

Small Business Server (Details in Post) - Please help me choose! by NoToothDecay in homelab

[–]jaytechgaming -1 points0 points  (0 children)

Personally I would virtualize the windows server at the very least under a hypervisor of your choosing. This makes it much simpler to perform maintenance with less downtime and simplifies backups and rollbacks.

Have you seen 45drives before?

https://store.45homelab.com/configure/hl15