refactor: update host binding and consolidate ACME domains

- Change OpenWebUI host binding from 0.0.0.0 to 127.0.0.1 for security.
- Consolidate ACME certificates under internal.hoyer.world with extra domain names.
- Update Nginx virtual hosts to use the unified ACME host internal.hoyer.world.
This commit is contained in:
Harald Hoyer 2025-03-15 15:01:28 +01:00
parent f600b46464
commit 3e1745954f
3 changed files with 13 additions and 15 deletions

View file

@ -3,7 +3,7 @@
services.open-webui = {
enable = true;
port = 8080;
host = "0.0.0.0";
host = "127.0.0.1";
environment = {
ANONYMIZED_TELEMETRY = "False";
DO_NOT_TRACK = "True";