TwitchCaptain

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by TwitchCaptain

  1. That's simply not how our conversation went. Anyone who wants to read it is welcome to join my Discord and check it out: https://golift.io/discord While you're there, checkout the hundreds of people I've helped; just scroll up. Look how much time I gave LumberJack trying to help him with his 2700 items stuck in the Sonarr queue. I even solicited help from nitsua and bakerboy when I was stumped. I've closed 137 issues, most of them opened by other people: https://github.com/davidnewhall/unpackerr/issues. I'm an asshole, but calling me ignorant because you don't know how to use the software that I've put 3 free years into is a bit much. Telling people I refuse to make the software better is an outright lie. These words you've chosen make you an entitled prick. You said you can fix it, so fork it and fix it, and quit telling people to look for solutions besides unpackerr; none exist. Better check your attitude in the community of free software. Good luck. Thanks, -The Unpackerr Dev
  2. Squid/dockerPolice: Why not just let folks add their own repo URLs, like apt and yum have done forever. I'd like to publish an xml description of my app in my own repo, tell my users how to install it, and not deal with others repos at all. How do we get there? You know how GitHub and DockerHub avoid these confrontations? They don't dictate which software they'll allow users to download. Clearly users want more software choice, not less. The hoops devs have to jump through to get things they make into CA is not ideal. As a dev, I've never been confused by software/container choice, but I have been repeatedly astounded by how this system is put together, operates and moderates. I am willing to cite specific examples of things that have astounded me, but I'm more interested in how we move past a system that prevents access to software.
  3. The FAQ didn't seem to answer the question. Try this. location ~ /lychee(/.*) { proxy_pass http://192.168.178.25:8082$1$is_args$args; proxy_set_header X-Lychee-Base "/lychee/"; add_header X-Frame-Options SAMEORIGIN; }