stratself
stratself
Thank you, I now understand that this is the expected behavior. Though I do find the feature to be a bit of a bloat - KISS should only add tags...
I found a hacky way to do this by symlinking a different .conf file to `wg0.conf` before executing the `/gluetun-entrypoint` binary. This requires redefining the entrypoint command to run a...
Hey, I second this too and hope it's published here. Not only because of the ratelimits, but also to improve availability on more registries You may also consider quay.io or...
Adding my support for this feature. My server also undergo regular reboots and sometimes have network blips, so it'd be awesome to account for these issues. Afaik prosody doesn't do...
I managed to monkeypatch this by using [mkdocs-macros-plugin](https://github.com/fralau/mkdocs-macros-plugin/) to replace `updated` with `created` if said key isn't found: ```py def on_pre_page_macros(env): try: env.page.meta['updated'] except KeyError: env.page.meta['updated'] = env.page.meta['created'] ``` Per...
**An update:** My initial understanding of this feature is incorrect. Tailscale allows `UseWithExitNode` with both Split DNS and Global nameservers: - In the first case, requests will go directly to...
Are you running Technitium as Docker inside LXC? I found this issue which may be relevant https://github.com/opencontainers/runc/issues/4968 There also seems to be updates to LXC/Proxmox that solved this issue too
Yes, that would be ideal thanks
Doesn't work for me either. I did `reload_config` without errors about unrecognized fields, so the update should be successful. ejabberd.yaml relevant parts: ```yaml log_modules_fully: [ mod_unified_push ] modules: mod_unified_push: push_url:...
Uninstalled and reinstalled the module. It works as expected now, thanks