Skip to content

jkfujr/ImgBed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

211 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImgBed

一个基于 MarSeventh/CloudFlare-ImgBed 重构的自用图床程序, 移除 CloudFlare 部署, 重写了前端。

截图

截图_2026-04-30_11-18-40 截图_2026-04-30_11-19-40 截图_2026-04-30_11-22-14 截图_2026-04-30_11-20-44

快速开始

Docker 部署(推荐)

docker pull ghcr.io/jkfujr/imgbed:latest

docker run -d \
  --name imgbed \
  -p 13000:13000 \
  -v $(pwd)/data:/app/data \
  ghcr.io/jkfujr/imgbed:latest

源码部署

要求

  • Node.js >= v24.11.0

步骤

# 1. 克隆仓库
git clone https://github.com/jkfujr/ImgBed.git
cd ImgBed

# 2. 构建前端
cd ImgBed-web
npm install
npm run build
cp -r dist/* ../ImgBed/static/

# 3. 启动后端
cd ../ImgBed
npm install
npm start
# 服务运行在 http://localhost:13000

默认用户

  • 用户名: admin
  • 密码: admin

感谢

https://github.com/MarSeventh/CloudFlare-ImgBed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages