Port details |
- traefik High availability reverse proxy and load balancer
- 3.1.6_1 net =5 3.1.6Version of this port present on the latest quarterly branch.
- Maintainer: riggs@FreeBSD.org
- Port Added: 2017-10-14 12:58:33
- Last Update: 2024-11-08 20:59:26
- Commit Hash: 9ac7419
- People watching this port, also watch:: node, libxml2, gimp, openssl, go
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/traefik/ && make install clean
- To add the package, run one of these commands:
- pkg install net/traefik
- pkg install traefik
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: traefik
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728683393
SHA256 (traefik-3.1.6.tar.xz) = 6d86c8745a69ef9f0cb12f07d5bf4ec14f2e238227b08f06ab47c3d6fb62bfeb
SIZE (traefik-3.1.6.tar.xz) = 21623664
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-bindata : devel/go-bindata
- go123 : lang/go123
- This port is required by:
- for Run
-
- sysutils/minipot
Configuration Options:
- No options to configure
- Options name:
- net_traefik
- USES:
- cpe go:1.23,modules tar:xz
- pkg-message:
- For install:
- Note that traefik starts as unpriviliged 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.
- If upgrading from < 2.0:
- The version 2 of Traefik requires manual configuration changes
when migrating from a legacy v1 version to v2.
Please consult the Traefik migration guide at
https://doc.traefik.io/traefik/migration/v1-to-v2/
for details on how to adapt existing configuration files.
Note that there is a tool that can automate migration and
rewrite existing configuration files (at least partially):
https://github.com/traefik/traefik-migration-tool
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.14 15 Aug 2019 16:04:23 |
riggs |
Update to upstream release 1.7.14
Details:
- Bugfix release, details see:
https://github.com/containous/traefik/releases/tag/v1.7.14
- Includes HTTP/2 denial of service fixes as described in
CVE-2019-9512 and CVE-2019-9514
MFH: 2019Q3 (hat: ports-secteam)
Security: CVE-2019-9512
CVE-2019-9514 |
1.7.12 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.7.12 31 May 2019 16:24:19 |
riggs |
Update to upstream release 1.7.12
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.12
MFH: 2019Q2 |
1.7.11 03 May 2019 16:58:25 |
riggs |
Update to upstream version 1.7.11
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.11
MFH: 2019Q2 |
1.7.10 15 Apr 2019 16:27:30 |
riggs |
Update to upstream version 1.7.10
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.10
MFH: 2019Q2 |
1.7.9 17 Feb 2019 17:31:15 |
riggs |
Update to upstream version 1.7.9
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.9
MFH: 2019Q1 |
1.7.8 02 Feb 2019 18:44:57 |
riggs |
Update to upstream release 1.7.8
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.8
MFH: 2019Q1 |
1.7.7 20 Jan 2019 14:48:29 |
riggs |
Update to upstream version 1.7.7
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.7
MFH: 2019Q1 |
1.7.6 16 Dec 2018 20:01:43 |
riggs |
Update to upstream version 1.7.6
Details:
- Bug fix for label segmentation when using custom prefix in the
consulcatalog provider, see
https://github.com/containous/traefik/releases/tag/v1.7.6
MFH: 2018Q4 |
1.7.5 08 Dec 2018 12:35:17 |
riggs |
Update to upstream version 1.7.5
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.5
MFH: 2018Q4 |
1.7.4 01 Nov 2018 12:58:21 |
riggs |
Update to upstream version 1.7.4
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.4
MFH: 2018Q4 |
1.7.3 21 Oct 2018 11:07:17 |
riggs |
Update to upstream version 1.7.3
Details:
- Bug fix release, see
https://github.com/containous/traefik/releases/tag/v1.7.3
MFH: 2018Q4 |
1.7.2 15 Oct 2018 10:26:27 |
riggs |
Update to upstream version 1.7.2
Details:
- Bug fix release, see
https://github.com/containous/traefik/releases/tag/v1.7.2
MFH: 2018Q4 |
1.7.1 03 Oct 2018 20:07:47 |
riggs |
Update to upstream version 1.7.1
Details:
- New features and bug fixes (many related to acme) in the 1.7 branch, see
https://github.com/containous/traefik/releases/tag/v1.7.0
- Additional bug fixes sind 1.7.0 release, see
https://github.com/containous/traefik/releases/tag/v1.7.1
MFH: 2018Q4 |
1.6.6 30 Aug 2018 15:28:41 |
riggs |
Update to upstream version 1.6.6
Details:
- Mostly bug and doc fixes, detailed upstream log:
https://github.com/containous/traefik/releases/tag/v1.6.6
MFH: 2018Q3 |
1.6.5 21 Jul 2018 08:51:54 |
riggs |
Update to upstream version 1.6.5
Details:
- Mostly bug and doc fixes, detailed upstream log:
https://github.com/containous/traefik/releases/tag/v1.6.5
MFH: 2018Q3 |
1.6.4 16 Jun 2018 11:43:22 |
riggs |
Update to upstream version 1.6.4 (bug and doc fixes)
Details:
- See https://github.com/containous/traefik/releases/tag/v1.6.4
MFH: 2018Q2 |
1.6.3 06 Jun 2018 21:23:02 |
riggs |
Update to upstream version 1.6.3
MFH: 2018Q2 |
1.6.0 10 May 2018 12:37:17 |
riggs |
Update to upstream version 1.6.0
Detailed changelog:
https://github.com/containous/traefik/releases/tag/v1.6.0
MFH: 2018Q2 |
1.5.4 07 Apr 2018 11:01:08 |
riggs |
Update to upstream release 1.5.4 (bugfix release)
Details:
- Update to upstream release 1.5.4, changelog see
https://github.com/containous/traefik/releases/tag/v1.5.4
- Install sample configuration file that allows to
start traefik out of the box without configuration tweaks
- Add pkg-message; includes a note on how to accomplish
binding to privileged ports
MFH: 2018Q2 |
1.5.3_1 10 Mar 2018 22:28:59 |
riggs |
Include web UI; bump PORTREVISION
Submitted by: swills (via e-mail) |
1.5.3 03 Mar 2018 09:50:18 |
riggs |
Update to upstream version 1.5.3
Details:
- Upstream changelog, see https://github.com/containous/traefik/releases
- Use devel/go-bindata instead of temporary local copy
- Make "traefik version" report the build data correctly
- Use upstream build flags
MFH: 2018Q1 |
1.5.2 13 Feb 2018 17:08:53 |
riggs |
Update to upstream release 1.5.2 (Bug and docs fixes) |
1.5.1 30 Jan 2018 19:54:19 |
riggs |
Update to upstream version 1.5.1 (bug fixes) |
1.5.0 28 Jan 2018 15:16:37 |
riggs |
Update to upstream version 1.5.0 (features and fixes)
Detailed upstream release notes see
https://github.com/containous/traefik/releases/tag/v1.5.0 |
1.4.6 03 Jan 2018 12:41:53 |
riggs |
Update to upstream release 1.4.6 (bug fixes)
MFH: 2018Q1 |
1.4.5 09 Dec 2017 09:52:19 |
riggs |
Update to upstream version 1.4.5 (bug and docs fixes)
MFH: 2017Q4 |
1.4.4 25 Nov 2017 12:04:44 |
riggs |
Update to upstream version 1.4.4 (bug fixes) |
1.4.3 18 Nov 2017 14:50:22 |
riggs |
Update to upstream version 1.4.3 (bug and docs fixes) |
1.4.2 04 Nov 2017 07:23:47 |
riggs |
Update to upstream version 1.4.2 (bug and docs fixes) |
1.4.1 26 Oct 2017 18:55:03 |
riggs |
Update to upstream version 1.4.1 |
1.4.0 19 Oct 2017 21:19:53 |
riggs |
Update to upstream version 1.4.0 |
1.3.8 14 Oct 2017 12:58:24 |
riggs |
Import net/traefik, a high availability reverse proxy and load balancer |