{
    # Global option: Sets DNS-01 for all certificates using the Cloudflare plugin
    acme_dns cloudflare {$CLOUDFLARE_API_TOKEN}
}

ilboo.com {
    # Forward requests to port 4000 running directly on the host system
    reverse_proxy host.docker.internal:4000
}

ocis.rn.ilboo.com {
    # Reverse proxy to the OCIS container on port 9200
    reverse_proxy ocis:9200
}