Odin Vex

Results 367 comments of Odin Vex

> Oh ok. I am not a docker expert so misunderstood the post, apologies for the same. Technitium DNS server does write only to the `/etc/dns/` config folder apart from...

> Just a quick hint, you can always analyse any container with `docker diff {container name}` to see which files are modified or added, for lot's of software, it may...

> Yes I'm saying containers I know you meant containers, I was asking if they had to be running or suspended.

> Of course you need to run `diff` when container running, because program will cleanup its pid or some cache files when it stopped, `diff` will not affect any running...

I can confirm it's no longer a visible option to enable for the client settings. Oddly enough, "Skip Intro" is forcibly enabled even when it's turned off for a client....

The fact they never considered how escaping will play out when passed via ENV for docker vars...eh. Real fun when you open up a console (or hijack the entrypoint/cmd) and...

> I have another env var in my .env file that I'd like to use, for example "MY_VPN_PASSWORD_HASH". With all of my other env vars like this, normally I can...

You do know you can just put `PASSWORD_HASH` into your env file? The env file's contents are loaded as environmental variables just as if you did environment: ...

I can't remember which search engine it was using (it set to auto).

> Hmm this seems like something that would be nice to fix but also possibly requires a rewrite/change in the fallback engine setting. ...Or just a simple ltrim and trim...