Great Blue Heron
- 4 Posts
- 45 Comments
Great Blue Heron@lemmy.caOPto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English4·5 months agoThat seems to be the case. Really sucks that the documentation at nextcloud.com directs people to the AIO. I guess they hope that if you have a bad time trying to install your own server you might buy their cloud service.
Great Blue Heron@lemmy.caOPto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English61·5 months agoYeah, I can see how someone that has “grown up with it” could be happy. But as and experienced sysadmin coming at it for the first time - the documentation is a bit lacking.
Great Blue Heron@lemmy.caOPto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English1·5 months agoBecause an android client is one of my requirements. I can get files from SMB on Android using any number of file managers, but I can’t map a SMB share to a filesystem so files are available for an app to use.
Great Blue Heron@lemmy.caOPto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English2·5 months agoYes! There used to be a little utility that could map a SMB share in Android, but that got killed years ago.
Great Blue Heron@lemmy.caOPto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English2·5 months agoSo, use something else
That’s why I’m here - looking for suggestions
like Seafile.
I’ll have another look - you’re not the only person to suggest it. My recollection is that it seemed to be old and not really maintained.
Great Blue Heron@lemmy.caOPto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English2·5 months agoI’ve never used the AIO image. I’ve heard it’s weird.
It does seem to be. So, I find it weird that the “core” documentation leads a new user to installing AIO.
You could also try OpenCloud, which is a Go rewrite of ownCloud.
Sounds interesting - thanks.
Great Blue Heron@lemmy.caOPto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English41·5 months agoYou need to understand the difference between a docker run command, and detaching to run a container in the background. Just running it with ‘run’ keeps it in the foreground.
Yes, I understand this. I was just highlighting that it’s not a great experience for a new user to follow the instructions to setup a server and be left with it running in the foreground.
For the passphrase issue: https://github.com/nextcloud/all-in-one/discussions/1786
Thanks! This should get me past my current hurdle so I can do some more testing. Again - not a great experience to have to come to a forum to get help to find a passphrase. I’m pretty sure I didn’t miss any steps?
Lastly, if you’re not familiar with containers, and this is a single purpose machine, you’d be better off just running the bare project on the host. If there’s no need for containerization, just skip it.
I’m familiar with containers, but think they’re overused. Stupid little things that are a single Python script (for example) shipping as a Docker image! But, I thought Nextcloud was complex enough to be worthy of a container? This is not a single purpose machine, but I’m an old, retired, sysadmin - I have no problem running a few different servers on the same host.
Are you referring to the “Archive” Community Project installation method?
Great Blue Heron@lemmy.caOPto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English42·5 months agoUse docker or podman compose https://hub.docker.com/_/nextcloud/
I could do that - I guess I was just pointing out that someone coming to Nextcloud and following the install instructions does not have a great experience.
Nextcloud does not need a domain. Ip is fine.
So, their documentation is wrong?
Again - not a great experience for a first time user.
Must depend on your client and/or instance settings - I see raw up/down vote counts.
I get what you’re saying, but beware of the non-wifi devices that only operate through a proprietary gateway to a cloud-only service.
Great Blue Heron@lemmy.cato Fediverse@lemmy.world•Pixelfed & Loops Kickstarter Campaign Just LaunchedEnglish11·8 months agoWell that’s a bit disappointing.
Great Blue Heron@lemmy.cato collapse of the old society@slrpnk.net•Flood aftermath - Valencia, SpainEnglish1·11 months agoFuck!
Almost a chuckle
Great Blue Heron@lemmy.cato Proton @lemmy.world•Proton's new Drive Lite plan, offering 20GB of storage for $0.99English82·1 year agoI’m still on google for email and a bit of drive, calendar etc. I’ve been reading stuff about Proton with some interest as I’d like to ditch google. This doesn’t encourage me - what’s the point of a mobile only plan? Isn’t half the point of a cloud drive to allow sharing with other platforms? I’m just thinking aloud here - I could go read their offerings where I’d probably find that it’s their lowest entry level tier and they have less restrictive plans with clients for various platforms?
Great Blue Heron@lemmy.cato Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Doing my bit?English46·1 year agoI thought I was doing well with 8 down and 20 up! In my defence - a lot of the stuff I’m seeding is old (10+ years) and I’m the only seed.
Nothing that exciting. I just live in a very small community, quite a distance from any larger community, and I’m pretty sure that at the scale of that map - my community doesn’t exist. If I zoom in enough, maybe there’s something there, but I think it’s digital compression artefacts.
I don’t think I am - and I do like it.
India has 17% of the world’s population - on a scale like this image, that’s not far off “about half”! It looks right to me.
Great Blue Heron@lemmy.cato Housing Bubble 2: Return of the Ugly @lemmy.world•That's a lot of Uber fares.English3·1 year agoAnd a lot of states not represented at all. I guess they’re affordable and don’t fit the narrative. I’m not trying to say that housing prices are not too high, but using cherry picked data looks bad no matter which side of the argument you’re on.
Now THAT is interesting - when I was last experimenting with Nextcloud I learned that the files part is just a webdav server. Unfortunately I also learned that they have a bit of a handshake before the webdav so the client wouldn’t work with my apache2 webdav server. Thanks!