Caddy

Caddy - The Ultimate Server with Automatic HTTPS

Used as reverse proxy and automatic SSL Certificate tool

Add New App to Caddy

  • Log into Portainer instance
  • Go to the caddy container
  • Go to the console screen
  • select /bin/sh
  • vi /config/Caddyfile
  • add new app

Sample config:

warden.example.com {
    reverse_proxy <service-ip>:<port>
}
 
# more if needed

📇 Additional Metadata

  • 🗂 Type:: note
  • 🏷️ Tags::
  • 📡 Status:: #status/🌲