Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.
/ GitHub-FigureBed Public archive

基于Github和Jsdelivr的自建图床,可以直接上传到网站空间就能直接使用,可使用html或php修改,From:https://github.com/A2Data/autoPicCdn

Notifications You must be signed in to change notification settings

BlueSkyXN/GitHub-FigureBed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#源程序名: autoPicCdn

白嫖Github的存储空间,通过jsdelivr全球加速(含有国内节点). 实现图床的目的.

目录介绍:

.
├── index.html # 简单上传页面
├── README.md 
└── up.php # 上传接口,需要能访问github,建议放到非大陆服务器

0 directories, 3 files

使用:

配置选项

https://github.com/settings/tokens 去这个页面生成一个有写权限的token(write:packages前打勾)然后配置up.php中的相关字段..

define("REPO","testforapi");//必须是下面用户名下的公开仓库
define("USER","yumusb");//必须是当前GitHub用户名
define("MAIL","yumusb@foxmail.com");//
define("TOKEN","YourToken");

就可以享受白嫖带来的乐趣了!

更新记录:

  • 2020.03.27 重写交互方式,且现已支持PicGo中的web-uploader插件(Zqian),配置API地址就写up.php的地址,POST参数填写pic

如果有帮助到你 欢迎赞赏 http://33.al/donate(原作者)

上面内容为原版备注 本版本为BlueSkyXN自用的修改版

index1是原版微调版本,黑色背景,自行修改下方链接和文字等即可 index2是背景修改版,修改背景请在Html中标注位置修改即可

请更名为index(或者修改宝塔面板中该站点默认文件)

About

基于Github和Jsdelivr的自建图床,可以直接上传到网站空间就能直接使用,可使用html或php修改,From:https://github.com/A2Data/autoPicCdn

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published