Julien Girardin

Results 19 comments of Julien Girardin

Ok so no possibility for wireguard packet to leave the node and reach other peer if I understand correctly

[tc_dump.log](https://github.com/projectcalico/calico/files/7262170/tc_dump.log) Dump done on a server with: eno1: 62.210.127.158/24 wg1: 172.16.31.1/24 And I was pinging (unsuccessfully) from 172.16.31.2/24 the server on 172.16.31.1

Not a specialist of PHP, but looks like the test function always return error (https://github.com/nextcloud/notify_push/blob/2522b4ebbab07dbb1486a3295eac5cf0941535a9/lib/SelfTest.php#L177), and for quite some time not really testing that remote ip belong to trusted_proxy (seems...

Hi, thanks for installer the netbox chart, I think I will do the solution for Bug, Bug2, Bug3 Not sure to understand the suggestion for Bug4, you PR is alrady...

Thinking twice at Bug1 and Bug2: It's a bit strange that the postgres and redis chart doesn't work natively on openshift...

Hi, It's supposed to be a map with key being name of file and value being content of the file. For what to use as key and value, please look...

Like any helm upgrade, you need to pass in the values you used for creating the release: ``` helm upgrade netbox-enix enix/netbox --set foo=bar -f values.yaml # I highly recommand...

I managed to get it working. That's definitely a work-around; but here the receip: 1/ Assemble the lua code in a configmap, I use a makefile for that: ``` lua:...

Here is a gpg-agent trace: ``` pselect6(7, [3 4 5 6], NULL, NULL, {tv_sec=4, tv_nsec=109284}, {sigmask=[], sigsetsize=8}) = 0 (Timeout) newfstatat(AT_FDCWD, "/home/user/.gnupg", {st_mode=S_IFDIR|0700, st_size=372, ...}, 0) = 0 pselect6(7, [3...