diff --git a/.dockerignore b/.dockerignore index 7552790a..ca3e1eb9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,7 +6,7 @@ Dockerfile .gitignore .github data -static/readme +readme worker wrangler.worker.toml *.md \ No newline at end of file diff --git a/README.md b/README.md index b5894ab2..e94afe7e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- logo + logo

🗂️Open-source file hosting solution, supporting Docker and serverless deployment, supporting multiple storage channels such as Telegram, Discord, Cloudflare R2, S3, Huggingface, etc., supporting WebDAV protocol and various RESTful APIs.

简体中文 | English |

Other page screenshots -![image-20250313204138886](static/readme/uploading.png) +![image-20250313204138886](readme/uploading.png) -![image-20250313204308225](static/readme/dashboard.png) +![image-20250313204308225](readme/dashboard.png) -![image-20250314152355339](static/readme/customer-config.png) +![image-20250314152355339](readme/customer-config.png) -![status-page](static/readme/status-page.png) +![status-page](readme/status-page.png) -![public-gallery](static/readme/public-gallery.png) +![public-gallery](readme/public-gallery.png) @@ -216,7 +216,7 @@ Provides detailed deployment documentation, feature docs, development plans, upd - **[CloudFlare](https://www.cloudflare.com/) & [EdgeOne](https://edgeone.ai/?from=github)**:Provides CDN acceleration, and security protection - Cloudflare Logo Tencent Logo + Cloudflare Logo Tencent Logo - **[svyun](https://www.svyun.com/recommend/AELZ0UeMz8K11Zg7pEXC)**:Provides cloud computing resources support diff --git a/README_zh.md b/README_zh.md index 164a7267..f6f73b6d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,5 +1,5 @@
- logo + logo

🗂️开源文件托管解决方案,支持 Docker 和无服务器部署,支持 Telegram、Discord、Cloudflare R2、S3、Huggingface 等多种存储渠道,支持 WebDAV 协议和多种 RESTful API

简体中文 | English | 官方网站 @@ -165,7 +165,7 @@ 免费文件托管解决方案,具有**上传**、**管理**、**读取**、**删除**等全链路功能,覆盖文件全生命周期,支持**鉴权**、**目录**、**图片审查**、**随机图**等各项特性(详见[功能文档](https://cfbed.sanyue.de/guide/features.html))。 -![CloudFlare](static/readme/海报.png) +![CloudFlare](readme/海报.png) # 2. [Document](https://cfbed.sanyue.de) @@ -177,22 +177,22 @@ **演示站点**:[CloudFlare ImgBed](https://cfbed.1314883.xyz/) 访问密码:`cfbed` -![image-20250313204101984](static/readme/login.png) +![image-20250313204101984](readme/login.png) -![image-20250313204101984](static/readme/upload.png) +![image-20250313204101984](readme/upload.png)

其他页面效果展示 -![image-20250313204138886](static/readme/uploading.png) +![image-20250313204138886](readme/uploading.png) -![image-20250313204308225](static/readme/dashboard.png) +![image-20250313204308225](readme/dashboard.png) -![image-20250314152355339](static/readme/customer-config.png) +![image-20250314152355339](readme/customer-config.png) -![status-page](static/readme/status-page.png) +![status-page](readme/status-page.png) -![public-gallery](static/readme/public-gallery.png) +![public-gallery](readme/public-gallery.png) @@ -228,7 +228,7 @@ - **[CloudFlare](https://www.cloudflare.com) & [EdgeOne](https://edgeone.ai/?from=github)**:提供CDN加速和安全保护服务 - Cloudflare Logo Tencent Logo + Cloudflare Logo Tencent Logo - **[速维云](https://www.svyun.com/recommend/AELZ0UeMz8K11Zg7pEXC)**:提供云计算服务资源支持 diff --git a/static/readme/202410011443570.png b/readme/202410011443570.png similarity index 100% rename from static/readme/202410011443570.png rename to readme/202410011443570.png diff --git a/static/readme/banner.png b/readme/banner.png similarity index 100% rename from static/readme/banner.png rename to readme/banner.png diff --git a/static/readme/cloudflare-logo.png b/readme/cloudflare-logo.png similarity index 100% rename from static/readme/cloudflare-logo.png rename to readme/cloudflare-logo.png diff --git a/static/readme/customer-config.png b/readme/customer-config.png similarity index 100% rename from static/readme/customer-config.png rename to readme/customer-config.png diff --git a/static/readme/dashboard.png b/readme/dashboard.png similarity index 100% rename from static/readme/dashboard.png rename to readme/dashboard.png diff --git a/static/readme/edgeone-logo.png b/readme/edgeone-logo.png similarity index 100% rename from static/readme/edgeone-logo.png rename to readme/edgeone-logo.png diff --git a/static/readme/login.png b/readme/login.png similarity index 100% rename from static/readme/login.png rename to readme/login.png diff --git a/static/readme/public-gallery.png b/readme/public-gallery.png similarity index 100% rename from static/readme/public-gallery.png rename to readme/public-gallery.png diff --git a/static/readme/status-page.png b/readme/status-page.png similarity index 100% rename from static/readme/status-page.png rename to readme/status-page.png diff --git a/static/readme/upload.png b/readme/upload.png similarity index 100% rename from static/readme/upload.png rename to readme/upload.png diff --git a/static/readme/uploading.png b/readme/uploading.png similarity index 100% rename from static/readme/uploading.png rename to readme/uploading.png diff --git a/static/readme/海报.png b/readme/海报.png similarity index 100% rename from static/readme/海报.png rename to readme/海报.png