Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nianhua99 committed Dec 23, 2023
2 parents b8e88be + 881041a commit 10aef83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# PandoraNext Helper
# PandoraNext Helper
![Static Badge](https://img.shields.io/badge/Next-8A2BE2?label=Pandora)
![Static Badge](https://img.shields.io/badge/3.8%20%7C%203.9%20%7C%203.10-blue?label=Python)
![Static Badge](https://img.shields.io/badge/%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9-green?label=doc)
~~GPT-4和Copilot帮助完成了本项目90%的代码~~
## 简单介绍
* **使用Web页面管理你PandoraNext的所有Token!**
Expand All @@ -19,7 +22,7 @@ $ docker run -d --restart=always --name PandoraNext-Helper --net=bridge \
q11391/pandora-next-helper
```
* 请替换`<YOUR_PANDORA_NEXT_PATH>`为你的PandoraNext路径, 如`/opt/pandora-next`, 请确保PandoraNext的`config.json`文件在此目录下。
* 请替换`<YOUR_PANDORA_NEXT_DOMAIN>`为你的PandoraNext域名, 如`https://www.baidu.com`
* 请替换`<YOUR_PANDORA_NEXT_DOMAIN>`为你的PandoraNext域名, 如`https://www.baidu.com`,没有域名的话也可以使用IP,比如http://192.168.1.1:8181 这样,只能要访问到你的PandoraNext即可
* **请访问`IP:8182/<PROXY_API_PREFIX>/login`进行使用!**
## 原生Python部署(Python3)
```shell
Expand Down

0 comments on commit 10aef83

Please sign in to comment.