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.
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
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.
I mean it has longhorn and NFS storage providers, k8s would just be for the services cause it's easy to deploy and manage.
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
I guess if you were an image host running a thumbnailing service or something 🤔
pixelfed.org might be what you're looking for.
That or an ipfs gateway
Requirement is "somewhat private" - puttin' it on IPFS makes it public by default ...
Likely not any less private than imgur was.
Yeah as long as the URL has some unguessable hash I'd be okay with this, I'll look into this.
the hashes look like this
bafybeih3otruk3juwppyva2giufgtnll5tjqsk6mzmhjiksjkpbh434mae
IPFS is kind of like a torrent system, you generate the file, add it to something like ipfs desktop or brave browser, it injects the hash into the p2p system, they download it from you directly or any one else that has downloaded it.
It's not for truly private things, it's more like throwing it on an unlisted imgur. It's also not possible to redact things so if you shove it out there, it might be out there forever.
It’s also not possible to redact things so if you shove it out there, it might be out there forever.
To be honest, is that different with other solutions? I mean if you post something to your whateverAccount, you might be able to redact it... that does not mean that it isn't out there anymore though, just that your profile does not show the old content anymore, right?
Actually yeah it is. In IPFS files under a certain size get cashed permanently. The size is pretty small I think it's like 2K, but it's enough that you really want to make sure you don't accidentally share like your entire drive is a folder or something because a lot of it will stick around forever without anybody doing anything.
Picsur might be a good option, it was designed to be a self-hosted replacement for imgur. Here is the github: