mirror of
https://github.com/electerm/electerm.git
synced 2026-04-25 05:25:50 +03:00
Page:
Custom sync server
Pages
AI model config guide
Auto data Sync
Autorun electerm when login to os
Command line usage
Connecting to Servers with Special Character Encoding
Connection Hopping Behavior Change in electerm since v1.50.65
Contributors
Create bookmark by AI
Create personal access token
Create secret gist
Custom CSS examples
Custom sync server
Deep link support
Default Profile
Develop in windows
Home
How Electerm Gets the Current Working Directory (pwd) in Terminal When "SFTP Follow Terminal Path" Is Enabled
How to use ssh tunnel
In windows can not access port 30975 issue
Know issues
MCP Widget Usage Guide
Migrate from Version 2 to Version 3
RDP File Transfer
RDP Limitation
SSH Certificate Authentication Guide for electerm
Sponsor electerm
Terminal keywords highlight regular expression exmaples
Troubleshoot
Upgrading from 1.x to 2.x: Data Loss Issue and Recovery
VNC‐session‐known‐issues
Warning about sftp follow ssh path function
WebDAV sync
Workspace Feature
batch operation
gitee data sync warning
privacy notice
proxy format
quick command templates
quick connect
ssh agent
No results
Table of Contents
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Custom Sync Server
English
In electerm sync panel, other than use github or gitee secret gist, could use a custom service to sync electerm data:
- API url: your-custom-web-service-url
- jwt secret: your jwt secret to verify request and extract user id
- user id: custom user id
- method: PUT, should store request body json data, get user id from jwtData.id
- method: GET, should return stored electerm sync data as json, get user id from jwtData.id
- method: POST, should return "ok", only when successfully get user id from jwtData.id
Check example sync service code:
- electerm-sync-server-cloudflare(recommanded): sync with free cloudflare worker and free cloudfalre D1 database
- electerm-sync-server-vercel
- electerm-sync-server-python
- electerm-sync-server-rust
中文
在 electerm 同步面板中,除了使用 GitHub 或 Gitee 秘密 gist,还可以使用自定义服务来同步 electerm 数据:
- API url: your-custom-web-service-url
- jwt secret: your jwt secret to verify request and extract user id
- user id: custom user id
- method: PUT, should store request body json data, get user id from jwtData.id
- method: GET, should return stored electerm sync data as json, get user id from jwtData.id
- method: POST, should return "ok", only when successfully get user id from jwtData.id
查看示例同步服务代码:
- electerm-sync-server-cloudflare(推荐): 使用免费的 cloudflare worker 和免费的 cloudflare D1 数据库同步
- electerm-sync-server-vercel
- electerm-sync-server-python
- electerm-sync-server-rust
- electerm-sync-server-node
- electerm-sync-server-cpp
- electerm-sync-server-java
- electerm-sync-server-kotlin
- electerm-sync-server-deno
- electerm-sync-server-go