Pour remplacer Nginx comme reverse proxy, vous recommandez :
Pour remplacer Nginx comme reverse proxy, vous recommandez :
So I finally got ssh configured properly over traefik. Not an easy ride.
689 - Cinco remendaciones para exprimir tu proxy
Desde un login para #traefik hasta bloquear acceso por ip a tus servicios autoalojados y otras cinco recomendaciones para exprimir tu proxy inverso
Si bien llevo utilizando Traefik como proxy inverso varios años mas, habiendo, incluso, superado la transición del 1.7 al 2.X, lo cierto es que no paro
I declare partial success with much more aggressive connection, request, and transfer rate throttling in the embedded #nginx instance that serves my static page (plus the dynamic link maze that caught the stupid "AI" scraper bots...) behind #traefik (causing the TLS termination part to be overloaded and blocking authenticated users from legitimate access).
https://www.mayrhofer.eu.org/post/defenses-against-abusive-ai-scrapers/nginx-default.conf is the current rate limiting config, https://www.mayrhofer.eu.org/post/defenses-against-abusive-ai-scrapers has the explanations.
Something like https://blog.lrvt.de/configuring-crowdsec-with-traefik/ will probably have to be the next level of escalation to deal with the issue on a global level.
I've decided that rather than just taking notes in my own wiki to be forgotten I'm going to start a rudimentary blog.
Here's post 1 of 2 on running #traefik in #podman with Quadlets. The end goal in part 2 will be getting #headscale running for a fully controlled #tailscale VPN. Stay tuned!
Containous released #Traefik version 3.4.0-rc2. https://traefik.io/
Containous released #Traefik version 2.11.23. https://traefik.io/
Even More #OpenTelemetry - #Kubernetes special.
* From Docker Compose to #Helm
* Helm subcharts for the win
* Kubernetes topology with #vCluster
* #Traefik as an Ingress Controller
* Exposing services and the Ingress class
* A touch of the #OpenTelemetryCollector
* Initializing PostgreSQL with data
* Kubernetes instrumentation of pods
* Bonus: A new #Quarkus component
Interested in #containers, #docker, #OCI and #guix #declarative #configuration?
Watch Giacomo Leidi's talk about self-hosting @forgejo using Guix's container backed configuration. Check it out
His Gocix project shows how to bring together container-based software while benefiting from the resilience of declarative configuration! He has services for #prometheus #grafana #traefik #bonfire and more!
Want #cloudnative but with the power of #declarative configuration? The recoverability of #transactions for system configuration?
Wednesday it's the online #guix meet-up! With a great talk by @paulbutgold
about running docker / oci containers using the Guix configuration system.
His Gocix project has #prometheus, #grafana, #forgejo, #conduit and #traefik examples.
Meet-up details:
I think I’ve cracked it it was the way I’d put the rule together! #traefik #regex #askfedi #opensource
Does the fediverse have any hardcore #traefik PathPrefix #regex writers who can help me convert from nginx to a label???? #askfedi #opensource
Upon occasion, I write things on my blog. This one is about the setup of the blog itself!
https://blog.sntxrr.dev/self-hosting-ghost-with-traefik-and-sendgrid-for-email/
For those using #traefik, is there an elegant way to remove old entries for ACME/letsencrypt? I store mine in acme.json and contains old containers that are no longer present on that host.
Is there a better way to clean up this file besides manually editing the JSON? Thanks.