I would be very careful with this. What happens if you make a wrong config change and it results in a loss of business dollars? You could get sued working for nothing. I'd love to help as well but I also don't want to take on unnecessary risk unless someone is paying me to do so and has the right insurance and protections in place for me. If you're offering help in a sort of hands-off way that might be another thing,…
Ask HN: Does anybody need help with DevOps
11–16 of 16 posts
Re: Ask HN: Does anybody need help with DevOps
#12Idea: Help charity do a you may never sue me for anything clause. Get reference back.
Re: Ask HN: Does anybody need help with DevOps
#13Re: Ask HN: Does anybody need help with DevOps
#14I would be very careful with this. What happens if you make a wrong config change and it results in a loss of business dollars? You could get sued working for nothing. I'd love to help as well but I also don't want to take on unnecessary risk unless someone is paying me to do so and has the right insurance and protections in place for me. If you're offering help in a sort of hands-off way that might be another thing,…
Re: Ask HN: Does anybody need help with DevOps
#15I have my own server for some hobby projects and I'd really want a plug and play solution for checking git-repos with docker-files and starting them with their own URL for different branches.
Right now, if I have 20 projects with 20 branches, that's 400 endpoints that needs to be configured.
And what's best practice with canary deployments via git.
So my question is, does it exist a solution and what should I search for besides CI/CD?
Re: Ask HN: Does anybody need help with DevOps
#16I tried Googling but I'd really appreciate some advice. I have my own server for some hobby projects and I'd really want a plug and play solution for checking git-repos with docker-files and starting them with their own URL for different branches. Right now, if I have 20 projects with 20 branches, that's 400 endpoints that needs to be configured. And what's best practice with canary deployments via git. So my questio…
you can have branch-name, docker port and sub-domain as variable and define them at run time PS : Not the best solution, but could work for your use case