Oracle recently changed their free VPS allowances, taking down my Nextcloud instance. I’m moving my file sync to a local machine but was wondering if anyone had any experience with alternatives, as Nextcloud AIO was a major pain in the ass to set up last time.
I used it for sharing WIP music projects so having a web interface where I can listen to audio files from a browser was really convenient. It seems however, that all apps offering this feature are just as heavy as NC.
I tried installing cloudreve, but the web media player seems borked on firefox.
Does anyone know any good alternatives, preferably ones which can run off a single docker compose file?


OpenCloud is a simpler and lighter version of OwnCloud written mostly in Go. There is a docker compose version of it. Also there is a mobile application for it, as well, if wanted.
OxiCloud is a newer project written in Rust. It’s functional but it is still in development. Deployment is pretty simple and mostly docker. No clients yet outside of the web interface.