Phil Ricketts
Phil Ricketts
Thanks @lnnrtngl, I can't test this right now, but maybe something like this would work: ``` docker exec $(docker ps --filter ancestor=ghcr.io/coolabsio/coolify-helper:latest --format "{{.ID}}" | head -n 1) cp -r...
Going to test this as soon as the update lands. Thanks for fixing this
I've tested this yesterday and it's working well. I think there's a slight race condition somewhere though as sometimes a deployment following a webhook fails, but then redeploying again works....
`@equalsProperty` might be a better name
Yep my build is also going nuts repeating version numbers lowering by one: ``` > => # Collecting boto3=1.0 => => # Downloading boto3-1.34.60-py3-none-any.whl (139 kB) => => # ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━...
+1. This was causing me problems for hours until I caught a comment mentioning kext order, which got me past some kernel panics I couldn't make sense of. This issue...
I think this is probably a duplicate of this bug: https://github.com/coollabsio/coolify/issues/1996 Basically, when you use the docker compose option and git, it does _not_ copy the files from your repo...
Sleep deprivation is real. 🤦 Just had a quick think on how contextual GUI could work. In a normal task management app, right clicking a task is often a primary...

Another idea, is to bring up a small popover when right clicking a checkbox, overriding the normal menu showing up in-situ like this, although this would be global UI (set...