A small helpdesk system: an office Pixel running a patched GrapheneOS Dialer answers technician calls, records both call legs as separate channels, and a Ruby backend transcribes them through Whisper and files an AI summary against the caller. Squashed to a single commit for sharing. No credentials are included; secrets live outside the repo in /etc/helpdesk/env on the server or a gitignored .claude/env.local locally. See .claude/env.local.example for the shape. Start at README.md, then docs/architecture.md.
11 lines
269 B
SYSTEMD
11 lines
269 B
SYSTEMD
# Installed at /etc/systemd/system/helpdesk-pg-backup.timer. Enable with:
|
|
# systemctl enable --now helpdesk-pg-backup.timer
|
|
[Unit]
|
|
Description=Run Helpdesk PostgreSQL backup nightly
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 03:30:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|