Go to file
2023-12-12 16:52:55 +00:00
.github Update FUNDING.yml 2020-01-01 16:28:09 +05:30
debug Fixed problems in creating docker containers with new version of php 2023-12-06 17:15:13 +00:00
debug-files Fixed problems in creating docker containers with new version of php 2023-12-06 17:15:13 +00:00
0-upload_large_dumps.ini Fixed problems in creating docker containers with new version of php 2023-12-06 17:15:13 +00:00
build.sh Fixed problems in creating docker containers with new version of php 2023-12-06 17:15:13 +00:00
config.php Added environment variables read from files (secrets). 2023-12-11 16:47:41 +00:00
docker-compose.yml Fixed problems in creating docker containers with new version of php 2023-12-06 17:15:13 +00:00
Dockerfile Added hability to import custom certs. 2023-12-12 16:52:55 +00:00
Dockerfile.debug Added hability to import custom certs. 2023-12-12 16:52:55 +00:00
Dockerfile.user Fixed problems in creating docker containers with new version of php 2023-12-06 17:15:13 +00:00
LICENSE Create LICENSE 2017-11-05 16:29:41 +05:30
README-docker.md Added hability to import custom certs. 2023-12-12 16:52:55 +00:00
README.md Added hability to import custom certs. 2023-12-12 16:52:55 +00:00
screenshot.gif Multi-language support #2.2.0 2018-11-26 23:47:58 +05:30
SECURITY.md Update SECURITY.md 2020-05-14 08:57:29 +05:30
startup.sh Added hability to import custom certs. 2023-12-12 16:52:55 +00:00
tinyfilemanager.php Added hability to import custom certs. 2023-12-12 16:52:55 +00:00
translation.json Added latest translations from source. 2021-05-18 22:15:48 +01:00

Tiny File Manager

This fork adds a number of additional options that were missing in the original Tiny File Manager. I give credit to the original author but added the following enhancements:

  • Docker images ready to be used. More instructions on this document.
  • Ability to change owner of files and folders (Root run image)
  • Added dynamic user variables to be used in docker images (with file contents)
  • Updated external JS/CSS libraries to latest versions
  • Show binary files in HEX dump format
  • Support for webp images
  • xz and bz2 compressed extension icons
  • Markdown highlighting
  • Edit empty files
  • Fix problem in compression information
  • Show Modify date in file information
  • Show ownership in numeric uid:gid when username and/or group are not available
  • Execute of commands/scripts for admin users
  • LDAP authentication with membership authorization (bind-only mode) (Requires ldap extension)
  • Manipulate special file bits (sticky, setuid, setgid)
  • System information page in Help
  • Partition Space usage in a progress bar
  • Support for xattr (extended attributes) information of files (Requires pear xattr extension)
  • Auditing information of operations
  • syslog support for shipping auditing information
  • do not reset url parameters after autentication

Setup of features (LDAP, syslog) is explained in the config.php file or the Docker README.

The latest release was updated with the features of 2.5.2 version

Remainder of original document:

Live demo Live demo GitHub Release GitHub License Paypal

TinyFileManager is web based file manager and it is a simple, fast and small file manager with a single file, 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.

Demo

Demo

Login Details : admin/admin@123 | user/12345

Documentation

Tinyfilemanager is highly documented on the wiki pages.

Tiny File Manager

Requirements

  • PHP 5.5.0 or higher.
  • Fileinfo, iconv, zip, tar and mbstring extensions are strongly recommended.

How to use

Download ZIP with latest version from master branch.

Just copy the tinyfilemanager.php to your webspace - thats all :) You can also change the file name from "tinyfilemanager.php" to something else, you know what i meant for.

Default username/password: admin/admin@123 and user/12345.

⚠️ 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.

The default configuration will be loaded from config.php, it is an additional configuration file, Feel free to remove completely this file and configure "tinyfilemanager.php" as a single file application.

📢 Features

  • 💿 Open Source, light and extremely simple
  • 📱 Mobile friendly view for touch devices
  • Basic features likes Create, Delete, Modify, View, Quick Preview, Download, Copy and Move files
  • Ajax Upload, Ability to drag & drop, upload from URL, multiple files upload with file extensions filter
  • 📁 Ability to create folders and files
  • 🎁 Ability to compress, extract files (zip, tar)
  • 😎 Support user permissions - based on session and each user root folder mapping
  • 💾 Copy direct file URL
  • ✏️ Cloud9 IDE - Syntax highlighting for over 150+ languages, Over 35+ themes with your favorite programming style
  • 📄 Google/Microsoft doc viewer helps you preview PDF/DOC/XLS/PPT/etc. 25 MB can be previewed with the Google Drive viewer
  • Backup files and IP blacklist and whitelist
  • 🔎 Search - Search and filter files using datatable js
  • 📁 Exclude folders and files from listing
  • 🌐 Multi-language(20+) support and for translations translation.json is file required
  • ‼️ lots more...

License, Credit

  • Available under the GNU license
  • Original concept and development by github.com/alexantr/filemanager
  • CDN Used - jQuery, Bootstrap, Font Awesome, Highlight js, ace js, DropZone js, ekko-lightbox js, and DataTable js
  • To report a bug or request a feature, please file an issue
  • Contributors