feat(sgx): enable firewall opening for OpenWebUI

Added the `openFirewall` option set to true in the SGX OpenWebUI configuration. This change ensures that firewall rules are adjusted to allow access to the configured port. This enhances accessibility and simplifies setup for users.
This commit is contained in:
Harald Hoyer 2024-12-06 09:10:25 +01:00
parent d870cdf086
commit d188778574

View file

@ -4,6 +4,7 @@
enable = true;
port = 8080;
host = "0.0.0.0";
openFirewall= true;
environment = {
ANONYMIZED_TELEMETRY = "False";
DO_NOT_TRACK = "True";