Compare commits

..

4 Commits

Author SHA1 Message Date
64e9059a77 Match output dir. 2025-09-14 08:03:13 +01:00
a3b85f0088 Explicitly install chromium. 2025-09-09 06:47:05 +01:00
5cd32a1d93 Set playwright env. 2025-09-09 06:44:42 +01:00
dc2c1ecb00 Try to make playwright work. 2025-09-09 06:36:43 +01:00
3 changed files with 4 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
];
GEMINI_API_KEY = "AIzaSyBZkifYOFNKCjROLa_GZyzQbB2EbEYIby4";
LLM_GEMINI_KEY = "AIzaSyBZkifYOFNKCjROLa_GZyzQbB2EbEYIby4";
PLAYWRIGHT_BROWSERS_PATH = "${pkgs.unstable.playwright-driver.browsers}";
};
shellAliases = {

View File

@@ -2,8 +2,10 @@
let
corePkgs = with pkgs; [
unstable.claude-code
unstable.chromium
unstable.gemini-cli
unstable.playwright
unstable.playwright-driver.browsers
unstable.playwright-mcp
direnv
fzf

View File

@@ -24,7 +24,7 @@ job "velutrack" {
"-enable-health",
]
volumes = [ "/data/compute/appdata/velutrack/html:/srv/http" ]
volumes = [ "/data/compute/appdata/velutrack/dist:/srv/http" ]
}
}