diff --git a/filebrowser/2.24.1/data.yml b/filebrowser/2.24.1/data.yml
deleted file mode 100644
index cd96ae14e..000000000
--- a/filebrowser/2.24.1/data.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-additionalProperties:
- formFields:
- - default: 40071
- edit: true
- envKey: PANEL_APP_PORT_HTTP
- labelEn: HTTP Port
- labelZh: HTTP端口
- required: true
- rule: paramPort
- type: number
- - default: ./data/mnt
- edit: true
- envKey: MOUNT_PATH
- labelEn: Mount folder path
- labelZh: 挂载文件夹路径
- required: true
- type: text
diff --git a/filebrowser/2.24.1/data/.filebrowser.json b/filebrowser/2.24.1/data/.filebrowser.json
deleted file mode 100644
index fbcf6a1a7..000000000
--- a/filebrowser/2.24.1/data/.filebrowser.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "port": 80,
- "baseURL": "",
- "address": "",
- "log": "stdout",
- "database": "/database/filebrowser.db",
- "root": "/srv"
- }
\ No newline at end of file
diff --git a/filebrowser/2.24.1/data/database.db b/filebrowser/2.24.1/data/database.db
deleted file mode 100644
index e69de29bb..000000000
diff --git a/filebrowser/2.24.1/docker-compose.yml b/filebrowser/2.24.1/docker-compose.yml
deleted file mode 100644
index fe4f611a3..000000000
--- a/filebrowser/2.24.1/docker-compose.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-version: '3'
-services:
- filebrowser:
- container_name: ${CONTAINER_NAME}
- restart: always
- networks:
- - 1panel-network
- ports:
- - "${PANEL_APP_PORT_HTTP}:80"
- volumes:
- - "${MOUNT_PATH}:/srv"
- - "./data/database.db:/database.db"
- - "./data/.filebrowser.json:/.filebrowser.json"
- user: "${UID}:${GID}"
- image: filebrowser/filebrowser:v2.24.1
- labels:
- createdBy: "Apps"
-
-networks:
- 1panel-network:
- external: true
diff --git a/filebrowser/README.md b/filebrowser/README.md
deleted file mode 100644
index 31d513480..000000000
--- a/filebrowser/README.md
+++ /dev/null
@@ -1,44 +0,0 @@
-# 使用说明
-
-- 默认账户密码
-
-```
-username:admin
-password:admin
-```
-
-# 原始相关
-
-
-
-
-
-
-
-[](https://github.com/filebrowser/filebrowser/actions/workflows/main.yaml)
-[](https://goreportcard.com/report/github.com/filebrowser/filebrowser)
-[](http://godoc.org/github.com/filebrowser/filebrowser)
-[](https://github.com/filebrowser/filebrowser/releases/latest)
-[](http://webchat.freenode.net/?channels=%23filebrowser)
-
-filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app.
-
-## Features
-
-Please refer to our docs at [https://filebrowser.org/features](https://filebrowser.org/features)
-
-## Install
-
-For installation instructions please refer to our docs at [https://filebrowser.org/installation](https://filebrowser.org/installation).
-
-## Configuration
-
-[Authentication Method](https://filebrowser.org/configuration/authentication-method) - You can change the way the user authenticates with the filebrowser server
-
-[Command Runner](https://filebrowser.org/configuration/command-runner) - The command runner is a feature that enables you to execute any shell command you want before or after a certain event.
-
-[Custom Branding](https://filebrowser.org/configuration/custom-branding) - You can customize your File Browser installation by change its name to any other you want, by adding a global custom style sheet and by using your own logotype if you want.
-
-## Contributing
-
-If you're interested in contributing to this project, our docs are best places to start [https://filebrowser.org/contributing](https://filebrowser.org/contributing).
diff --git a/filebrowser/data.yml b/filebrowser/data.yml
deleted file mode 100644
index c4a5bbfff..000000000
--- a/filebrowser/data.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: File Browser
-tags:
- - 工具
-title: 网页文件浏览器
-type: 工具
-description: 网页文件浏览器
-additionalProperties:
- key: filebrowser
- name: File Browser
- tags:
- - Tool
- shortDescZh: 网页文件浏览器
- shortDescEn: Web File Browser
- type: tool
- crossVersionUpdate: true
- limit: 0
- recommend: 0
- website: https://filebrowser.org/
- github: https://github.com/filebrowser/filebrowser
- document: https://filebrowser.org/
\ No newline at end of file
diff --git a/filebrowser/logo.png b/filebrowser/logo.png
deleted file mode 100644
index 1d76ec2f8..000000000
Binary files a/filebrowser/logo.png and /dev/null differ