Some checks failed
Build and Test / Build Server (Linux) (push) Has been cancelled
Build and Test / Build Agent (Windows) (push) Has been cancelled
Build and Test / Security Audit (push) Has been cancelled
Build and Test / Build Summary (push) Has been cancelled
Run Tests / Test Server (push) Has been cancelled
Run Tests / Test Agent (push) Has been cancelled
Run Tests / Code Coverage (push) Has been cancelled
Run Tests / Lint and Format Check (push) Has been cancelled
Brings azcomputerguru/guru-connect up to the authoritative working copy that had been maintained in the claudetools monorepo: Phase 1 security and infrastructure (middleware, metrics, utils, token blacklist, deployment scripts, security audits) plus the native-remote-control integration spec. Preserves the repo .gitignore, .cargo, and server/static/downloads. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
495 B
Desktop File
21 lines
495 B
Desktop File
[Unit]
|
|
Description=GuruConnect PostgreSQL Backup
|
|
Documentation=https://git.azcomputerguru.com/azcomputerguru/guru-connect
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=guru
|
|
Group=guru
|
|
WorkingDirectory=/home/guru/guru-connect/server
|
|
|
|
# Environment variables (database password)
|
|
EnvironmentFile=/home/guru/guru-connect/server/.env
|
|
|
|
# Run backup script
|
|
ExecStart=/bin/bash /home/guru/guru-connect/server/backup-postgres.sh
|
|
|
|
# Logging
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=guruconnect-backup
|