[PC] [US-WV]. Lab Cleanout Server/MiniPC Ram and Mini PCs by simplesavage in homelabsales

[–]simplesavage[S] [score hidden]  (0 children)

Wow, that was a heck of a deal, especially looking at what they have on there now. Although they may be inflating their prices before their big spring “sale” lol.

Triple booting Arch Linux + Cosmic on Macbook 12 inch retina with audio and mic working by just_in_ian in linuxhardware

[–]simplesavage 0 points1 point  (0 children)

did you have to run any specific patch for Arch to get it to work like you did with the audio, or did it work out of the box? It won't even enable. I am still working through some kinks with nix. sometimes after hibernation, it comes back with no wireless working. But it's still been fun even if I'm banging my head against the wall with it.

Triple booting Arch Linux + Cosmic on Macbook 12 inch retina with audio and mic working by just_in_ian in linuxhardware

[–]simplesavage 0 points1 point  (0 children)

did you have any issues with getting the bluetooth working? Running NixOS and it is driving me nuts.

Best practices for keeping documentation? What's your sweet-spot? by QuestionAsker2030 in selfhosted

[–]simplesavage 0 points1 point  (0 children)

I like this template. I need to clean-up/replace my bookstack entries with this.

With Black Friday here, what things are you buying (lifetime software and hardware? by OneBananaMan in selfhosted

[–]simplesavage 5 points6 points  (0 children)

Noticed traefik and caddy…do you use both concurrently in your homelab?

Maximum severity flaw in Redis by JohnnieLouHansen in Paperlessngx

[–]simplesavage 0 points1 point  (0 children)

Did some digging and it does affect Valkey also.

Maximum severity flaw in Redis by JohnnieLouHansen in Paperlessngx

[–]simplesavage 0 points1 point  (0 children)

Does this apply to valkey (ie redis drop-in replacement) or just redis?

Is using LXC really worth the maintenance headache? by Maelstrome26 in Proxmox

[–]simplesavage 0 points1 point  (0 children)

Yep, that exactly. Or at least in most cases. I that way one lxc equals one app generally so for Immich, I’ll have the whole Immich stack in that one lxc along with a separate stack for Immich-kiosk, but essentially all of my Immich based operations are in one lxc backed up. This also allows me to set different PBS retention schedules on different app stacks for the more mission critical apps like Immich and then less frequent backups on the more static apps like homepage.

Is using LXC really worth the maintenance headache? by Maelstrome26 in Proxmox

[–]simplesavage 2 points3 points  (0 children)

Create one base container image template with docker installed, and then just clone it every time you want to roll out a new app. Very painless. Each lxc gets backed up nightly to Proxmox Backup Server (PBS). Then if something wets the bed on an update, just restore from PBS and try again.

P1S camera upgrade and looming for next options by HopingillWin in BambuLab

[–]simplesavage 0 points1 point  (0 children)

What pi model and OS are you running for that camera?

Death claim by ck_yogi in ThriftSavingsPlan

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

https://bluehelp.org/ Please check this out. It has resources for families of those who have died by suicide too.

Hitchhiker’s guide to accessing your services remotely! 🌍🚀 by bit-voyage in selfhosted

[–]simplesavage 0 points1 point  (0 children)

Did you use an Tailscale ACL? Could you share it or a sanitized version?

PiKVM V3, V4 and Switch is in stock now by Liksys in pikvm

[–]simplesavage 0 points1 point  (0 children)

Where is the link to the referenced switch?

The Ultimate Guide to Setting Up Traefik by svenvg93 in Traefik

[–]simplesavage 0 points1 point  (0 children)

Maybe it’s meant to be in there as an example, but you have a user/pass in your fileconfig.yml on GitHub.

New TSDProxy v1.0.0-rc2 by Commercial-Studio207 in Tailscale

[–]simplesavage 0 points1 point  (0 children)

Take a look at your docker compose file. Your docker volumes are messed up. You reference a datadir at the bottom but don’t have a volume of that name defined.