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
Maybe because of my background, but I’ve never had an issue standing up or maintaining a Nextcloud instance. Especially since the AIO release. Hell, I was shocked how easy it was to migrate.
I’m not saying it’s the best software, but it’s always just worked. I’ve been using it since I dropped own cloud for the nextcloud fork. What common issues are people having with the infrastructure?
Not directly an issue, however I found NextCloud and OwnCloud to much bloated and not very responsive. I tried all the possible alternatives and they all had some strange drawbacks (proprietary database, chunked into some weired file format...)
Sure I could just use my nextcloud instance without all the possible add-ons, but I just wanted a simple and a reliable cloud service that just syncs my files between my devices without all the bloat.
My final argument would be that it is written in PHP... Programming language of the past ! While I'm probably wrong on this one and I do have no idea of the programming language realm and probably evolved over time, I do prefer something written in a newer more "secure" language.
So that's why I settled with syncthing. It's not a cloud service but a syncing service. It's different but has the same purpose in the end with more configuration options on how/where and when to sync between my devices.
As a final note (cauz I remembered something) 3 years ago I had a really hard time to make NextCloud work properly, via docker, with my reverse proxie (Treafik) I had to allow it manually in a configuration file and still didn't work great, but was probably my skill issues at that time :).
And you forgot Wordpress, which literally is 50% of the web all by itself.
I am on the dislike-PHP side of this, but you can't deny that the whole web runs on PHP.