shrinidhi111
shrinidhi111
Same error encountered in GitHub Actions. I had to downgrade to go 1.17.x for it to work
I have a similar request. Basically, I want swagger to be running in development environment only and disabled in production environment.
> 😄 Why can't you use a production boolean variable to register swagger only for production? > > ``` > func main() { > > r := gin.New() > >...
Also, I am using fwknop server 2.6.10
Yes, still the case
@potter420 > Managed to get wg show to work, but not sure if it affect the docker interface or host interface. Using host network allows the docker's wireguard to directly...
@donaldzou You may use this as inspiration/template. https://hub.docker.com/r/linuxserver/wireguard If time permits today I'll provide a working docker command.
Same issue here.. After I start the server and open the page in Firefox, it keeps loading forever. But as soon as I CTRL+C the server, the response loads.
I think this is written for Python2 and hence it will give syntax errors for Python3.
Thanks for the comments above, in my case I'm handling starting of service post install, but in Cent OS 7 for example it doesn't get _enabled_ Enabled means the service...