kwxos / PandoraTokens

服务器以及免费paas平台中运行pandoranext-tokentool和pandoranext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

求⭐⭐⭐ star ⭐⭐⭐

在有docker的服务器中运行pandoranext-tokentoolpandoranext

参数 是否必要 说明 示例
new 重启docker更新两个程序"1"为开启重启更新不使用此参数则重启不更新 1
PT_PORT pandoranext-tokentool的端口,默认8081,建议修改 8081
Pdlport pandoranext的端口,默认8181,建议修改 8181
licid pandoranext运行必的要参数,在https://dash.pandoranext.com/ 获取 yxxxxxevjZxxxFg9xxxxxE
Tool_path Token-tool的URL自定义后缀,为了安全,建议增加 /tokensTool

docker命令运行:

运行时修改必要变量

docker run \
    -itd \
    --name pandoratokentool \
    --restart always \
    --network=host \
    -e new=1 \
    -e PT_PORT=8081 \
    -e Pdlport=8181 \
    -e licid="yxxxxxevjZxxxFg9xxxxxE" \
    -e Tool_path="/tokensTool" \
    -v $(pwd)/PandoraNextToken:/data \
    kwxos/pandoratokentool:latestvps

docker-compose运行

下载docker-compose.yml

wget https://raw.githubusercontent.com/kwxos/PandoraTokens/main/docker-compose.yml

修改docker-compose.yml文件中的参数变量

然后运行

docker-compose up -d

在paas免费容器中运行pandoranext-tokentool和pandoranext

可以试试back4app,codesandbox.io,railway,uffizzi,fly.io,koybk,有koybk的可以试试,我在koybk上测试成功了

镜像

kwxos/pandoratokentool:latestpaas

参数 是否必要 说明 示例
new 重启docker更新两个程序"1"为开启重启更新不使用此参数则重启不更新 1
PT_PORT pandoranext-tokentool的端口,默认8081,建议修改 8081
Pdlport pandoranext的端口,默认8181,建议修改 8181
licid pandoranext运行必的要参数,在https://dash.pandoranext.com/ 获取 yxxxxxevjZxxxFg9xxxxxE
CFtoken coudflare的Tunnels所建的token exxxxxxxxIxiLCJxxxxxTx0xk3YzQxxxxi
Tool_path Token-tool的URL自定义后缀,为了安全,建议增加 /tokensTool
NZ_HOST 哪吒面板的域名,当不填时,将不会运行哪吒 nezha.xxx.xxx
NZ_PORT 哪吒面板的端口,当为443时,自动开启tls 443
NZ_PASSWORD 哪吒面板后所创建的秘钥 asxxxxxxxfswd

示例:

e778ec9117a9e9fc307b5ca48e81d854

参数示例

5a4aa9073865c06705e26753cc3acca1

容器平台释放端口

7d5c18e7c188a1c290c7023f077dd214

获取CFtoken

为了 看起来 好看
80231c47c558df1b0228e76b48aa8fb4 59db6687d9e7e2debfe606155f6ea487 4928f6e8ca0d036fc46feb7dae2b48f6
df4376de54ba49c2dd10e6c86cf71bf4 25c17681bedd1fae3dd7ef7ab83d2079 bc5f019a1925d940d95106aa9e6168b1

哪吒面板

哪吒文档:https://nezha.wiki/

有偿帮搭建哪吒,在博客评论区联系

About

服务器以及免费paas平台中运行pandoranext-tokentool和pandoranext


Languages

Language:Dockerfile 100.0%