Enteee
Enteee
And an example with an actual job attached: `tree`: ``` . ├── a ├── A │ └── Dockerfile └── dobi.yaml ``` `dobi.yaml`: ```yaml env=env/base: variables: [ "A=A" ] mount=mount/.: bind:...
I can report the exact same issue, not changing `/etc/resolv.conf` breaks Qubes OS support. `v3.8.20` works fine. But not changing `/etc/resolv.conf` breaks the [`/usr/lib/qubes/qubes-setup-dnat-to-ns`](https://github.com/QubesOS/qubes-core-agent-linux/blob/10c90eee6672d5c95b6c1b831c8d1b383480810d/network/qubes-setup-dnat-to-ns) (also see below) script which is...
Thank you @stenya , I will try to test the updated version as soon as possible.
@stenya , I did give this a quick round of testing and so far this looks good. Using ivpn as a Qubes OS netvm does work with this enabled. Also...
I am not quite sure if this is a configuration issue, I do believe this is a bug.
thank you for you answer @ansuz . I am on it, see last commit. I am going to deploy this to my cryptpad instance now and give it a bit...
> The change to `Access-Control-Allow-Origin` seems unnecessary, ... According to [[1]](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin): > For requests without credentials, the literal value "*" can be specified, as a wildcard; the value tells browsers...
I've been running this now for a week in production without any issues. Just updated to 4.4.0 and will continue testing.
Thank you for testing this @ansuz. I will have a look at the found issues. Am I right in the assumption that you were using firefox for your tests? If...
I am still working on this. I can easily reproduce this in firefox. But the more I look at it, the more it looks like firefox is the root of...