You are welcome.
- 0 Posts
- 16 Comments
I used to support a few companies hosting their own email servers (I supported the mail server software). I will never host my own email, not unless I have a gateway between me and world, someone to configure the DNS and all that.
- Figure out what you want to host.
- Read up on what is required to host that.
- Understand what is required to host that.
- Skip step 3, wing it and search the internet as you go.
I second Debian because of the amount of information out there.
uranibaba@lemmy.worldto Selfhosted@lemmy.world•How to Build a Powerful Reverse Proxy Firewall for Blocking the Evil Web-Scraping Robot Hordes from HellEnglish6·5 days agoSince multiple people will be using the same IP when using a VPN. If one person is a bad actor and causes the IP to be blacklisted, it will affect you too.
uranibaba@lemmy.worldto Not The Onion@lemmy.world•Louisiana Sues Roblox For Violating Privacy Law By Not Violating Privacy LawEnglish7·10 days agoAgreed. This law suite gives me the feeling that they know exactly what they are doing.
It is probably easier and faster to take this route that was the auther suggested.
If Louisiana wants platforms to implement stronger identity verification for child safety reasons, they should advocate for new legislation designed for that purpose (and see if they can make a law that actually survives Constitutional scrutiny), not twist existing privacy protections into their opposite.
It also does not prevent them from acually advocate for new legislations.
From their README. Have you looked at their forum?
We cannot provide direct technical support. Get help running this software in your own environment in our unofficial community forum.
This thread has a link to someone’s Dockerfile for their development.
uranibaba@lemmy.worldto Not The Onion@lemmy.world•Elon Musk to Take on Microsoft With 'Macrohard'English5·15 days agoIs he planing on creating a an OS as well or just copy the office suite?
Here is two enteries from my
Caddyfile
:ip.domain.tld:80 { respond "{client_ip}" 200 } git.domain.tld { reverse_proxy forgejo:3000 }
This is all I need and Caddy will handle the rest. I have created a network with podman/docker that I add to any container that I need to reverse proxy to.
uranibaba@lemmy.worldto Ask Lemmy@lemmy.world•What form of entertainment, movie, music, tv, video game etc that you were excited about only after it came out did you realize it was trash?121·23 days agoNo Man’s Sky. So much of what was promised was missing, the world just felt empty. It’s a much better game now.
uranibaba@lemmy.worldto Selfhosted@lemmy.world•What's up, selfhosters? It's self hosting Sunday!English1·29 days agoI meant more figuratively. Finally managed to move my compose files to nix files thanks to compose2nix. One thing that throw me for a loop was that podman (or perhaps nix) creates a service named <backend>-<service>. Compose2nix handles this accordingly but I had a few hours of head scratching until I figured that out.
uranibaba@lemmy.worldto Selfhosted@lemmy.world•How to Setup a Secure Ubuntu Home Server: A Complete GuideEnglish1·1 month agoI mean keep using port 22 on the server and redirect whatever port you want in your firewall (your router unless you have a dedicted fw) to port 22. Don’t change the ssh port on the server at all.
uranibaba@lemmy.worldto Selfhosted@lemmy.world•How to Setup a Secure Ubuntu Home Server: A Complete GuideEnglish3·1 month agoWhy change the SSH port of a home server, which most likely is not reachable from the outside anyway?
And if it is, why change it on the server and not in the fw?
uranibaba@lemmy.worldto Selfhosted@lemmy.world•What's up, selfhosters? It's self hosting Sunday!English9·1 month agoI installed a new server at home and went with NixOS. It looks super cool but it takes so much time to learn everything. The only thing keeping me from going back to Debian is how easy it was to permanently mount drives (and save a configuration for any future install or mishaps).
(I.e. mount,
nixos-generate-config
,nixos-rebuild switch
and done!)
Same here. I remember playing minecraft and wanted to install some mod on my server. There were instructions and I followed them. Problems? Search the web.
I also tried to run TeamSpeak on an RPI at some point, and that was when I learned about ARM.