• 10 Posts
  • 177 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle


  • I highly recommend spinning up a Nextcloud AIO instance. It’s the recommended and supported method, and it will likely run a lot nicer because all the database, redis, etc tweaking are done for you in a known good setup.

    If you try that and it’s still no good, then OCIS might be worth trying depending on exactly what you are trying to achieve.




  • Others might have suggestions. I run everyhting in docker. I then use Traefik as the reverse proxy in docker, where you add labels to the containers you want it to handle and it works things out on it’s own. I have also configured it to do certificates automatically, including automatic domain validation using a Cloudflare API.

    Caddy and Nginx Proxy Manager are other popular ones that can configure HTTPS certificates for you.

    You don’t have to overthink it. Choose a reverse proxy you like. If it does automatic certificates, that’s great. If not, Let’s Encypt (which most of these services use for the free certificates) have a certbot program you install and run on a cronjob to renew certificates.



  • Owncloud Infinite Scale was a rewrite of the codebase to get away from PHP. In theory this should be better able to run on lower end hardware. People tend to say they use it if they are only wanting the file part and not all the apps. Personally I use Nextcloud because I want the apps.

    Automatic certificate renewal is built into many reverse proxies, and can be done for free, so I don’t see a reason not to do it.

    Nextcloud has federation of some features so I’d guess that would be a key reason you can’t change the domain (you also can’t change a Lemmy domain once set up). However, you’re using it for file sync for yourself, right? Regardless of what you pick (even Nextcloud), you could surely just set up a new instance under the new domain then move all your files over.



  • OwnCloud Infinite Scale might be the option you missed?

    Nextcloud was forked from the PHP Owncloud some years back, and they added all the apps and things. But Owncloud is like Nextcloud but focused only on the files.

    I am a bit concerned that you’re talking about not wanting HTTPS and see it as a bad thing that something requires it. Given you can get free certificates these days, why would you not want a secure connection? Even if you’re accessing via a VPN to server tunnel, I see no reason not to have it.



  • Dave@lemmy.nztoSelfhosted@lemmy.worldBracing for impact
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 days ago

    I’m sure you have a backup and that you’ve tested restoring it. Just have another machine that is available in the case something happens to the first.

    E.g. I somehow fried the motherboard of my server while cleaning it. It took me days to troubleshoot the issue.

    But I also have an old laptop strapped to the back of my TV that is used to stream media using Kodi. When this event happened, I installed a more appropriate OS on the TV laptop and restored my backup and was up and running in an hour or two. Then I could take the time to troubleshoot my issue and resolve it on my main server.