feat(sgx): add Syncthing support and configuration updates

Added Syncthing support with proxy and SSL in nginx and updated ACME certs configuration. Adjusted Syncthing GUI to bind to localhost for improved security.
This commit is contained in:
Harald Hoyer 2025-02-04 10:27:02 +01:00
parent 8748f2b80b
commit 7e283d9266
3 changed files with 11 additions and 1 deletions

View file

@ -18,6 +18,7 @@
};
certs = {
"openwebui.hoyer.world" = { };
"syncthing.hoyer.world" = { };
};
};
}