docker自建 Tabby Web 同步服务教程
注册 Github OAuth 应用
https://github.com/settings/applications/new
Authorization callback URL 设置为:https:///api/1/auth/social/complete/github/
修改 为自己域名。
获取 Client ID 和 Client secrets,。
Docker Compose
version: '3.0'
services:
tabby-web:...
最新评论