chore: add OpenWebUI entry and update LLM URLs
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-13 14:30:40 +05:30
parent 74d5ec1426
commit e0f79ae04b
2 changed files with 9 additions and 2 deletions

View File

@@ -107,6 +107,13 @@
href = "https://music.darksailor.dev"; href = "https://music.darksailor.dev";
}; };
} }
{
"OpenwebUI" = {
icon = "openwebui.png";
description = "OpenwebUI: Self-hosted AI chat interface";
href = "https://chat.darksailor.dev";
};
}
]; ];
} }
]; ];

View File

@@ -18,8 +18,8 @@
ANONYMIZED_TELEMETRY = "False"; ANONYMIZED_TELEMETRY = "False";
WEBUI_AUTH = "False"; WEBUI_AUTH = "False";
ENABLE_LOGIN_FORM = "False"; ENABLE_LOGIN_FORM = "False";
WEBUI_URL = "https://llama.darksailor.dev"; WEBUI_URL = "https://chat.darksailor.dev";
OLLAMA_API_BASE_URL = "https://ollama.darksailor.dev"; OLLAMA_BASE_URL = "https://ollama.darksailor.dev";
}; };
environmentFile = "${config.sops.templates."LLAMA_API_KEY.env".path}"; environmentFile = "${config.sops.templates."LLAMA_API_KEY.env".path}";
}; };