Rebranding zu NextJobs (nextjobs.cc)

- Markenname 'Bewerbungs-Tracker' -> 'NextJobs' im gesamten UI,
  Footer (incl. nextjobs.cc Copyright), Login, Wortmarke in der
  Top-Navi (Next + Jobs-Gradient), Favicon, Swagger/OpenAPI-Titel,
  CalDAV-PRODID, Browser-Erweiterung (manifest, content, background),
  Runner-Log und Doku.
- Funktionale Begriffe (Bewerbungsunterlagen, -datum etc.) bleiben.
- Docker-Registry (git.hackner.dev) als Infrastruktur unberuehrt.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-14 01:40:26 +02:00
co-authored by Claude
parent cc2df90653
commit bf789af62a
18 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ cd "$PROJECT_DIR" || exit 1
# API-Erreichbarkeit prüfen — ohne den Tracker kann der Agent nichts importieren.
if ! curl -fsS --max-time 10 http://localhost:4327/api/v1/health >/dev/null 2>&1; then
echo "$(date -Is) FEHLER: Bewerbungs-Tracker (localhost:4327) nicht erreichbar Lauf übersprungen." >> "$LOG"
echo "$(date -Is) FEHLER: NextJobs (localhost:4327) nicht erreichbar Lauf übersprungen." >> "$LOG"
exit 1
fi