Skip to content

Reverse Proxy

Instead of providing soupd with its own certificate stack, you might want to consider putting soupd behind a reverse proxy

Danger

Enabling HTTPS on your socket means that it is encrypted, but not restricted. Usually a reverse-proxy will expose your soupd instance to the whole wide world

Traefik

services:
  soupd:
    image: pkgs.irrlicht.cloud/soup/soupd:latest
  labels:
    - "traefk.enable=true"