Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: serdmanczyk/Freyr

Drop Nginx, convert to Traefik

22 Aug 19:28

Choose a tag to compare

Migration to Traefik

Benefits:

  • Dynamically watches container labels and can route subdomains to new projects on the fly
  • Automatically renews LetsEncrypt certificates

Why drop Nginx?

Nginx may be the proper enterprise choice, but using Traefik for my hobby projects will save me an enormous amount of time (read: almost no more time jiggering reverse-proxy configuration).

I can focus almost entirely on code now.

Also Changed

  • Dropped Travis-CI. Not worth the upkeep for solo project (I just run tests local, verify on host)
  • Docker compose files re-organized
  • Added job scheduling backend via bifrost project
  • Added ability to post many readings at once (schedules query-able background job via bifrost)

Nginx+Postgres+Golang

22 Aug 19:07

Choose a tag to compare

This is the original version of the project, designed with Nginx as the external proxy.