harbor
harbor copied to clipboard
Suggestion: add caddy server as a reverse proxy
In the spirit of getting things up and running quickly, I suggest adding caddy (https://github.com/caddyserver/caddy; https://caddyserver.com/) as a reverse proxy serving other services
traefik is much better imo. Hoping for support for that as well.
Added traefik in v0.3.0, however I'm sure that the given integration version will not be sufficient for any kind of scenario.
If you'll have a chance, please try it out, I'm curious to learn more about use-cases and what's needed from the service
@av Is there a reason why it's v2 and not v3?
No specific reason, I just based on a relatively recent (as I thought) example that I had at hand. Granted config compatibility, v3 could work out of the box (in theory):
# Update to latest
harbor config set traefik.version latest
harbor pull traefik
# Test
harbor up traefik
harbor open traefik
I'll do these tests later, if all good - will update the default provfile to use v3