Results 32 issues of dm17

```nginx location /specific/old/http/URL { proxy_pass http://service.new.tld/new; proxy_set_header host http://service.new.tld; proxy_ssl_certificate /etc/nginx/certs/new.tld/fullchain.pem; proxy_ssl_certificate_key /etc/nginx/certs/new.tld/key.pem; } location /upstream { proxy_pass http://service.new.tld; proxy_ssl_certificate /etc/nginx/certs/service.new.tld/fullchain.pem; proxy_ssl_certificate_key /etc/nginx/certs/service.new.tld/key.pem; } ``` This, put into vhosts, is...

Display ECC errors in a way that can't go unnoticed. I'm guessing that these days polling `edac-util` at some interval is the best way to do this. **Describe alternatives you've...

enhancement

Is there a way to display the output from `intel_gpu_top` in btop already? If not, that is kind of what I'm looking for... And perhaps other users can use the...

enhancement

How hard would it be to add a shortcut so we can suspend a tab using the keyboard? Many navigate a browser using the keyboard and I've not found chromium's...

I'm confused. You link to this guide: https://docs.gitlab.com/omnibus/settings/nginx.html#using-a-non-bundled-web-server That guide has this at the top: nginx['enable'] = false You do not have that in your gitlab.rb. You also say you...

How hard would it be to use Apertium's offline functionality for web page translation in Firefox & Chrome (especially on Android)? Currently, there seems no way to translate web pages...

enhancement

I wonder if these can safely be ignored - or if you get the same effect: sudo systemctl status docker runs fine... but outputs: "Your kernel does not support cgroup...

question

How do you think about the difference between supertokens and [Authelia](https://www.authelia.com/docs/)? Perhaps a word on when/why you see to use supertokens instead of something like Traefik + Authelia. I figured...

It is a pretty important feature for many within the auth / identity space. The only modern provider that seems to have support and documentation for "impersonation" is GoAuthentik -...

From > https://github.com/jwilder/nginx-proxy/blob/master/nginx.tmpl > there's a mentioned of "resolvers..." I see several posts about people having this issue, but the cause is not clear. The proposed fix is already in...

kind/question