searxng / searxng-docker

The docker-compose files for setting up a SearXNG instance with docker.
GNU Affero General Public License v3.0
1.01k stars 247 forks source link

It is possible to add multiple ports in supplied Caddy config #180

Closed privacyguy123 closed 8 months ago

privacyguy123 commented 9 months ago

Or do I need to run another Caddy container? Is that even possible if SearXNGs one is already listening on 443?

Bnyro commented 9 months ago

It's not supported, but you can easily modify the Caddyfile to reverse proxy different ports too. https://caddyserver.com/docs/quick-starts/reverse-proxy may be useful.