490d651de4
file can be written in /etc/traefik/acme.json - Update to version 2.11.8 - Bug fixes: * 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 2.11.7 * Bug fixes: - [logs]: Make the log about new version more accurate - [tls,k8s/crd,k8s]: Enforce default cipher suites list - Fix for CVE-2024-6104, boo#1227059 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik2?expand=0&rev=9
22 lines
495 B
Desktop File
22 lines
495 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.toml
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/traefik --configFile=/etc/traefik/traefik.toml
|
|
User=traefik
|
|
WorkingDirectory=~
|
|
Restart=always
|
|
WatchdogSec=1s
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|