general-programming / megarepo

megarepo for general programming
https://generalprogramming.org/
Apache License 2.0
0 stars 0 forks source link

sea420: traefik1 -> traefik2 migration #19

Closed nepeat closed 1 year ago

nepeat commented 2 years ago

We should deploy Traefik 2 instead of keeping Traefik 1 on the app server.

There are lots of major config changes in Traefik 2 and it is maintained compared to Traefik 1.

nepeat commented 2 years ago

Most services already have the Traefik 2 config syntax in them with the exclusion of a few.

Services that need to be migrated to new syntax before the cutover. @hedgehog1029

saffron:
Host:catgirls.dev;PathPrefix:/snakes/

some docker compose file:
Host:groove.egg.party
Host:hook.thonk.dev

Traefik 2 config is currently a WIP but is "working" on ports HTTP 8880 and HTTPS 8443