mark

joined 2 years ago
[–] mark@social.cool110.xyz 18 points 4 months ago

@AVincentInSpace The template system is a big part of that since it makes active collaboration much easier, as long as the template authors are talking to each other then the rest of the community will automatically get new orders whenever they need to reload the page.

For example that battle was originally planned along the other diagonal, before being flipped in a deal with the osu! logo. Same thing happened later on with the Rocket League logo being moved from where the blue portal is.

[–] mark@social.cool110.xyz 4 points 5 months ago (2 children)

@GregorTacTac If you use containers you can map something like 8080 on the host to 80 in the container. Generally it's recommended to have a reverse proxy listening on 80 and 443 with all your individual applications on localhost only high ports.

[–] mark@social.cool110.xyz 2 points 1 year ago (1 children)

@andruid @Tippon Stay away from k8s for now, that's more for when you have a cluster of multiple physical servers. The systemd services are more useful in a single server environment.

The way that works is that once you have the containers set up, podman can save the configuration of them as unit files so they can be managed the same way as native server software. This makes it easier to have them all start automatically after a reboot, and is a requirement for enabling automatic updates.

[–] mark@social.cool110.xyz 15 points 1 year ago (5 children)

@Tippon That is a big part of the point behind containers, you don't have any long term state inside them. Migration is just a case of copying the configuration over along with the contents of any persistent volumes.

It's worth looking into Podman instead of Docker, the daemon-less architecture makes it more lightweight and secure as it's easier to have rootless containers. Management can also be easer as being a Red Hat project it integrates well into Systemd.

With your existing server on Xubuntu you may as well stick with Ubuntu Server or Debian for the familiarity.

[–] mark@social.cool110.xyz 3 points 1 year ago

@nutbutter @noride The container section is, but the rest of it is operating on the host system more like Webmin does.

[–] mark@social.cool110.xyz 6 points 1 year ago

@reactive_recall Those fees come from the banks and card schemes, so every processor out there is going to pass them on. The only real way around it is to accept payments by bank transfer or cheque/postal order.

[–] mark@social.cool110.xyz 2 points 1 year ago (1 children)

@mbell You need a single source of truth to store the public keys in, then set AuthorizedKeysCommand in the SSHD config to a script that looks them up from there. I use this one for LDAP.

[–] mark@social.cool110.xyz 2 points 1 year ago

@HangoverTuesday I've been here long enough to see the waves making the jump over from Twitter. It seems to me that the slightly higher barrier to entry is leading to better quality content.

[–] mark@social.cool110.xyz 1 points 1 year ago (1 children)

@paulie420 Don't forget that there are alternatives out there that are (almost) fully compatible, I'm just using my #Friendica instance that I set up years ago.

[–] mark@social.cool110.xyz 1 points 1 year ago (3 children)

@HangoverTuesday A good chance to reset and grow in another direction.