

All in one? No, not really.
There are some projects which automate setup of popular FOSS programs, and add some kind of SSO or GUI to integrate them. Freedombox, Yunohost, Sandstorm.io are examples of that.
All in one? No, not really.
There are some projects which automate setup of popular FOSS programs, and add some kind of SSO or GUI to integrate them. Freedombox, Yunohost, Sandstorm.io are examples of that.
I moved to Syncthing. Some people say Seafile is good.
I would like to know too, that’s the last reason why i still have to host that forsaken piece of software.
Syncthing doesn’t allow sharing Like, between users? You can set up a shared folder with that user, although I know it’s not the same.
I’ve recently been made aware of Copyparty, which is a web GUI for serving files, with great access control, and the main dev reported people have been running it over a Syncthing-synced directory without any issues. Has an Android app too. I don’t have any need for sharing over HTTP right now, but if I did, that would be my go-to.
If you don’t need a web GUI, just WebDAV is a good protocol, nginx can serve files over it. SFTP is good too.
Here’s a tutorial for WebDAV / Docker, it boils down to one command. No databases, performance issues, security nightmares.
https://sfuhrm.de/building-your-own-secure-webdav-server-with-docker/
“The image is only around 5.3 MB in size and the container takes around 10 MB of memory.”
I’m not the right person to ask this question as these 2 are the only reason I haven’t nuked Nextcloud yet. Looked at Radicale but shared calendars look like a nightmare to set up. But in the era of LLMs, I may just have one of them set it all up and migrate it for me.
I used to do debuggers until I started doing embedded and dipped my feet in multithreading (2 different projects). After many hours lost because the debugger straight lied to me about which line of code has been executed, a colleague suggested that I just do a printf like a filthy beginner. And 🤩it worked🤩 and I never went back to the unreliable world of debuggers. Even though now I’m mostly working with single-threaded python scripts.
This is the way! Slowly replace Nextcloud components with better things until you’re no longer dependent on it
Kodi + debrid-based streaming addons?
I think Copyparty would be great for that purpose. The only thing you’re missing is a way to expose it to the internet, such as a public IP or some tunnel
Copyparty is clearly labor of love, some UI choices are questionable, but the docs and the ease of setup are amazing