Docker still makes sense on your own hardware. Especially if you’re the type of person to try out different programs often
Big P
- 0 Posts
- 54 Comments
Zerotier, although it’s similar to tailscale so you might have issues with it too
I’ve done it with docker swarm and it was awful, the connection latency would break the cluster constantly
Big P@feddit.ukto
Selfhosted@lemmy.world•Help for self host gaming server and some appEnglish
1·2 years agoYou still need a reverse proxy just doesn’t need to be on a seperate server. If you want to do it without people having to install something, you may be able to use cf tunnels for the web pages but game servers definitely don’t work through that and you’d have to have some sort of external forwarding. Keep in mind though that will introduce possibly an unacceptable amount of lag to the server.
Big P@feddit.ukto
Selfhosted@lemmy.world•Help for self host gaming server and some appEnglish
3·2 years agoAs far as I’m aware you don’t need a seperate VPS if you’re using tailscale, or you don’t need tailscale of you use a reverse proxy via a vps. You can just host it in the same place you’re hosting the games and apps.
Install promtail on the system where you want to get the logs from, then configure it with the paths to the log files and the address of the loki server
https://grafana.com/docs/loki/latest/send-data/promtail/?pg=oss-loki&plcmt=quick-links
Loki with grafana
Big P@feddit.ukto
Selfhosted@lemmy.world•PoE Single Board/Micro/Mini Computer/ServerEnglish
4·2 years agoI think googling poe or poe computing will give you it
You don’t get the direct integration then though, as far as I’m aware there’s no way to manually setup an addon
Power to performance wise a pi isn’t actually that good. A thin client can run on less than 60W and offer far more performance
Big P@feddit.ukto
Selfhosted@lemmy.world•SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindsetEnglish
3·2 years agoIt’s the noise pingu makes
Big P@feddit.ukto
Selfhosted@lemmy.world•SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindsetEnglish
262·2 years agoThat’s what the word “for” implies in the title
Big P@feddit.ukto
Selfhosted@lemmy.world•What are the most paranoid network/OS security measures you've implemented in your homelab?English
5·2 years agoLinux only on the main network.
Is that a security benefit?
What does using a good firewall mean exactly? As I understand it a port is either open or closed right? So what does a good firewall do that a bad one doesn’t?
Without more information it’s impossible to say.
“Matter Casting” is not a very catchy name
Big P@feddit.ukto
Selfhosted@lemmy.world•Pi-Hole or something else for network ad blocking?English
2·2 years agoPihole is great for blocking on things that you can’t install a local adblocker on. It does have downsides though, it can be annoying and block things you don’t want it to. It might not block ads well on your tv or might impair the functionality in weird ways. It can depend lot on which lists you add, but there are many available and they are usually quite well documented about their intentions.
Big P@feddit.ukto
Selfhosted@lemmy.world•How do you monitor your servers / VPS:es?English
3·3 years agoWhat’s crowded? I am having trouble searching for it because of its name
Docker is a messy and not ideal but it was born out of a necessity, getting multiple services to coexist together outside of a container can be a nightmare, updating and moving configuration is a nightmare and removing things can leave stuff behind which gets messier and messier over time. Docker just standardises most of the configuration whilst requiring minimal effort from the developer
I use it as a last resort backup for things that are worth the recall price if I lose them