Dultas
@Dultas@lemmy.world
- Comment on Email for self hosted services? (Not personal email) 20 hours ago:
Yeah that’s going to depend a lot on the images you’re running. If it’s a published one the likely it’ll have a compose or at least a one liner to get it running. But yeah there can always be issues with hard coded IDs and if you want to give the host folders 777 or limit them. Are you running selinux and that’s going to get in the way. Did they not mention capabilities that needed to be added?
And if you’re building your own or extending that a whole other ball of wax.
And I typically run on k8s so that adds a whole other layer of complexity. But I’ve been using it for years and I’m actually more comfortable with it than just docker or podman.
- Comment on Email for self hosted services? (Not personal email) 1 day ago:
Yeah, this is self hosting after all. If you don’t expect some challenges to work though then you’re not gonna not have a good time.
- Comment on Email for self hosted services? (Not personal email) 1 day ago:
Even if properly setup it could still go to spam until you get your reputation score up which with low volumes will take ages.
- Comment on What is your weirdest self-hosting problem you've had to solve? For me: Mouse inside the server. 4 weeks ago:
I should really make a dd image of my card for the Pi I use for all my switch serial connections.
- Comment on What is your weirdest self-hosting problem you've had to solve? For me: Mouse inside the server. 4 weeks ago:
My WAN connection would just randomly start losing packets and would not recover, not full disconnect just lots of retries. Didn’t impact LAN just WAN. Unplugged the cable or disabling then re-enabling the interface would fix it for a coupe of days to a week then it would come back.
Time consuming to diagnose as switching cables, ports, etc would require waiting days to see if it fixed it.
Eventually had the ISP come out and swap the fiber media converter and fiber integrity. But again it came back.
After several weeks I stumbled on a FreeBDS bug that was exactly my issue…I was running OpnSense and my gateway had I225s. Applied the scripts and it worked.
- Comment on OPNSense Reverse Proxies and Giving Internal Services Domain Names? 1 month ago:
If this is for internal only you can setup OpnSense to do DNS records either through static IPs or add hostnames to the DNS records via DHCP. If you want this externally that’s a whole other ball of wax.
- Comment on just realized whoogle is dead now 2 months ago:
I do get blocked by engines occasionally which can have a drastic impact on results.
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 2 months ago:
Networking isn’t my forte but I thought IP addressing required layer 3 switching? Which is going to be dependent on your switch supporting it.
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 2 months ago:
It will come back if you set it to start on boot. Make sure you set its priority to start before anything else that requires network connectivity. If you ever move to having a cluster it’ll be a real headache because you won’t have a network for quorum and so you’ll have to physically access the box to force start it. I would highly recommend going out and getting a NUC or some other dedicated hardware as a priority before any other expansion.
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 2 months ago:
Yeah, I did it briefly to test if I wanted to use it before getting a dedicated Protectli Vault. But gateway and NAS are both things I recommend not running on Proxmox long term.
Router - for one you can’t form a quorum for a cluster if there is no network so you’d have to physically access the box every restart.
NAS - You lose access to any backups you’re doing and ability to restore if that node fails.