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.
@bloor I don't have the networking chops to keep it sufficiently away from anything else on the Lan.
-
@bloor I don't have the networking chops to keep it sufficiently away from anything else on the Lan.
@dtl I'd probably put it on a a separate "hosting block" tbh.
-
@dtl I'd probably put it on a a separate "hosting block" tbh.
@bloor I could probably magic up a VLAN, but I don't know if that's enough.
-
@eigen Masto.Host control panel says 10GB. Although the dump/backup is far less.
-
-
@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.