SSL
Zipline supports using SSL natively through the SSL_CERT
and SSL_KEY
environment variables.
Enabling
To enable SSL, simply provide the following environment variables:
SSL_CERT=/path/to/cert.pemSSL_KEY=/path/to/key.key
Using a Reverse Proxy instead
Instead of using Zipline's native SSL support, you can use a reverse proxy like NGINX or Caddy to handle SSL termination.
For more information, visit Reverse Proxies.
More information
Server Actions
These are small "maintenance" actions that can be performed on the ser...
Themes
You can create custom themes for Zipline by adding JSON files within t...
Last updated: 2/2/2025
Edit this page on GitHub