{"id":26492718,"url":"https://github.com/jollysleeper/goatsync","last_synced_at":"2026-01-31T19:05:02.707Z","repository":{"id":283411071,"uuid":"951665764","full_name":"jollySleeper/GoatSync","owner":"jollySleeper","description":"🔄 Selfhosted server for Syncing your Contacts \u0026 Calendar","archived":false,"fork":false,"pushed_at":"2025-03-20T04:38:13.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T05:25:55.929Z","etag":null,"topics":["calendar","contacts","gin","go","selfhost","sync"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jollySleeper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-20T03:41:26.000Z","updated_at":"2025-03-20T04:40:08.000Z","dependencies_parsed_at":"2025-03-20T05:36:19.958Z","dependency_job_id":null,"html_url":"https://github.com/jollySleeper/GoatSync","commit_stats":null,"previous_names":["jollysleeper/goatsync"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollySleeper%2FGoatSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollySleeper%2FGoatSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollySleeper%2FGoatSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollySleeper%2FGoatSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jollySleeper","download_url":"https://codeload.github.com/jollySleeper/GoatSync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244584820,"owners_count":20476617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","contacts","gin","go","selfhost","sync"],"created_at":"2025-03-20T09:26:49.667Z","updated_at":"2026-01-31T19:05:02.701Z","avatar_url":"https://github.com/jollySleeper.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐐 GoatSync\n\nA **Go implementation of the EteSync server** with 100% API compatibility.\n\n[![Go Version](https://img.shields.io/badge/Go-1.25+-00ADD8?style=flat\u0026logo=go)](https://golang.org)\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Docker](https://img.shields.io/badge/Docker-ghcr.io-blue?logo=docker)](https://github.com/jollySleeper/GoatSync/pkgs/container/goatsync)\n\n\u003e Fully compatible with all EteSync clients (web, iOS, Android, etesync-dav).\n\n## ✨ Features\n\n- **🔐 End-to-end encryption** - Same security as original EteSync\n- **📱 100% Client Compatible** - Works with all existing EteSync apps\n- **⚡ High Performance** - Built with Go + Gin for maximum throughput\n- **🐘 PostgreSQL** - Production-grade database with GORM\n- **🔄 Real-time Sync** - WebSocket support with Redis pub/sub\n- **🐳 Docker Ready** - One-command deployment with multi-arch support\n\n## 🚀 Quick Start\n\n```bash\n# Clone and configure\ngit clone https://github.com/jollySleeper/GoatSync.git\ncd GoatSync\ncp .env.example .env\n# Edit .env: set ENCRYPTION_SECRET and DATABASE_URL password\n\n# Start services\ndocker compose up -d\n\n# Verify\ncurl http://localhost:3735/health\n# {\"status\":\"ok\"}\n```\n\nFor CalDAV/CardDAV support (Thunderbird, Apple Calendar, etc.):\n\n```bash\ndocker compose -f docker-compose-full.yml up -d\n```\n\n## ⚙️ Configuration\n\nSee [.env.example](.env.example) for all options.\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `DATABASE_URL` | Yes | - | PostgreSQL connection string |\n| `ENCRYPTION_SECRET` | Yes | - | Encryption key (min 32 chars) |\n| `PORT` | No | `3735` | Server port |\n| `REDIS_URL` | No | - | Redis for WebSocket sync |\n| `DEBUG` | No | `false` | Debug mode |\n\n## 🐳 Docker Images\n\n```bash\ndocker pull ghcr.io/jollysleeper/goatsync:latest\ndocker pull ghcr.io/jollysleeper/goatsync:0.1.2\n```\n\nPlatforms: `linux/amd64`, `linux/arm64`\n\n## 📚 Documentation\n\n| Document | Description |\n|----------|-------------|\n| [docs/DEPLOYMENT.md](docs/DEPLOYMENT.md) | Production deployment guide |\n| [docs/RUNNING.md](docs/RUNNING.md) | Running locally |\n| [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) | Technical details |\n| [docs/CHANGELOG.md](docs/CHANGELOG.md) | Version history |\n\n## 🔌 API Endpoints\n\nImplements all EteSync API endpoints:\n- Authentication (signup, login, logout)\n- Collections (CRUD with stoken pagination)\n- Items (batch, transaction, revisions)\n- Members \u0026 Invitations (sharing)\n- Chunks (binary data)\n- WebSocket (real-time sync)\n\n## 🔒 Security\n\nSame cryptographic protocols as EteSync:\n- **BLAKE2b-256** - Key derivation\n- **XSalsa20-Poly1305** - NaCl SecretBox encryption\n- **Ed25519** - Signature verification\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Commit changes\n4. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see [LICENSE](LICENSE) for details.\n\n## 🙏 Acknowledgments\n\n- [EteSync](https://github.com/etesync) - Original Python implementation\n- [Gin](https://gin-gonic.com/) - HTTP framework\n- [GORM](https://gorm.io/) - ORM library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollysleeper%2Fgoatsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjollysleeper%2Fgoatsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollysleeper%2Fgoatsync/lists"}