Configure your own simple private cloud disk - File Browser file browser

File Browser is a file manager that can manage files on local or mobile devices, and can be used as a cloud disk when deployed on a server. File Browser is also a plugin for Caddy. File Browser is just a binary file.


It is very convenient to use docker to deploy here. If you are a win user, or if you don’t use docker, you can refer to the official website document configuration https://docs.filebrowser.xyz/installation
(1) Search mirror

docker search filebrowser

FDA14A17-9761-454D-8B2D-72F68AFD126C.png

(2) pull filebrowser image

docker pull filebrowser

(3) Start mirroring

docker run --name filebrowser -d --restart always -v /root/filebrowser/sites/root:/srv -v /root/filebrowserconfig.json:/etc/config.json -v /root/filebrowser/database.db:/etc/database.db -p 9184:80 filebrowser/filebrowser

Enter ip:9184 to access, where the initial account password is admin

61E449D7-BDD4-4064-B26B-679CD3F9AF34.png

After logging in, you can perform account management and file operations, which is very simple and easy to use

D12A6E9C-88F4-4F40-ADDA-C6A9294C4F5A.png

Guess you like

Origin blog.csdn.net/github_33420275/article/details/88036437