Fred
Fred
For the moment I use the webhook system to notify users of a new comment, I use n8n for the processing workflow. It's ok for a basic use, but I'm...
Nice :+1: I saw you'd already redone the status in Go too... I'm using Honey as is for now, no worries, you've got time! Thanks for taking my suggestions into...
I was able to make it work! I had to create `~/.config/containers/registries.conf` with : ``` # Note that changing the order here may break tests. unqualified-search-registries = ['docker.io', 'quay.io', 'registry.fedoraproject.org']...
I don't know why, but it seems to be working again without modifications... strange... maybe a fix on the docker registry side...
Something is wrong with the project documentation... (I'm using the docker container) I had to create `$WORKDIR/conf/dashboard/clusters.config.js` containing : ``` window.clusters = [] ``` Should be `$WORKDIR/conf/dashboard/clusters.config.json` now if I...
Just found, that in the dockerfile, you are pulling the debian/2.0.0... is the Dockerfile up-to-date ?
Same error here... don't understand why...