forked from pool/traefik
Alexandre Vicenzi
d186ab4932
- Moved configuraton from .toml to .yml config - Update to version 3.0.0 * Announcment: https://traefik.io/blog/announcing-traefik-proxy-v3-rc/ * added support for popular, emerging technologies—WebAssembly (Wasm), OpenTelemetry, and Kubernetes Gateway API * revamped some key parts of the routing rules * added support for some leading edge technologies like HTTP/3, SPIFFE, and Tailscale * Migration guide: https://doc.traefik.io/traefik/v3.0/migration/v2-to-v3/ * Details: https://github.com/traefik/traefik/releases/tag/v3.0.0 OBS-URL: https://build.opensuse.org/request/show/1172482 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=33
21 lines
476 B
Desktop File
21 lines
476 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
|
|
Restart=always
|
|
WatchdogSec=1s
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|