New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.


Comments
Grab a storage VPS and host GarageHQ on it
AWS has an HTML UI for S3
But they are pretty expensive. Any other provider which supports HTML ui where I don't go bankrupt?
backblaze b2 or cloudflare r2?
you mean something like our S3 service?
Sadly no EU or US location possible and no free/unlimited egress
Then you probably want an S3-client that serves an HTML view rather than looking for a provider that offers it with the service. I've never tried it but something like this would probably work for you: https://github.com/romanzdk/s3-web-browser
From your suggested repo, I have made this: https://s3-browser.nghia.pm/
Will publish source very soon after if anyone interested.
It was a complete rewrite of code. With help from AI of course me no pro dev.
Nifty
Post it please
Hey, I hosted it here. https://git.nghia.app/nghialele/s3-browser-go
Hope you like it.