diff --git a/containers/jobsync/entrypoint.sh b/containers/jobsync/entrypoint.sh index a7db60b..04b61d2 100644 --- a/containers/jobsync/entrypoint.sh +++ b/containers/jobsync/entrypoint.sh @@ -1,7 +1,8 @@ #!/bin/sh set -e -cd /app +# WorkingDir is set by the container config to the nix store app path. +# No cd needed — entrypoint inherits the working directory. # Run database migrations before starting the server node node_modules/prisma/build/index.js migrate deploy --schema=prisma/schema.prisma diff --git a/service-versions.yaml b/service-versions.yaml index 3c75f49..d6f2798 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -155,6 +155,13 @@ services: current-version: "2026.2.0" upstream-source: https://github.com/goauthentik/authentik/releases + - name: jobsync + type: argocd + last-reviewed: "2026-03-07" + current-version: "1.1.4" + upstream-source: https://github.com/Gsync/jobsync/releases + notes: Job application tracker on ringtail; nix-built container + - name: ollama type: argocd last-reviewed: "2026-03-02"