Selfhosted
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:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
This is the way! Slowly replace Nextcloud components with better things until you're no longer dependent on it
As someone who uses nextcloud exclusively for calDAV and cardDAV, what replacements are recommended?
I replaced NC with Radicale
+1 for radicale. It just sits there and works.
https://github.com/tchapi/davis uses the same library as nextcloud (and basically every other Foss calendar app) and just tries to wrap an admin interface around it.
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 agree. In principle Nextcloud is a great idea and project but it has a lot of issues that make maintaining a pain. I had it for over 2 years and at every update it was painfull. I gave up and moved to Syncthing+Radicale. Is there something I miss? Yes, the ability to share as Syncthing doesn't allow sharing.
The trick is to wait several point releases before updating. This makes it much more stable.
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.
Documentation is impressive. I need to take a look. Thanks for sharing.
Copyparty is clearly labor of love, some UI choices are questionable, but the docs and the ease of setup are amazing
What to use for Calendar and Contacts management?
Yes I know about Radicale, I'm talking desktop UI wise because fuck doing any substantial event organizing on a phone.
I would like to know too, that's the last reason why i still have to host that forsaken piece of software.
I use Vivaldi's built in calendar as the UI to Radicale.
Just a suggestion
What should I use if I just want dumb file storage that is accesible from any device (linux/windows/android) remotely? I'm already self hosting a media server if that matters
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."
This looks nice, thank you
With what?
(Next)²Cloud, duh
The EvenFurtherCloud
CloudAfterNsxt
Depends on which functions of NC you're using.
Personally, I found thst no-one used the gallery, calendar or contacts apps in NC, so I replaced it all with radicale and syncthing.
But if you're using all the collaboration stuff, then you'll need to look into it a bit more.
For me, NC was way overkill, nightmare to maintain and an extra layer of software (ie vulnerabilities) exposed to the interwebs thst I didn't need
I moved to Syncthing. Some people say Seafile is good.