mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
Compare commits
6 commits
35dc868264
...
60e173662b
| Author | SHA1 | Date | |
|---|---|---|---|
| 60e173662b | |||
| 20b39d2cd8 | |||
| 2805b2aa2d | |||
| 89768a9e0b | |||
| f42ec1f725 | |||
| 1afac021e8 |
3 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,6 @@
|
|||
neovim.enable = false;
|
||||
vim.enable = true;
|
||||
tmux.enable = false;
|
||||
utils.dev.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ in
|
|||
recommendedGzipSettings = true;
|
||||
eventsConfig = "worker_connections 4096;";
|
||||
|
||||
|
||||
# Catch-all default - friendly error for unknown subdomains
|
||||
virtualHosts."_" = {
|
||||
default = true;
|
||||
|
|
@ -137,9 +138,9 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
# MCP servers (namespaced, for llama.cpp web UI + direct access)
|
||||
locations."/mcp/web_search/" = {
|
||||
proxyPass = "http://192.168.0.23:8002/";
|
||||
# MCP servers (same-origin with the web UI to avoid CORS)
|
||||
locations."= /mcp/web-search" = {
|
||||
proxyPass = "http://192.168.0.23:8002/mcp";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
include ${config.sops.templates."nginx-mcp-auth.conf".path};
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
nginx = {
|
||||
enable = true;
|
||||
};
|
||||
sandpack.enable = true;
|
||||
sandpack.enable = false;
|
||||
forgejo.enable = true;
|
||||
frigate.enable = true;
|
||||
immich.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue