Port details |
- traefik2 High availability reverse proxy and load balancer
- 2.2.0 net
=1 2.2.0Version of this port present on the latest quarterly branch. - Maintainer: freebsd@funzi.org
 - Port Added: 2020-03-21 12:55:00
- Last Update: 2021-04-14 17:26:42
- Commit Hash: 795e1c4
- People watching this port, also watch:: rundeck, rubygem-fluent-plugin-file-alternative
- License: MIT
- WWW:
- https://traefik.io/
- Description:
- Traefik (pronounced like traffic) is a modern HTTP reverse proxy and load
balancer made to deploy microservices with ease. It supports several backends
(Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS,
and a lot more) to manage its configuration automatically and dynamically.
WWW: https://traefik.io/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: traefik2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1586190057
SHA256 (Funzinator-traefik-v2.2.0-vendor_GH0.tar.gz) = ae01a3d771a41944850c242f756a7edc6124969cbdc2d217039581514a085611
SIZE (Funzinator-traefik-v2.2.0-vendor_GH0.tar.gz) = 20733835
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go : lang/go
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_traefik2
- USES:
- go:modules
- pkg-message:
- For install:
- Note that traefik starts as unprivileged user. Thus, it cannot
bind to privileged ports (by default, ports below 1024) and
will exit when configured to do so.
If traefik should serve ports in the privileged range, there
are options to achieve this:
- Have traffic bind to an unprivileged port and use the
packet filter configuration to redirect requests to the
desired privileged port to the unprivileged port in
traefik's configuration file e.g. the rdr rules in pf(4).
- The mac_portacl kernel module allows unprivileged processes
to bind to privileged ports.
Note: If you are upgrading from traefik 1.x keep in mind that
the configuration is not compatible.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0 14 Apr 2021 17:26:42
    |
Thomas Zander (riggs)  |
net/traefik2: Remove port.
net/traefik2 was tracking the 2.x branch as long as net/traefik was on
the 1.7.x branch. It has been superseded by the update of net/traefik to
the 2.x branch in late 2020.
PR: 255044 |
2.2.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.0 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
2.2.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2.0 06 Apr 2020 17:21:22
  |
mikael  |
net/traefik2: update to 2.2.0
PR: 245400 245149
Submitted by: Christopher Beppler (maitainer) |
2.1.8 21 Mar 2020 12:54:55
  |
pi  |
New port: net/traefik2 High availability reverse proxy and load balancer 2.x
Traefik (pronounced like traffic) is a modern HTTP reverse proxy and load
balancer made to deploy microservices with ease. It supports several backends
(Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS,
and a lot more) to manage its configuration automatically and dynamically.
WWW: https://traefik.io/
PR: 244913
Submitted by: Christopher Beppler <freebsd@funzi.org> |