Geph4-binder使用的两个问题

geph4-binder 0.1.0

USAGE:
geph4-binder-linux-amd64 [OPTIONS] --database --database-ca-cert

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
--captcha-endpoint Captcha service [default: https://single-verve-156821.ew.r.appspot.com]
--database PostgreSQL database URL
--database-ca-cert Path to database connection CA file
--listen-http HTTP listening port [default: 127.0.0.1:18080]
--statsd-addr UDP address of the statsd daemon [default: 172.105.28.221:8125]

我编译了迷雾通binder,想运行自己的迷雾通服务器,然后发现有两个问题。

1.captcha验证码接口,网址指向了https://single-verve-156821.ew.r.appspot.com ,而我没有此网站的源代码,无法设置验证码服务器。

2.PostgreSQL 数据库,看起来迷雾通会连接一个PostgreSQL的数据库,但是我没有它的数据结构,和始始化需要的数据。

1 个赞

开发者最好写一篇如何自建迷雾通的文章,方便第三方服务提供者或自用的人搭建

搭建第三方迷雾通服务我是支持的,避免单点故障

@jetbrains 另外,现在迷雾通的 binder、bridge 等等代码都移到单独的 repo 了 https://github.com/geph-official/geph4-binder

1 个赞

@nullchinchilla 来写一个新的

吧,这个旧的是适用于geph2的

2是单出口没有桥的,我想要做有桥,有出口,还有活页夹功能的。