bg10k

joined 1 year ago
[–] bg10k@lemmy.dbzer0.com 4 points 5 months ago

This was my first thought. I've never said "self hosted" to a client and, honestly, never would. "On-prem" or "Running on your server." The idea of a company "self hosting" something is literally just "hosting".

[–] bg10k@lemmy.dbzer0.com 1 points 6 months ago* (last edited 6 months ago)

I run a mastodon instance in docker and a Sharkey instance in docker on another server. I, personally, didn't find it especially temperamental but, to be fair, I have pretty extensive experience troubleshooting Docker issues re: networking/permissions/volumes because I am cataclysmically unclever.

Some advice: I would definitely recommend against running it on a naked domain you care about (i.e. instance.com). Always deploy it on a subdomain (i.e. mastodon.instance.com) because, if you ever change servers, have to re-make your intance, have domain issues, etc, you will be fucked pretty much forever on that domain. On a subdomain, you can just use a different subdomain.

[–] bg10k@lemmy.dbzer0.com 37 points 11 months ago

It’s gonna be a “yikes” from me, dawg

 

I posted previously about containerizing Squadrick's clone of Typehere.co. There have been some fixes recently and I finally got around to uploading it to Dockerhub so it is about as easy to run as is physically possible.

docker run -p 8585:80 bradganley/typehere and then point your browser to localhost:8585