193
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 Jan 2024
193 points (96.2% liked)
Open Source
31028 readers
573 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
Thank you Nextcloud. I use a self hosted version at my home to back up my Documents and Pictures. If anyone would like to move from big tech for cloud storage, it's easy to do with Nextcloud + Docker.
https://github.com/nextcloud/docker
Nextcloud (or rather Owncloud) was one of my first projects I selfhosted (on a Pi). It's also the first software which broke on a upgrade, which isn't strange given my lack of knowledge and it's complexity.
Nowadays I like to split my services, because it's easier to maintain and solves my use cases better. Immich for photos, smb for file access (as I don't need sync), radicale for calendar/contacts. Still, Nextcloud is awesome for getting started with selfhosting or if you need a complete platform with integration and all those bells and whistles.
Yes it's pain to setup for first time. But it's an one time effort that pays off eventually. Once it's setup, I never experienced any issues during upgrade. It's easy as simply pulling latest container images.
Yes, I had issue with an upgrade installed through apt, and was likely misconfigured by me. Another time I had issues after an upgrade was because of the webui and the cli worked. Yes, Nextcloud as a container is great.
I'm going to install this in my home lab today I think. I run stuff on nomad with traefik in front, to route things easily to different docker containers. Nomad is really cool.
Also can be done with Yunohost and Nextcloud. The numerous options regarding installation are a nice and good thing.