Can Caddy be installed to pfsense?

I’m wondering if it’s possible to install Caddy2 to pfsense? I don’t see it in pfsense’s package manager but that doesn’t necessarily mean it can’t be done. Anyone done this before? I’m using Caddy as a reverse proxy and since my pfsense machine is gross overkill, seems like running Caddy directly from that host would make good sense.

Aye, it can be done. Jump on the CLI, wget the BSD binary, throw it somewhere neat, put the Caddyfile next to it and run caddy start.

Could also install the cron package and add @reboot /path/to/caddy start.

3 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.