Single-file PHP file manager, browser and manage your files efficiently and easily.
1.3K
TinyFileManager is web based PHP file manager and it is a simple, fast and small size in single-file PHP file that can be dropped into any folder on your server, multi-language ready web application for storing, uploading, editing and managing files and folders online via web browser. The Application runs on PHP 5.5+, It allows the creation of multiple users and each user can have its own directory and a build-in support for managing text files with cloud9 IDE and it supports syntax highlighting for over 150+ languages and over 35+ themes.
zip, tar)150+ languages, Over 35+ themes with your favorite programming stylePDF/DOC/XLS/PPT/etc. 25 MB can be previewed with the Google Drive viewerdatatable jstranslation.json is file requiredDefault username/password: admin/admin@123 and user/12345.
:warning: Warning: Please set your own username and password in $auth_users before use. password is encrypted with password_hash(). to generate new password hash here
To enable/disable authentication set $use_auth to true or false.
:information_source: Add your own configuration file config.php in the same folder /tfm to use as additional configuration file.
Make sure you have already installed docker, Install reference
Notice: Your need an absolute path, and it will be served by tinyfilemanager.
If you want to serve this project at raspberry pi or another special platform, you can download project and build image by yourself.
You can execute this following commands:
$ docker run -d -v /absolute/path:/tfm/data -p 80:80 --restart=always --name tfm -e FM_PSW_ADMIN=admintfm zhangsean/tinyfilemanager
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
648dfba9c0ff zhangsean/tinyfilemanager "docker-php-entrypoi…" 4 minutes ago Up 4 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp tfm
Access http://127.0.0.1/ and enter default username [admin] and password [admintfm], then enjoy it.
DockerHub: https://hub.docker.com/r/zhangsean/tinyfilemanager
Content type
Image
Digest
sha256:75b5a15f2…
Size
32.7 MB
Last updated
over 3 years ago
docker pull zhangsean/tinyfilemanager