Comment on My Home Server software stack
node815@lemmy.world 1 year ago
If you are using Docker at all, with wireguard, I use WG-Easy - dead simple to use and works quite well. Immich is up and coming and making waves in the self hosted community as well in terms of being a viable replacement for Google Photos so that may be an option, or you can always drop in Nextcloud or Owncloud and sync your photos that way with the bonus applications which come with either suite.
QHC@lemmy.world 1 year ago
Do you have personal experience with Nextcloud or Owncloud? I have tried the former and it’s been a general nightmare. I’m using Docker and have a dozen or more other containers that all work just fine, but even once I got Nextcloud installed and working it had all kinds of permission problems or just wouldn’t install things from its own built-in app store. Never did get any kind of document collaboration working.
Rootiest@lemm.ee 1 year ago
I’ve had some trouble with Next cloud as well. For me it feels sluggish and bloated.
Someone in another thread here said “NextCloud can do everything, but it doesn’t do anything particularly well” and that seems to mirror my experience with it for the most part.
Of all the self-hosted containers I’ve set up NextCloud gave me the most trouble
atzanteol@sh.itjust.works 1 year ago
I use the nextcloud docker image and I’ve never had any of those issues…
QHC@lemmy.world 1 year ago
I should just start over and try again, probably did something silly that screwed things up.
Haui@discuss.tchncs.de 1 year ago
Nextcloud (or docker for that matter) are rather complex.
Permission problems are every day life in linux, you always have to sudo or - if you change that - someone else can vaporize your server and steal all your data. Linux is infinitely more secure because it is a nightmare to use casually with a complex setup. Some windows script kiddie is gonna die inside your directories and never be found again.
Writing a script that you need to make executable first? Chowning files that are made by docker? Having to use a specific user inside docker (in case of nextcloud especially)?
All these things are incredibly frustrating but given the sheer complexity of nextcloud, it’s actually working rather good imo. So does linux.
I‘m not shitting on linux, docker or nc. I love them all but saying they’re not working just says they’re not plug and play yet. Other examples: most things snap are a mystery for me. Freakin permissions.