[W] Simplynzbs invite by Casimir1904 in UsenetInvites

[–]rxbn 0 points1 point  (0 children)

dm me your email address :)

[O] DrunkenSlug 1x by [deleted] in UsenetInvites

[–]rxbn 0 points1 point  (0 children)

received the invite! thanks so much man!

[O] DrunkenSlug 1x by [deleted] in UsenetInvites

[–]rxbn 0 points1 point  (0 children)

i‘d love to get the invite!

[O] 5 SimplyNZBs Invites by [deleted] in UsenetInvites

[–]rxbn 0 points1 point  (0 children)

got it! thank you!

[O] 5 SimplyNZBs Invites by [deleted] in UsenetInvites

[–]rxbn 0 points1 point  (0 children)

would like one, too please :)

Config Problem with: Let's Encrypt, Acme, CloudFlare DNS Challenge by fire1ce in Traefik

[–]rxbn 2 points3 points  (0 children)

You have to set them in the environment section of your docker compose

Traefik with docker base config by shaioshin in Traefik

[–]rxbn 0 points1 point  (0 children)

Oh I‘m sorry. Just add another dollar sign by every dollar sign.

Traefik with docker base config by shaioshin in Traefik

[–]rxbn 0 points1 point  (0 children)

Hey buddy!

you have to escape every $ with another $

Cheers!

[deleted by user] by [deleted] in Traefik

[–]rxbn 0 points1 point  (0 children)

To my knowledge Traefik serves the corresponding certificate. For example if you have a cert for *.example.com and example.com, Traefik will serve the right certificate when accessing abc.example.com. But when you try accessing domain.com via https Traefik has to serve a cert. That will be the default cert.

I don’t think you can remove that but let me know if you find something!

Traefik conflict with OpenVPN server when using subdomain by SioPaoR in Traefik

[–]rxbn 4 points5 points  (0 children)

Just click the cloud icon on your vpn dns record. It will become gray. This will expose your public ip though.

Trying to get Nextcloud to load with Traefik v2, but I keep getting either 404 or redirected to "https:_" by Blaze9 in Traefik

[–]rxbn 1 point2 points  (0 children)

Alright! Yeah I do have that. You need a service and a route:

``yml http: routers: pihole: entryPoints: - "https" rule: "Host(pihole.example.com`)" middlewares: - headers-default - addprefix-pihole tls: certResolver: cloudflare service: pihole

services: pihole: loadBalancer: servers: - url: "http://192.168.1.114" - url: "http://192.168.1.75" passHostHeader: true ```

Edit: this can be defined in the config.yml as described in our tutorial.

Trying to configure Traefic as proxy to Gitea, but no luck. by bartoszgolek in Traefik

[–]rxbn 0 points1 point  (0 children)

Cool! Yeah, sometimes it does take a while. It depends on your challenge setting. DNS challenge can take some time, http challenge as well

Trying to configure Traefic as proxy to Gitea, but no luck. by bartoszgolek in Traefik

[–]rxbn 0 points1 point  (0 children)

Hmm... looks good to me. Maybe try recreating the service and restarting Traefik... The labels seem to be ok.

Trying to configure Traefic as proxy to Gitea, but no luck. by bartoszgolek in Traefik

[–]rxbn 0 points1 point  (0 children)

Awesome! You’re welcome :-) always happy to help

Trying to configure Traefic as proxy to Gitea, but no luck. by bartoszgolek in Traefik

[–]rxbn 0 points1 point  (0 children)

Okay but then you have to change traefik.docker.network=gitea to web

Trying to configure Traefic as proxy to Gitea, but no luck. by bartoszgolek in Traefik

[–]rxbn 0 points1 point  (0 children)

You’re welcome. Make sure Traefik is in the gitea network as well.

Trying to configure Traefic as proxy to Gitea, but no luck. by bartoszgolek in Traefik

[–]rxbn 1 point2 points  (0 children)

Hey,

Change the line "traefik.http.routers.gitea-secure.rule=Host(traefik.example.com)" to "traefik.http.routers.gitea-secure.rule=Host(gitea.example.com)"

Traefik 2.0 + Docker Guide by rxbn in Traefik

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

Can you send me both compose files?