GitDeployHub

afrittoli/arpeggio

github.com/afrittoli/arpeggio ↗
Docker
5 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ARPEGGIO_VERSION Arpeggio version (SHA tag from CI build)
  • BACKUP_HOUR Backup configuration
  • BACKUP_RETENTION_DAYS
  • BACKUP_REMOTE
  • RCLONE_CONFIG Path to rclone config (use absolute path on Home Assistant OS) Home Assistant OS: /mnt/data/supervisor/share/arpeggio/rclone.conf Standard…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/afrittoli/arpeggio
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/afrittoli/arpeggio
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/afrittoli/arpeggio
Or deploy to a different host
← Try another repo