Paul Traylor

Results 61 comments of Paul Traylor

It's Python and we are not doing anything too complicated so I would imagine it should run on raspberry pi, though I'm not sure we have the bandwith to test...

In that case, you should try building your own docker container. Clone the repo and there is a `make build` target for the docker container.

Yeah, it's possible an arm version could be built from https://github.com/line/promgen/blob/master/.github/workflows/docker.yml I've only done a very quick, basic search but this suggests it might be easy to do https://dev.to/cloudx/multi-arch-docker-images-the-easy-way-with-github-actions-4k54 ```...

I'm still needing to find time to review this, but remembered we will also need to ensure this still works with a docker container. In that case, we likely want...

Internally we discussed handling some of this a different way, so will close this PR for now.

I believe this is the connect from Woodpecker Server/Agent -> Forge. Though as I write that, I'm also checking to see if this might be the plugins -> forge (like...

This only seems to update the `/service/` pages, but most of the same templates are used on the `/services/` list pages and the `/` (home) page. What probably needs to...

I've opened up #544 as an attempt to split this into two different PRs. Combining the tab changes and the action button changes in the same PR, made things too...

The last release was Oct 2022 ( https://pypi.org/project/yamdl/ ) so if there's any other cleanup you want done, maybe I can assist with that, and then a new release can...

While testing, I needed to make one more fix to ensure the signals worked correctly.