Raspberry pi4 Docker:- gluetun(qBit, prowlarr, flaresolverr), tailscale(jellyfin, jellyseerr, mealie), rad/read/sonarr, pi-hole, unbound, portainer, watchtower.

Raspberry pi3 Docker:- pi-hole, unbound, portainer.

  • 2 Posts
  • 175 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle

  • Not that I have a solution but engoraging people to use “blocks” and “filters” is the way to go I think.

    I’d like to create a homepage but Lemmy moves too slowly for that, so I do find myself on “all” a lot. So blocking users/communities/instances and filtering keywords are how I craft a positive experience here.

    When EH was around I’d waste endless time trolling/downvoting them, which I now realise was time wasted. It didn’t help me; made Lemmy more toxic; and gave bad actors the legitimacy and attention they want.

    I think my comment in the poll was fairly comprehensive, so I’ll leave it at that. Except to add good job LemmyNSFW admins you constantly handle controversy well. From instance bans, instance drama or this current downvote issue, no notes.






  • I think it’s more a criticism of the Dems. They spent four years saying Trump is the death of America and now they’re just going to hand it to him. There’s two implications of that:

    1. Trump isn’t the enemy they made him out to be.

    2. Or, they just don’t care about American democracy.

    A long criticism of Dems has been their refusal to treat Trump as the threat he is. He tried to perform a coup and what has happened? Some guy was accused of using fake money and was extra-judicially executed in the street, but perform a coup and life goes on.




  • I feel downvotes are fairly useless.

    They’re used as a disagree button. Ok but why do you disagree? Leave a reply and let’s discuss. Gain saying has little value and that’s all a downvote to disagree is.

    They’re used to report spam. Spam should be reported so I don’t think that’s a valid argument for them. Downvoting spam leaves it up, reporting spam gets it taken down. We have a better solution to spam than downvotes.

    They are used by bad actors, with the removal of downvotes bad actors have to spend more effort in making a comment and it becomes far more obvious in who they are, report and block them.

    Finally downvotes are a way to yuck someone’s yum, I’m mindful of the instance we’re on. I don’t want our communities to become like Reddit where only one genital configuration and body type are allowed.


  • My initial inception of this box was to have it request a static IP so I knew “box.ip”. Then tape then tape some thing like this:

    Box.ip Service1:port Service2:port …

    Onto the case. Then in NPM have it proxy requests to “box.ip:8096” to “tailscale.ip:8096”. But alas, I couldn’t figure it out. I could get 1 service to work but not multiple.

    I couldn’t ask someone to write the config for me, but if you’re certain it’s doable then I’ll learn to write a config. Thank you for the offer. I’m guessing for each service I tell nginx to “listen” at “port” instead of only listening to ports 80,443 and 81.

    MDNS seems like an interesting solution though, I’m going to read about that now actually, thank you for highlighting that solution to me. If I could get that working that would be ideal. I’ll have to check if the expected devices are compatible but that would make everyone’s life easier if I could just setup a cronjob on startup.



  • Thank you for the reading material, it’ll be tonight project. I think I’m just going to tell people if they want to join in the family immich/mealie/etc they’ll just have to let me into their router. They’ll get memorable addresses out of it and adblocking too. I’m pretty sure that setup is comfortably within my skill set. I thought long and hard about opening ports but the security needed is beyond me currently. Down side is cost and I’ll be managing a bunch of boxe. But I can add updating them into the monthly maintenance and if/when they come back they can be repurposed into other projects.


    I tried /locations but my service would rewrite the URL and break itself. I’d navigate to “box.ip/immich” and immich would change the address to “box.ip/login” and hang.

    I’d need to learn how to have npm lock “box.ip/immich” and let immich append “/login”. I’ll leave my test VM up and just chip away at it. I think I need the “rewrite” flag but I’m getting dangerously close to just learning how to write an nginx config instead of having npm do it for me.

    Thanks again for the pointers