• 0 Posts
  • 6 Comments
Joined 3 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • I guess it depends on the specifics of what you are worried about. I have a catchall set up for a domain I own, and so I can make up an email on the spot. I’ve never had trouble getting those accepted.

    But for random internet stuff I tend to use either Firefix Relay or Simple Login. I use these most of the time and don’t normally have issues, but if I do then I use my own domain.

    I think these relay email services (which are not temp/disposable emails btw) let you set up with your own domain too.




  • I use a dedicated Raspberry Pi (5, previously had on a 4).

    I host everything else on a different server, the HA one is dedicated. Pretty nice because then it can run HAOS and basically manages everything itself.

    One factor in keeping it separate was I wanted it to be resilient. I don’t want stuff to stop working if I restart my server or if the server dies for some reason. My messing around on my server is isolated from my smart home.

    I also have a separate Pi (4, previously on a Pi 1B) that runs Pi-hole, on it’s own Pi for the same reason - if it stops working or even pauses for a moment, the internet stops working.


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