Ivan Borshchov

Results 79 comments of Ivan Borshchov

> You are requesting a concurrent limit per repo and not per org right? Yes per repo. The issue is when old build in progress and someone commits, woodpecker starts...

> > Yes per repo. The issue is when old build in progress and someone commits, woodpecker starts another build instantly > > Yip. In most repos I worked with...

Yep, sounds cool, @MultiFox200 what do you think about it?

Thanks, we will take a look. We are now working on v2. Probably fix will be there, probably in this version. @MultiFox200 how do you think?

Thanks for your feedback! Could you please share more details on example which you would like to see it (chart type, monitoring interval/top n processes who intensively write or just...

Thanks for sharing > It currently cannot recognize my system. Yes, curently IIRC there is only Ubuntu logo for all other systems it will show "?", but there is simple...

Yes, exactly, spa-to-http is generally designed for use with Traefik or when you have no proxy at all. Traefik is simpler and easier to manage in most use-cases then Nginx....

Thanks, added to our Roadmap!

Probably this package could be reused https://github.com/tj/go-redirects

Sure, like in any docker container ``` command: sh your.sh && /bin/go-http-server --port 4001 ``` When you don't pass binary and just pass e.g. ``` command: --port 4001 ``` Docker...