egandro

Results 82 comments of egandro

Can you guys please review this? Big thank you!

> N8N_DISABLE_PRODUCTION_MAIN_PROCESS I think the -test is missing here: https://github.com/8gears/n8n-helm-chart/blob/master/templates/service.webhooks.yaml

That looks ok... https://github.com/8gears/n8n-helm-chart/blob/4f70095930313ef2bd1dfd05de570afe91175ce4/templates/ingress.yaml#L56

I think this is related to that feature. When using a controller e.g. PS4 or Xbox, I would love to see a feature to make an item in a menu...

I don't understand the context of this error. Can you please provide more logs? Alpine 3.22 is (as of today October 15th 2025) the most recent one. My generic hint:...

```cmd C:\>echo %COMPUTERNAME% foobar C:\>docker run -e WINDOWS_COMPUTER_NAME=%COMPUTERNAME% -it ubuntu bash root@b4143f2b77fc:/# echo $WINDOWS_COMPUTER_NAME foobar ```

you can also set the hostname (for a specific docker container) via -h ```cmd C:\>docker run -h foobar.whatever -it ubuntu bash root@foobar:/# hostname foobar.whatever ```

Voila for the boot2docker. https://github.com/kaosagnt/boot2docker-xfs-ng/blob/0ddb8a4fb211d2d25a5f790809c83795fc92aaf6/files/bootsync.sh#L11 ```bash ## . ## ## ## == ## ## ## ## ## === /"""""""""""""""""\___/ === ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~...

> Hey [@egandro](https://github.com/egandro) I've started to work through open issues. What is it that you would like changed first? 1) Basically update all dependencies first. Docker, Go, C#, Java, NodeJS...