electric-sync-selfhost
Installation
SKILL.md
Electric Sync Self-Host
A professional-grade skill for deploying your own ElectricSQL sync engine. Get all the power of local-first sync with zero compute quotas.
🚀 Deployment (Dokploy)
This skill is optimized for Dokploy. Use the included dokploy-template.yaml for a one-click setup.
Environment Variables
DATABASE_URL: Direct Postgres connection string (v14+).ELECTRIC_SECRET: Secure signing key (generate with./skills.sh setup).ELECTRIC_PORT: 3000 (Internal).
🛠️ Management
Use the ./skills.sh script to manage your instance:
./skills.sh setup: Generate secrets and.env../skills.sh up: Start the service../skills.sh health: Verify synchronization is active.