rearview
@rearview@lemmy.zip
- Comment on [deleted] 6 days ago:
So what are the alternatives that work with both Alpine and Debian?
My opinion is that you’d be better off sticking to the OOTB init system that these distros provide, and hop to an entirely different distro that supports the init system you want/need. And for distros that do support multiple, stick to their guides carefully. Would save from a lot of incompat quirks and unsupported bugs, since these things can be as integrated into the main system as the package manager, if not more.
Conceptually though systemd can be a bunch. The s6 dev put out these definitions for the way he conceptually breaks down the entire init/service ecology into small pieces so have a look (ou may be interested in his full post explaining the motivation behind s6/s6-manager too). And since you’re on Alpine, see their plans for a future init system.
With that said you may wanna try out dinit on Chimera Linux. They’re one of the unique distros that offers this and some other cool things
- Comment on Help setting up a selfhosted VPN at home 1 week ago:
If you have the WireGuard config from Mullvad already, just edit your wg.conf files on client devices to route all traffic via the Mullvad servers. Basically replace all the values of the
[Peer]
block with Mullvad values.If you can share your Mullvad wg config file and your woreguard-server config file here, we can sort this out together
- Comment on Local domains constantly time out according to Uptime-Kuma 9 months ago:
seems like your DNS works fine but your certs doesn’t. Are you able to connect to your services on your browser normally, with SSL?
- Comment on Local domains constantly time out according to Uptime-Kuma 9 months ago:
- Is your uptime kuma server on the same machine as your other services?
- Are you using docker/podman? If so can you try to curl your services’ domain and see if they resolve?
- Comment on [deleted] 9 months ago:
Might look into Gotosocial considering it’s more lightweight.
Other than that I wonder whether it’s better for the uni/department to register on another instance, similar to how fosstodon is home for many FOSS projects. An inter-unis, academic-focused Fediverse server might be a good club project, and could allow more donation sources to sustain too (although this is pretty above-scope from what you’re asking).
- Comment on VPN bypassing Firewalls (Wireguard DPI) 9 months ago:
Tailscale/Headscale + DERP may work as they relay packets through a typical HTTP server. Just make sure your router has some space to download the binary - for MIPS they’re like ~60MB or something iirc.
- Comment on Migrating from Nextcloud AIO to Owncloud Infinite Scale: Good Idea? 9 months ago:
My bad, I meant the recommended deployment is to bring your own auth provider, but normal username/password is fine too. Glad it works!
- Comment on Migrating from Nextcloud AIO to Owncloud Infinite Scale: Good Idea? 9 months ago:
Assuming you just want file sync and storage, if you can live without External Storage (having another SFTP/WebDAV/whatever backend), then I think oCIS is great for you. It also expect an OIDC auth provider by default - this guide helped me through. Note that you have to configure the S3 storage driver in oCIS and properly backup your buckets and metadata.
For Talk you can setup an internal Matrix and TURN server too. I recommend conduwuit if you want something lightweight, or Synapse (quite heavy) if you need OIDC integration.