Commit efaca6052794

Vincent Demeester <vincent@sbr.pm>
2026-01-07 23:14:30
fix(traefik): Route Ollama traffic through exporter for metrics
- Point ollama.sbr.pm and llm.sbr.pm to port 8000 (exporter proxy) - Enable Prometheus metrics collection for Ollama usage - Maintain same API experience while adding observability Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4c443e8
Changed files (1)
systems
systems/rhea/extra.nix
@@ -373,7 +373,7 @@ in
                 homepage = mkService "http://${builtins.head globals.machines.aion.net.ips}:3001";
                 audiobookshelf = mkService "http://${builtins.head globals.machines.aion.net.ips}:13378";
                 lidarr = mkService "http://${builtins.head globals.machines.aion.net.ips}:8686";
-                ollama = mkService "http://${builtins.head globals.machines.aomi.net.ips}:11434";
+                ollama = mkService "http://${builtins.head globals.machines.aomi.net.ips}:8000";
               };
             middlewares =
               syncthingMiddlewares