• 0 Posts
  • 50 Comments
Joined 2 years ago
cake
Cake day: October 10th, 2023

help-circle
  • That was basically the same claim LP made. Even if true, if you have a bad master password, you can be compromised. While yes, that’s on you, your data is a high priority target in a centralized password store… if you host it yourself, someone would first have to know you had that data to even target you for that. Much less exposure hosting it yourself. The convenience factor and potentially less security than a company hosting passwords have, so it’s kind of a six of one, half dozen of the other.











  • Wow… Literally nobody has mentioned the easiest solution? Get enough sleep and use a regular bedtime?

    Just getting “enough” sleep for a few nights isn’t going to work. You need to go to bed at the same time every night and get enough restful sleep for months so your body is on a schedule. Then you won’t be tired during the day.

    If you are, you may not be getting restful sleep and you need to investigate that.

    For me, it was a CPAP. I’m physically fit, normal weight, healthy otherwise, but I was having obstructive sleep apnea. Getting a CPAP was a night and day difference, as my sleep is much more restful and restorative.


  • I just had a peek at the source code of the plug-in. It’s basically already setup to add another service like Lemmy, as it supports Nebula and one other service with the same codebase.

    I think it would almost trivial to add Lemmy. I may look into doing it if i get bored and have the time, but not sure when that would be. Have you contacted the git maintainer for that plug-in and asked him to add Lemmy support? He could do it much quicker since he’s already familiar with the code and from what I saw, it would be about 30-60 minutes worth of work for someone familiar with the codebase already. I may be grossly underestimating that since I did not do an in depth dive, but from what I can tell it would be pretty simple.

    What I would do is:

    Add a new variable that lets you configure what Lemmy instance you want to point to
    Copy the objects from reddit to a new lemmy object.
    Adjust the URL and /r/ to /c/

    Might have to fiddle with the User view code a bit

    But other than that, everything else code wise should be a drop in replacement from what I can tell.









  • The cloudflare tunnel is the reverse proxy in this case. No particular need to run another. Are you using the docker cloudflared to set up the tunnel?

    In my case, I use NGINX that connects to the cloudflare side and parse everything out from there, and I haven’t used the cloudflared docker, but I imagine that makes things easier. I set everything up before Cloudflare tunnels were a thing, so I didn’t really want to rejigger everything. If were doing it from scratch, I’d probably go with Cloudflare.

    Inb4 the Cloudflare is Bad and is a MITM attack people. Yes, it is, but it’s about opportunity cost. I’m not doing anything I care that Cloudflare sees, so I’m fine using it for simplicity sake, and I imagine they do a better job of security than I do, and I can manage stuff on a well configured dashboard instead of a command line. I’m more interested in blocking people who AREN’T cloudflare from screwing with my shit than I am in keeping Cloudflare out of my business. I use a VPN for things I don’t want to run through Cloudflare (like Torrents).