Comment on what do y'all actually host?
msage@programming.dev 1 year ago
I actually use a real owned server, and host all ki ds of my own stuff, along with
Matrix (synapse + element web)
Nextcloud
Etherpad lite
Gitea (have yet to switch to Forgejo)
And gaming servers. AssaultCube was very successful, as it has incredibly low pings, it was full multiple times, and it was incredible fun.
harsh3466@lemmy.world 1 year ago
Could you point me to the documentation you used to get etherpad lite going? I’ve had a hell of a time getting etherpad running and usable on my server.
msage@programming.dev 1 year ago
github.com/ether/etherpad-lite#manual-install
I just do the straight up git clone && run.sh inside a systemd unit.
harsh3466@lemmy.world 1 year ago
Thank you!