taxon

joined 10 months ago
[–] taxon 2 points 1 month ago (1 children)

Have you gone down the Novamin rabbit hole?

[–] taxon 2 points 3 months ago* (last edited 3 months ago)

I'd tell you about the popular movie I haven't seen, but the first rule says I can't talk about it.

[–] taxon 18 points 4 months ago (1 children)

Nice! What's the source?

[–] taxon 3 points 5 months ago

Nose to scrote?

[–] taxon 10 points 5 months ago

...Which he is.

[–] taxon 4 points 10 months ago (1 children)
[–] taxon 3 points 10 months ago (2 children)

Sorry, it's a bit early in my day, but I'm interested.

Could you elaborate on how tailscale acts as an access gate?

How is the balance between security and convenience when using tailscale?

(Full disclosure, I'm an idiot, but willing to learn)

[–] taxon 2 points 10 months ago (1 children)

That's an interview from a few years earlier.

Here's the interview featured: https://youtu.be/dYrI6cm9QGQ

[–] taxon 1 points 10 months ago

The Error 502 Bad Gateway you're encountering usually means that Cloudflare is not receiving a response from your server or the server is taking too long to respond. Here are a few troubleshooting steps you can take to resolve the issue:

Check your Docker setup: Make sure that the Docker container for the service (in this case vikunja) is running properly. You can do this by checking the logs of the Docker container or by trying to access the service locally. If the service is not running correctly, you may need to troubleshoot the Docker container itself.

Check your Cloudflare configuration: Make sure that the Cloudflare tunnel is set up correctly for the service. You can do this by logging into the Cloudflare Tunnels dashboard and checking the settings for the specific service. One suggestion from reddit.com is to go to the "Public Hostname Page" for each of the domains that are having issues. Find where it says "Additional application settings" and open that section of the page. Then, under "TLS" look for "No TLS Verify" and set that to "Enabled".

Check your network settings: Make sure that the service is accessible from the network where the Cloudflare tunnel is running. You can do this by trying to access the service from a different device on the same network.

Check your application configuration: Some applications require specific settings to be configured in order to work correctly with Cloudflare. For example, in the case of Home Assistant, you might need to add trusted proxies in the configuration file reddit.com. Check the documentation for the specific application to see if there are any specific settings that need to be configured.

Here is an example of how you might add trusted proxies in Home Assistant:

http: use_x_forwarded_for: true trusted_proxies: 192.168.0.101 ip_ban_enabled: true login_attempts_threshold: 5

Remember to replace 192.168.0.101 with the IP address of your Cloudflare tunnel server.

If none of these steps resolve the issue, you may need to contact Cloudflare support or consult with the community forums for more specific troubleshooting advice.

Remember to always backup your configuration files before making any changes, and to restart your services and/or server after making changes to ensure they take effect

I'm not a bot, but this response was generated by GPT-4.