• 0 Posts
  • 79 Comments
Joined 2 years 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.


  • otacon239@lemmy.worldtoPolitical Memes@lemmy.worldRight vs. Left
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    9 months ago

    Yeah, in one of these scenarios, things don’t get done and in the other, people’s freedoms are taken.

    Real difficult to decide which extreme I’d take.

    And yes, I know the actual implication here is that public services fail and infrastructure isn’t as viable. But I would take free and struggling over oppressed and struggling no matter what.

    If the direct reward for obeying the system was health and riches, it’d probably be a genuinely difficult choice, but that’s not the actual choice we’re being offered. They want to take your freedom and your wellbeing.


  • otacon239@lemmy.worldtoSelfhosted@lemmy.worldBad experience on selfhosting nextcloud
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    edit-2
    9 months ago

    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.



  • 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.