• 1 Post
  • 354 Comments
Joined 1 year ago
cake
Cake day: October 7th, 2024

help-circle
  • It’s been a long while since I used it and at one point I did figure out how to browse it, but I remember documentation pointing out that it’s meant to be left alone and do all your file management through NextCloud itself.

    Sometimes I needed to do big file operations or drop in a chunk of data straight from the server, but it wouldn’t ingest those files unless I did a sync or upload them using the client.

    Maybe things have changed, but last I used it, it was 14 services that were all sort of good when I needed the service to do one thing really well.




  • I constantly would get files stuck in the database that I couldn’t delete. All of the forum posts would talk about going into the database to fix it, but the whole point of NextCloud for me was to completely avoid database management.

    I’ve fallen back to using DUFS or copyparty for most things since I really just needed my file store to be browsable via web in some cases.

    I probably would still be using NextCloud if they didn’t obfuscate the file system.



  • I find a big part of trying to be the friend that transitions others to Linux is taking on the role of mentor. It’s something a lot of wish we could just hand to someone and dust off our hands, but that ultimately leads to experiences like yours.

    For a better chance of success, especially on first install, be on the line with them as they go through the steps, or in person is better yet.

    Answer all the questions you can and help them install all their usual stuff. Most people don’t want to have to go through this change, so making it fun and social goes a long way.










  • The very rough idea is this:

    I have a server with multiple services and only one open port (not counting the SSL port) on my router.

    Traffic comes into that one port straight to my server. That server has a reverse proxy installed with a directory of subdomains and associated ports.

    It internally routes traffic coming in on my open port to the internal services on the server without having to expose them directly to the internet.

    The big advantage is that because it all goes through my reverse proxy, I can add SSL certs to just that and now all of my subdomain services get the benefits of the SSL cert on the host.

    I’m sure there are other uses for reverse proxies, but this is how they work in my setup.


  • You made pretty much every point exactly how I was going to make it.

    I will mention that even as a pretty experienced sysadmin, learning Docker, reverse proxies, and relevant config files took ages because there are treated as assumed knowledge.

    Every YouTube video on Docker is 30 minutes shorter than they should be, and terminology for reverse proxies is really confusing if you’re not already familiar.

    It’s great to say you shouldn’t use these if you’re not familiar, but these are also probably the most poorly taught subjects in computing right now from my experience.