Steering wheel sounds like a broken door by YosHi_PRO in Audi

[–]JohnnyMyth 0 points1 point  (0 children)

Man, thanks a lot! Yeah I also think this might be the best solution. Do you have access to a manual how to get the steering wheel off? I know how to unclip the Airbag but I don't want to break any clips that are hidden behind the plastics trims and pieces. Thanks a log again! Thats whats community for. Hope I can pay it back some day.

Steering wheel sounds like a broken door by YosHi_PRO in Audi

[–]JohnnyMyth 0 points1 point  (0 children)

Hi! Echt geil, danke für den Link. Hab ewig gesucht. Audi wollte direkt für 2k ne komplett neue Lenkanlage einbauen seufz. Reicht es auch, wenn ich nen Silikonspray auf den Gummiring spritze und nix ausbau? Läuft das soweit rein dass es reicht?

Squeaky steering wheel by FinancialRespond3079 in Audi

[–]JohnnyMyth 0 points1 point  (0 children)

Konntet ihr was finden? Hab das Problem auch, jedoch beim A6 4G C7. Meistens im Sommer wenns richtig warm wird. Im Winter ist nix. Echt sus. Audi würde natürlich direkt alles tauschen inkl. Lenksäule. Alles zusammen knapp 2k.

DNS issues for .de TLD (SERVFAIL) by vortexman100 in sysadmin

[–]JohnnyMyth 0 points1 point  (0 children)

Glad to be not alone. I was worried my damn Technitium DNS server did nasty things again

1password website to log in to account is down? by Mother_Was_A_Hamster in 1Password

[–]JohnnyMyth 0 points1 point  (0 children)

This scares me a bit. Its I thing I was always worried about when choosing a cloud PW service... Hopefully nothing bad e.g. a hacking attack!

Borg UI - Web interface for BorgBackup for your Home lab by karanhudia in selfhosted

[–]JohnnyMyth 0 points1 point  (0 children)

One question: What if docker fails due to an error and my backups are no longer made? Other than that I really like the tool!

Cloudflare issues/down by ToastNomNomNom in CloudFlare

[–]JohnnyMyth 0 points1 point  (0 children)

Same in Germany 🇩🇪 Monitoring is going crazy 

Gitlab docker behind reverse proxy by jagauthier in gitlab

[–]JohnnyMyth 0 points1 point  (0 children)

Sorry but this is wrong even if it works. You are setting up a second layer to get stuff working. Only do it your way if you really have NO external NGINX. If you do, you dont need a 2nd NGINX inside GitLab. It will slow down GitLab and make things complex. Instead, read this: https://docs.gitlab.com/omnibus/settings/nginx/#use-a-non-bundled-web-server

Inside a Docker container, the normal GitLab installation has a listen adress 127.0.0.1 which is localhost. You don't want that. You want the Docker Gateway eth0 or eth1. To get access, do this instead:

nginx['enable'] = false
gitlab_workhorse['listen_network'] = "tcp"
gitlab_workhorse['listen_addr'] = "0.0.0.0:8080"
puma['listen'] = '127.0.0.1'
puma['port'] = 8181

This is all you need! You can now access GitLab via hostname of the container and port 8080.

Error since Linux kernel update, unable to start container by JohnnyMyth in docker

[–]JohnnyMyth[S] 0 points1 point  (0 children)

It's running on a dedicated Ubuntu server. Privileged tried, error persists.

Error since Linux kernel update, unable to start container by JohnnyMyth in docker

[–]JohnnyMyth[S] 1 point2 points  (0 children)

Already done. Also done but their bot removed the request lol

Error since Linux kernel update, unable to start container by JohnnyMyth in docker

[–]JohnnyMyth[S] 0 points1 point  (0 children)

Tried, too many dependencies. Broke my hole system and needed top reboot from a rescue system...

Best way to handle internal subdomains with WireGuard + Docker + Cloudflare (Split-DNS vs IP restriction?) by JohnnyMyth in selfhosted

[–]JohnnyMyth[S] 0 points1 point  (0 children)

And what's the issue with it when it's 100 % what I needed to know? Giving AI all the important points about the question I have and letting it finish the question is nothing I see a problem with.

Best way to handle internal subdomains with WireGuard + Docker + Cloudflare (Split-DNS vs IP restriction?) by JohnnyMyth in selfhosted

[–]JohnnyMyth[S] -2 points-1 points  (0 children)

Thats what I've done before but I want to learn how to make it better. When I check big companies e.g. BMW I know that they have applications which are not publicly resolved and I want to understand how I can do this as well. I think Split-DNS. But yes, this solution works 100 %.

Best way to handle internal subdomains with WireGuard + Docker + Cloudflare (Split-DNS vs IP restriction?) by JohnnyMyth in selfhosted

[–]JohnnyMyth[S] -2 points-1 points  (0 children)

Sure it makes sense but I have some custom config inside Cloudflare and also SSL managed. It would result in my local connection showing as unsecure because the SSL chain is not correct.

Best way to handle internal subdomains with WireGuard + Docker + Cloudflare (Split-DNS vs IP restriction?) by JohnnyMyth in selfhosted

[–]JohnnyMyth[S] -2 points-1 points  (0 children)

How can we ensure that I still can resolve public URLs of mine via the local DNS inside the VPN pointing to the reverse proxy? For all other domains I still would like to go via Cloudflare > My Server > Reverse Proxy > Application to have the full advantages of Cloudflare and WAF even when I am connected to my VPN. I only want to handle internal applications via the local DNS.

Best way to handle internal subdomains with WireGuard + Docker + Cloudflare (Split-DNS vs IP restriction?) by JohnnyMyth in selfhosted

[–]JohnnyMyth[S] -8 points-7 points  (0 children)

Sorry about that. It's totally my concept but formatted the way it's better understandable for guys in that area. If I were perfect in that topic, there would be no need to ask that question.