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
Yeah, I totally get what you mean, I am kind of expecting that aswell, but at least I know, that other scouts groups in the area already have a nextcloud and it is actively beeing used, so I have some hopes in that regard. But yeah, getting them to use something like Matrix is probably pretty unrealistic.
How is the other group doing it? Could you leverage any of what they're using?
Could you pay them to host it for you?
Good luck, though. I believe first-hand experience with living a self-determined life - including online services - aligns nicely with scout ideals. And trying to convey the media-literacy that allows people to make informed choices.
And I can see some benefits with having documents available to everyone, templates, and collaborate on the paperwork...
Glad to hear other groups in the area have success with Nextcloud... Another idea would be to somehow unite and share the hosting bill for a slightly bigger Nextcloud... But I still think the old laptop idea might be promising to get started... depending on the network situation in the building and whether you can configure port forwards and all the things that need to be done. Just make sure to have some kind of backup strategy if you put documents there. Can't be too hard, as Nextcloud is made for syncing data... And I wouldn't put personal information about kids there unless the admin knows what they're doing. But there's plenty other stuff to put there.
Since it's a public instance you'd want to be sure to keep it pretty up-to-date with new system patches and the latest stable versions of Nextcloud. If you're comfortable with automating updates with ansible, k8s, docker-compose, etc. then it's not a big deal. If you're ssh'ing to a server to manually update things then it's going to be a lot of overhead and likely forgotten.
Old hardware may also bring its own issues and you'll need backups especially since old hardware (especially consumer-grade stuff) can fail very unexpectedly. And providing support for users is a whole... other thing...
I like the idea of starting with the "old laptop in a basement" approach as a way to get things going to see if the service provides benefit then look to migrate to a more stable platform in the future.
Yeah, I guess the plan would be (if we decide to use an old labtop) to have a similar backup system to my home server, so one daily incremental backup with something like borgbackup to a newly bought external hard drive and automated updates using watchtower (I heard major nextcloud upgrades can be tricky though, so I an not shure if it would be a good idea to automate those). I guess it would still suck if the laptop unexpectedly failed and we would have to scramble to find new hardware though, how long would you expect an old laptop to last as a server?