Generic Git
Sync to any git remote accessible via SSH or HTTPS.
Setup
- Set up a bare git repository on your server.
- In Surebeans: Sync → Add Remote → Generic Git.
- Enter the remote URL.
Configuration
| Field | Example |
|---|---|
| Remote URL | [email protected]:budget.git or https://yourserver.com/budget.git |
Authentication depends on the transport:
- SSH: Uses your system SSH key.
- HTTPS: Enter username and password/token.
Platform support
| Platform | Supported |
|---|---|
| Desktop | Yes |
| Browser | No. Requires native git/SSH access. |