• 0 Posts
  • 190 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle









  • themachine@lemmy.worldtoOff My Chest@lemmy.worldDeleted
    link
    fedilink
    English
    arrow-up
    3
    ·
    25 days ago

    As someone with no such mental barriers you’ll have to take take my words with a grain if salt. I’m certainly not ever looking to make purchase something that is crap/doesn’t work/is useless. I do as much research as i can on the item, think about how I expect to use the item, and try to think about what may work and not work about the time.

    If I can’t come up with a strong objective reason to not get it then I buy it. Generally you can return most things so if I’m particularly hesitant about something due to too many unknowns I’ll just make sure I can return it. Sometimes there may be a few but I consider that the price of the lesson.

    There is also nothing wrong with asking the opinions of others if you know nothing about it and you know someone who might. People ask me about computer and electronics purchases because I have a lot if experience and can typically advise them of things they didn’t consider.

    What I don’t do is ask people who know little to nothing about whatever the item is and then base my own opinion entirely on their uneducated one.

    At the end of the day though you really just have to allow yourself to make mistakes. There’s nothing wrong with that and is often the one if the best ways to learn something.


  • I use portainer extensively and am quite fond of it. I normally live on the CLI so picking a GUI tool over cli management is unusual for me but I’ve found portainer largely just makes typical management easier and doesn’t get in my way at all.

    For your other questions I have no answers. I self host everything so to me “what is worth running” is not a question that makes sense. I run what I need and my needs therefore define what I run.

    I stick to IRC over matrix.








  • NPM likes to eat the let encrypt requests which is what I’m assuming is breaking the cert gen inside the container. I believe you can work around this, but honestly I’d recommend just moving to a more advanced but more flexibile proxy solution.

    Personally I recommend Traefik. There isn’t a friendly gui to help you but once you wrap your head around it things just work. It also allows for defining proxy parameters right in your compose file via labels so it takes out the need to log into NPM and manage proxy entries there. Just deploy you’re compose fils and you’re off.

    As far as making what you’ve got just work, you can either try to get NPM to stop intercepting the LE cert requests or hack up the signal-tls-relay container and jam the NPM certs into it. I wouldn’t recommend either of these options though. I’ve been in a similar scenario and it’s this among other reasons why I moved off NPM. I started with NPM because I thought it would be simple and easy and it is, right up until you want to do a thing even slightly outside of its fairly limited box.