Does anyone have a recommendation for someone with a domain name and a k8s cluster where I can set up a simple image and/or video host?
I don’t want to have to use Imgur anymore, and am more than capable of setting up cloudflared, and just want to share a screenshot or two, or perhaps show some friends something cool in a video game without having to go through YouTube or Twitch.
As for streaming, I use OvenMediaEngine to stream to my friends: https://github.com/AirenSoft/OvenMediaEngine
It has a latency way under half a second and is perfect for streaming video games.
Why would you use k8s for image hosting?
I use bucket storage from my cloud provider with a subdomain. With this kind of setup you can get access control and a CDN out of the box.
Yep, k8s is for people who need regular capacity scaling and high availability. Self hosting images is a static website, perfect for an S3 bucket or similar
pixelfed.org might be what you’re looking for.
Requirement is “somewhat private” - puttin’ it on IPFS makes it public by default …
Picsur might be a good option, it was designed to be a self-hosted replacement for imgur. Here is the github: