Caddy Reverse Proxy
This section requires Caddy
Edit /etc/caddy/Caddyfile
with the following lines:
something.example.com { # you can also use wildcard subdomains like *.example.com and base domains like example.comencode gzipreverse_proxy 0.0.0.0:3000 # replace this with the route in which zipline is hosted, default is 0.0.0.0:3000}
Start the caddy service using systemctl enable --now caddy
Discord Webhooks
Zipline now supports notifications via Discord web...
Releases
When using Docker, you have two release channels y...
Last updated: 9/9/2024
Edit this page on GitHub