We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
也是上传到tg,但是管理功能不占用cf的kv存储空间
The text was updated successfully, but these errors were encountered:
如果需要在自己的服务器上部署可以考虑下面的方式:
首先需要在服务器上安装node.js和npm,具体步骤可参考node.js官网https://nodejs.org/
git clone https://github.com/cf-pages/Telegraph-Image
cd Telegraph-Image
npm install wrangler
wrangler pages dev ./ --kv "img_url" --port 8080 --binding BASIC_USER=admin --binding BASIC_PASS=123 --persist-to ./data --log-level none
Sorry, something went wrong.
没有批量上传的功能吗
No branches or pull requests
也是上传到tg,但是管理功能不占用cf的kv存储空间
The text was updated successfully, but these errors were encountered: