harbor icon indicating copy to clipboard operation
harbor copied to clipboard

Suggestion: add caddy server as a reverse proxy

Open odeda opened this issue 9 months ago • 4 comments

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

odeda avatar Feb 23 '25 10:02 odeda

traefik is much better imo. Hoping for support for that as well.

beyondmeat avatar Feb 23 '25 12:02 beyondmeat

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 avatar Mar 01 '25 23:03 av

@av Is there a reason why it's v2 and not v3?

beyondmeat avatar Mar 03 '25 10:03 beyondmeat

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

av avatar Mar 03 '25 10:03 av