- 6 Posts
- 10 Comments
Imaginary_Stand4909@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•What Is A Good Sub $300 Computer I Can Use For A Server?English
4·9 days agoI just went to ebay and goodwill for my tech stuff. Goodwill is a tad annoying though cause their online shop is literally only bids, so have fun watching the price shot up in the last few days.
Imaginary_Stand4909@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Having a little trouble deciding on which path to goEnglish
3·10 days agoYeah, I got 4 used 2TB hard drives on Amazon back in early 2024 with a $100 gift card and still had a few bucks left over, and now I see that you basically can’t find a single 2TB drive lower than $70…
I wish I started my homelab sooner…
Imaginary_Stand4909@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Help setting up new serverEnglish
3·1 month agoWhat I want to do is set up an Arrstack, and I know I need to put Docker and maybe Portainer? I have no experience with Docker though.
I used DockSTARTer and TraSH Guides to set up a docker instance running the arr stack in a Debian VM. I still should take the time to learn more about it though.
I also want to put some basic things I and others can access remotely like a shopping list program, photo backups, period tracker, and DnD software. But I’m very afraid of exposing the server to the internet and it being hacked or such. I know there’s something called Tailscale but I’m not sure if that’s what I need.
As of now, it’s pretty much just me accessing my services, but I did use Netbird (similar to Tailscale) to make a VPN to my home network for my friends to access my minecraft server. My setup is jank though, a shared account for all my friends while I have my own. I definitely need to just use another method to host stuff so no account login sharing is being done.
I picked Tailscale to avoid major provider login (Google) and I plan to selfhost it one day…
Imaginary_Stand4909@lemmy.blahaj.zoneOPto
Selfhosted@lemmy.world•Managed Switches & Openwrt AP Hardware ChoicesEnglish
1·2 months agoOh, I totally understand the software side would be different due to running different firmware, and yeah I wasn’t expecting to be able to use the vendor management systems. I was more worried abiut the hardware, but you cleared that up a bit :)
I’ve never heard of OpenWISP, but I’ll keep it in mind if I’ve ever got a bunch of devices I need to manage!
Imaginary_Stand4909@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Popular self-hosting services worth runningEnglish
2·2 months agoI still don’t truly know how to use docker, as I use dockSTARTer on my Debian VM on Proxmox, but it runns all my services now. I tried to resist and have multiple LXCs run everything, but as my homelab grew more complex (SMB & NFS, VPN tunnels, filesharing/hardlinks, etc.) I’ve just given up and have most things running on the docker. With dockstarter it’s enter “yes” to some terminal qs, copypaste templates into your overrides folder, and then use ds -u for update and ds -c to run everything.
I tried to use podman at first because people said it was safer and faster but… I literally couldn’t figure out how to turn a pod into a service so it will autostart on system launch 😅
Imaginary_Stand4909@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Simple inexpensive cloud backup?English
2·2 months agoOkay, how do you get sanoid & syncoid to run, because I’ve tried, and I’m just too dummy. When it makes a backup, is it literally making a zfs data record/pool/whatever on the other machine? Or is it more like a file? I have a Proxmox running cockpit (SMB & NFS) and the machine is connected to a USB drive bay that has ZFS. My immich is saving pictures to my ZFS drive bay via SMB.
I’ve tried to do
syncoid pool_name/data/immich root@cockpit.service.IP.addr:mnt/samba/backupsbut I get hit with:
Long ass error message
WARNING: ZFS resume feature not available on target machine - sync will continue without resume support. INFO: Sending oldest full snapshot Orico2tera4/data/immich@syncoid_nova_2026-01-27:13:38:44-GMT-05:00 to new target filesystem root@192.168.0.246:/mnt/samba/backups (~ 42 KB): /dev/zfs and /proc/self/mounts are required. Try running 'udevadm trigger' and 'mount -t proc proc /proc' as root. 44.2KiB 0:00:00 [ 694KiB/s] [===========================================] 103% CRITICAL ERROR: zfs send 'Orico2tera4/data/immich'@'syncoid_nova_2026-01-27:13:38:44-GMT-05:00' | pv -p -t -e -r -b -s 43632 | lzop | mbuffer -q -s 128k -m 16M | ssh -S /tmp/syncoid-root1921680246-1772385641-845218-1784 root@192.168.0.246 ' mbuffer -q -s 128k -m 16M | lzop -dfc | zfs receive -F '"'"'/mnt/samba/backups'"'"' 2>&1' failed: 256I’ve tried reading the github docs and some forums but I’m dummy. I just want to have backups that I can encrypt and keep in a cloud for cheap somewhere. Does it literally have to be two different machines (god I’m dumb)? Can I just auto run ZFS snapshots and encrypt then save those to Drive/OneDrive/Whoever?
Imaginary_Stand4909@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•If you are not in a tech field, what got you into self-hosting?English
2·3 months agoAs a cyber student, I have to literally stop myself from researching FOSS apps and homelab setups so I do my actual work that will get me the degree to pay for said projects and setups…
Imaginary_Stand4909@lemmy.blahaj.zoneOPto
Selfhosted@lemmy.world•Run a NAS OS on an old Compaq laptop?English
1·3 months agoOh I definitely want to have a dedicated machine for the opnsense, I was planning that and a small switch as a gift to myself for my birthday. I just wanted to figure out if I could do something with this poor laptop lol.
I’ll keep your NAS setup in mind.
Imaginary_Stand4909@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Self-hosting in 2026 isn't about privacy anymore - it's about building resistance infrastructureEnglish
3·4 months agoCurrently in that “sifting through online resouces” phase, but less because of broken stuff, and more because I want to set up everything prefectly the first time. Which is probs impossible lol. I am majoring in Cyber, so tech is my life, but this homelab is how I actually put what I’ve learned to use and learn even more than what college will probably teach me.
I’m on winter break and having a blast (kind of 😅) setting up my Proxmox to have all the services I want. I have gotten stuck several times, but I can find info eventually, and keep moving forward. Thankfully there’s a website that contains Proxmox setup scripts for almost every service imaginable, making a homelab way more accessible.
Linux skills/terminal knowlege helps this process go by faster, and my networking knowledge helps too. But that’s basically all I got lol. I can understand an okay amount of what scripts do, but I’m no programmer/scripter. I screw up mount points, look up how to check ssh key fingerprints every 10 mins, I fail to get VPN tunnel configs to work, a whole slew of issues. But I always end up learning something in the end, and get one step closer to that sweet sweet setup. So just learn and break things while you don’t care about it. Who cares if I fuck up the jellyfin config? It only had like two videos in it anyway. Best to screw up now so when I go data hoarder I know how to save my info.
Edit: Just got SMB to work for both my VM and LXCs, and I’m so happy. Every accomplishment with my homelab has me fistbumbing the air and floating on clouds. Make a homelab just the high it gives you when you do something right.
I did do a scrub in the past when I had an issue with accidentally pulling the bay power cord a few months ago, but I genuinely forgot to run these weekly. I have no idea what trimming is…