feat: Add nginx configuration rendering and HTTPS proxy support
- Introduced a new script `render_nginx.py` to generate nginx configuration and landing page HTML from templates based on environment variables. - Updated `run.sh` to handle new access modes and configure HTTPS proxy settings for the gateway. - Implemented TLS certificate generation for the built-in HTTPS proxy in `lan_https` mode. - Enhanced disk usage reporting in the landing page. - Updated translations for various languages to include new configuration options for access modes and authentication modes.
This commit is contained in:
@@ -59,4 +59,6 @@ http {
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
|
||||
__HTTPS_GATEWAY_BLOCK__
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user