https://github.com/hezhizheng/free-image-hosting
免费图床 free image-hosting
https://github.com/hezhizheng/free-image-hosting
image-hosting
Last synced: 7 months ago
JSON representation
免费图床 free image-hosting
- Host: GitHub
- URL: https://github.com/hezhizheng/free-image-hosting
- Owner: hezhizheng
- License: mit
- Created: 2020-11-03T08:41:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T16:02:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T18:26:15.936Z (9 months ago)
- Topics: image-hosting
- Language: PHP
- Homepage: http://117.50.186.143:5000
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## free-pic 免费图床
> [体验demo](http://117.50.186.143:5000/)
> [github 地址](https://github.com/hezhizheng/free-image-hosting)
## feature
- 三无图床(无存储限制 | 无需上传凭证 | 无同源跨域检测)
- 支持 "gif", "jpeg", "jpg", "png" 图片格式## 支持图床
- [sm.ms](https://sm.ms/)
- [imgKr](https://imgkr.com/)
- [imgBB](https://imgbb.com/upload)
- [FreeImageHost](https://freeimage.host/)
- ...找到其他三无图床就再扩展## 界面
## 使用部署
下载安装为方便部署(考虑到虚拟主机),没有使用composer管理,实际依赖于 [free-pic](https://github.com/hezhizheng/free-pic) (PS:会及时同步更新)
```
git clone https://github.com/hezhizheng/free-image-hosting
cd free-image-hosting
php -S 127.0.0.1:1234 // 直接游览器访问 http://127.0.0.1:1234 即可体验
```## License
[MIT](./LICENSE.txt)