slazer2au
@slazer2au@lemmy.world
- Comment on Finally happish with my all-in-one homelab (20+ services and way too much tinkering) 1 day ago:
Nice.
- Comment on Finally happish with my all-in-one homelab (20+ services and way too much tinkering) 2 days ago:
Nextstep is Homepage with all your services on it.
- Comment on I feel like people are sleeping on the Minisforum MS-R1 as a home server PC 2 days ago:
My personal bad take is it’s trying to be an oversized pi but kinda failed. Arm processor, high idle tdp, 10g baseT, and selling itself with a kernal hack of a kernal hack.
Would be interesting how the power drops by switching the baseT with SFP+ slots.
- Comment on Where can I get a picture of my dog made smoking a blunt in a artistic sort of way? Something we can hang on the wall. And how much would it cost? 3 days ago:
I’d look at some of the more art focused mastodon instances and see who has art styles you like and are open for commissions.
- Comment on Looking for a solution for training videos/courses (+ big list of LMS software) 6 days ago:
pew pew
- Comment on Looking for a solution for training videos/courses (+ big list of LMS software) 6 days ago:
A double space will also make a new line to clean up OPs post.
But thanks for cleaning it up mate. - Comment on Perfect delivery 1 week ago:
Ever seen Geoffrey Palmer talk like a 2000s teenage girl? Its something to behold. https://www.youtube.com/watch?v=mGp4DvFEgh8
- Comment on SeldonFrame – open-source, self-hostable AI front office for service businesses (AI receptionist + CRM + booking + website) 2 weeks ago:
You are just going to ignore rule 7 and 8? Brave bot.
- Comment on Which git plateform to choose? 2 weeks ago:
Then you know the kind of environment the company fosters and do you want to work for an org that doesn’t have the decency to look at their applicants?
- Comment on Which git plateform to choose? 2 weeks ago:
If a corporate recruiter or technical recruiter can’t navigate a git forge that is not GitHub that is their failing not your problem to fix.
- Comment on "Ultimate" guide for literal beginners 3 weeks ago:
Debian is good to start with as one of its key tenants is stability. Which is what you want in any environment.
A lot of popular distros like Ubuntu and Mint are based on it.
- Comment on "Ultimate" guide for literal beginners 3 weeks ago:
For an absolute beginner I would recommend Linux tutorials first so you can navigate the Linux cli.
After that watch some docker tutorials as a significant chunk of self hosting is done with docker or a kube variant but you won’t need to lean about kube yet. - Comment on Homepage - Selfhosting Dashboard 3 weeks ago:
I see BentoPDF and IT Tools but no OmniTools. Shame.
- Comment on “What do you mean you don’t know the year Constantinople fell off the top of your head?” 3 weeks ago:
Reminds me of the scene from Man vs Bee where all the pin codes are years of various sea battles.
- Comment on TV Time is coming to an end, alternatives? 3 weeks ago:
How does Watcharr differ from Seerr?
Seems like they do the same thing. Track shows and tag them for later… acquisition. - Comment on Rclone encrypted to google. How? 4 weeks ago:
Put 3 ticks ` the symbol next to 1 on the keyboard before and after the code snippet.
Code - Comment on Self-Host Weekly (3 July 2026) 4 weeks ago:
Tiredarr. Best arr one yet.
- Comment on How I backed up and booted locally my entire VPS 4 weeks ago:
Cut the free SKU in half.
- Comment on Latest success Jellyfin rocks! 4 weeks ago:
No sane person runs docker on windows. They will run wsl or a Linux Hyper-V vm to do docker.
- Comment on Nerd gang signs - let's play a game 4 weeks ago:
Yep
- Comment on Storage?! In this economy!? 4 weeks ago:
Vinted has some nice deals every so often.
But look at German sites for better HDD deals then NL. - Comment on Nerd gang signs - let's play a game 4 weeks ago:
Real gangs use TIA-598-C
- Comment on Nerd gang signs - let's play a game 4 weeks ago:
There is a reason they exist. It called crossover cables from the days before Auto MID-X.
The days before 100Mb NICs you had to crossover somewhere for connecting 2 like devices otherwise both devices would tx and Rx on the same pins.
- Comment on Latest success Jellyfin rocks! 5 weeks ago:
JellyFin has a native windows version.
- Comment on Digital Sovereign Ghost: Why and How I Moved to Tinybird Local 5 weeks ago:
Dude, rule 7.
- Comment on Vulnerabilities on Dockerhub 5 weeks ago:
Generally the images will be built with dependencies that have known issues but not all cves are actual problems.
Just because Next cloud uses a package, it may not use the function that has the issue.
- Comment on What are you all buying during the Steam summer sale? 5 weeks ago:
Finally got around to buying Capitan of Industry.
- Comment on DepthSight - a self-hosted, federated algorithmic trading platform with a visual strategy builder (AGPL) 5 weeks ago:
If you used a llm to generate code, how are you licensing this under AGPL? LLM output is not copy-protected.
- Comment on Are ISPs responsible for bots having residential IPs or is this a user problem? 5 weeks ago:
Not the ISPs problem at all.
Blame IoT manufacturers for providing shit devices that can easily be hacked.
Theere is no difference from a technical standpoint between a business and residential IP. It’s allocation is tied to the network provider.
People install extensions onto browsers for any number of reasons without knowing what it does. It was a problem is the 90s that never went away.
- Comment on Recommendations for next steps for my setup and order of operations (primarily as it relates to reverse proxies)? 1 month ago:
I find that Debian is the go to for a stable OS. There are others for self hosting like casaos or Talos but I am a vanilla Debian man myself.
Portainer or Podman can be used to manage containers with a GUI compared to the cli.
As for proxies I use Traefik as a reverse proxy for all my Docker containers. It integrates with CertBot so it auto renews Let’s Encrypt certs.
You don’t need to buy a domain, you can use a self signed cert and install that cert onto your machine to not get cert warnings.