Replies: 6 comments 3 replies
-
Scripts & merge done.
Replace your email address here For those who wants to use OVH/Cloudflare/Other registrar DNS challenge for TLS :
This line in the service : By default, access logs will be in JSON format, which is parseable by Crowdsec-bouncer using the crowdsecurity/traefik-logs parser Here's an exemple of a router configuration (stored in /etc/traefik/conf.d/router_name.yml) :
conf.d folder contains dynamic configuration, which means that Traefik don't need a restart nor a reload to use those files. |
Beta Was this translation helpful? Give feedback.
-
Just finished setting up my Traefik LXC - worked perfectly! Thanks for the great script. |
Beta Was this translation helpful? Give feedback.
-
Yes, I started with this setup, but I wasn't sure if it worked:
Even with this setting, it's giving me an error: My I have an error somewhere... |
Beta Was this translation helpful? Give feedback.
-
Maybe try to quote the value of the variable Le 25 juin 2024 à 10:33, info-path ***@***.***> a écrit :
Yes, I started with this setup, but I wasn't sure if it worked:
[Service]
EnvironmentFile=/etc/traefik/.env
Even with this setting, it's giving me an error:
{"level": "error", "entryPointName": "https", "routerName": ***@***.***", "error": "error parsing BasicUser: ${TRAEFIK_DASHBOARD_CREDENTIALS}", "time": "2024-06-25T10:25:21+02:00"}
My /etc/traefik/.env file contains:
TRAEFIK_DASHBOARD_CREDENTIALS=admin:$$2y$$05$weS2EnUtgMGjZp1FIoSFWeKjcJqdhbnE97EUOx/UE18Q76k5vsNOi
I have an error somewhere...
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@Uzurka: Are you sure the EnvironmentFile directive really works? I tried writing with apostrophe and quotes and nothing helped. Now I tried inserting a different variable and nothing came through. |
Beta Was this translation helpful? Give feedback.
-
Tbh I don’t know. Maybe give a look at Systemd documentation ;)Le 25 juin 2024 à 14:19, info-path ***@***.***> a écrit :
@Uzurka: Are you sure the EnvironmentFile directive really works? I tried writing with apostrophe and quotes and nothing helped. Now I tried inserting a different variable and nothing came through.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This... This request can be weird.
For years now, i use Traefik as a reverse proxy & load-balancer for all my services exposed to the WEB
Recently, for security purposes, i decided to put traefik container in an isolated virtual machine, but it requires a VM with :
This is heavy
Even if it's not documented by Traefik themselves, traefik can be installed as a service on Debian, in a simple way tho
Wonder if someone could do a script here that handles that in a LXC Container :)
Beta Was this translation helpful? Give feedback.
All reactions