Hrmm due to filling up my database allocation I have had to increase my Masto
-
@dtl I was kinda thinking run it at home tbh. I have fairly stable power and gigabit internet. And real IPv4/6 etc.
-
-
-
-
-
-
-
-
-
-
fair. Easiest way to think of it is a small prebuilt vm image but without a kernel and (usually) designed to run a single app.
Running a docker container is generally easy, but troubleshooting docker issues can be a pain (though rarely needed IME), so I guess a native install might end up being less burden if you're not already doing that anyway
-
-
fair. Easiest way to think of it is a small prebuilt vm image but without a kernel and (usually) designed to run a single app.
Running a docker container is generally easy, but troubleshooting docker issues can be a pain (though rarely needed IME), so I guess a native install might end up being less burden if you're not already doing that anyway
-
-
@bloor @wishy @dtl The answer to that depends a bit on exact needs, but
Scalability - I can run far more containers than I can VMs because containers don't usually bring userspace and kernel overhead
Ease of deployment: containers ship with all their deps in there, so there's no screwing about with dep hell (or incompatible deps being required by different apps). That also makes support easier if you're shipping
upgrades are also much easier - you just change the tag and pull the new image.
-
-
-
-
-
@neil @dtl @bloor @wishy Similar here, it's in its own segment - my firewall has multiple NICs so hangs off one of those.
I gave that segment its own IPv6 subnet, so if there ever was an issue, I'll be able to see at a glance whether it was our LAN or the masto box (less so for ipv4 though because NAT)