fcd7022d92
file can be written in /etc/traefik/acme.json - Update to version 3.1.1 - Bug fixes: * grpc: Bump google.golang.org/grpc to v1.64.1 * k8s/gatewayapi: Do not update route status when nothing changed * metrics - Fix grafana dashboard to work with scrape interval greater than 15s - Update open connections gauge with connections count - Use ServiceName in traefik_service_server_up metric * docker: Update to github.com/docker/docker v27.1.1 * webui: Upgrade webui dependencies - fixes boo#1224308 and CVE-2024-4068 - Run traefik as traefik user, fixes boo#1227226 - Added ACME confiuration template - Update to version 3.1.1 - Bug fixes: * k8s/gatewayapi - Do not update route status when nothing changed * metrics - Fix grafana dashboard to work with scrape interval greater than 15s - Update open connections gauge with connections count - Use ServiceName in traefik_service_server_up metric - Updates - Fix for CVE-2024-6104, boo#1227059 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=47
23 lines
508 B
Desktop File
23 lines
508 B
Desktop File
[Unit]
|
|
Description=Traefik
|
|
Documentation=https://doc.traefik.io/traefik/
|
|
After=network.target network-online.target
|
|
Requires=network-online.target
|
|
AssertFileIsExecutable=/usr/bin/traefik
|
|
AssertPathExists=/etc/traefik/traefik.yml
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/traefik --configFile=/etc/traefik/traefik.yml
|
|
User=traefik
|
|
WorkingDirectory=~
|
|
Restart=always
|
|
WatchdogSec=1s
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|