mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-05-09 17:15:59 +02:00
Compare commits
43 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
232fc78f2e | ||
|
|
c38dca17e4 | ||
|
|
ac3dd478f5 | ||
|
|
01cfb5d8ac | ||
|
|
94b62544bd | ||
|
|
1042994a60 | ||
|
|
3716af20a2 | ||
|
|
8d953bf0f9 | ||
|
|
d26c9e5cbf | ||
|
|
0f58c2ca65 | ||
|
|
b602dcd172 | ||
|
|
1bcc240119 | ||
|
|
8b330b75a4 | ||
|
|
f120daa607 | ||
|
|
e27e1abeb4 | ||
|
|
a4d96e0eaf | ||
|
|
843e240757 | ||
|
|
ecec756b71 | ||
|
|
8366e1bc29 | ||
|
|
d8fceac7dd | ||
|
|
a306f4f1f7 | ||
|
|
a1ae0fa729 | ||
|
|
ca4b1b1743 | ||
|
|
8e87afae5b | ||
|
|
43063e4746 | ||
|
|
47359d3f4e | ||
|
|
eb8f3d80bc | ||
|
|
f380478197 | ||
|
|
f7a2f77008 | ||
|
|
dabc4ea36e | ||
|
|
7ec19c1659 | ||
|
|
8486c7a240 | ||
|
|
8194249b66 | ||
|
|
da77df785a | ||
|
|
00541fc469 | ||
|
|
7ca87c9163 | ||
|
|
f6a93653be | ||
|
|
85f35bc28f | ||
|
|
3a90a5916a | ||
|
|
6a6eb8abec | ||
|
|
bf024c7c84 | ||
|
|
d705da604c | ||
|
|
94f1c92d80 |
@@ -12,7 +12,7 @@ FROM php:7.4-cli-alpine
|
|||||||
# if run in China
|
# if run in China
|
||||||
# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||||
|
|
||||||
RUN apk add \
|
RUN apk add --no-cache \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
oniguruma-dev
|
oniguruma-dev
|
||||||
|
|
||||||
|
|||||||
96
README.md
96
README.md
@@ -7,7 +7,11 @@
|
|||||||
[](https://www.paypal.me/prasathmani)
|
[](https://www.paypal.me/prasathmani)
|
||||||

|

|
||||||
|
|
||||||
> 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.
|
> TinyFileManager is a versatile web-based PHP file manager designed for simplicity and efficiency. This lightweight single-file PHP application can be effortlessly integrated into any server directory, allowing users to store, upload, edit, and manage files and folders directly through their web browser.
|
||||||
|
With multi-language support and compatibility with PHP 5.5+, TinyFileManager enables the creation of individual user accounts, each with its dedicated directory. The platform also includes built-in functionality for handling text files using the Cloud9 IDE.
|
||||||
|
Featuring syntax highlighting for over 150 languages and more than 35 themes, TinyFileManager offers a comprehensive solution for file management in an online environment.
|
||||||
|
|
||||||
|
<sub>**Caution!** _Avoid utilizing this script as a standard file manager in public spaces. It is imperative to remove this script from the server after completing any tasks._</sub>
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
@@ -44,81 +48,23 @@ To enable/disable authentication set `$use_auth` to true or false.
|
|||||||
|
|
||||||
### :loudspeaker: Features
|
### :loudspeaker: Features
|
||||||
|
|
||||||
- :cd: Open Source, light and extremely simple
|
- :cd: **Open Source:** Lightweight, minimalist, and extremely simple to set up.
|
||||||
- :iphone: Mobile friendly view for touch devices
|
- :iphone: **Mobile Friendly:** Optimized for touch devices and mobile viewing.
|
||||||
- :information_source: Basic features likes Create, Delete, Modify, View, Download, Copy and Move files
|
- :information_source: **Core Features:** Easily create, delete, modify, view, download, copy, and move files.
|
||||||
- :arrow_double_up: Ajax Upload, Ability to drag & drop, upload from URL, multiple files upload with file extensions filter
|
- :arrow_double_up: **Advanced Upload Options:** Ajax-powered uploads with drag-and-drop support, URL imports, and multi-file uploads with extension filtering.
|
||||||
- :file_folder: Ability to create folders and files
|
- :file_folder: **Folder & File Management:** Create and organize folders and files effortlessly.
|
||||||
- :gift: Ability to compress, extract files (`zip`, `tar`)
|
- :gift: **Compression Tools:** Compress and extract files in `zip` and `tar` formats.
|
||||||
- :sunglasses: Support user permissions - based on session and each user root folder mapping
|
- :sunglasses: **User Permissions:** User-specific root folder mapping and session-based access control.
|
||||||
- :floppy_disk: Copy direct file URL
|
- :floppy_disk: **Direct URLs:** Easily copy direct URLs for files.
|
||||||
- :pencil2: Cloud9 IDE - Syntax highlighting for over `150+` languages, Over `35+` themes with your favorite programming style
|
- :pencil2: **Code Editor:** Includes Cloud9 IDE with syntax highlighting for 150+ languages and 35+ themes.
|
||||||
- :page_facing_up: Google/Microsoft doc viewer helps you preview `PDF/DOC/XLS/PPT/etc`. 25 MB can be previewed with the Google Drive viewer
|
- :page_facing_up: **Document Preview:** Google/Microsoft document viewer for PDF/DOC/XLS/PPT, supporting previews up to 25 MB.
|
||||||
- :zap: Backup files and IP blacklist and whitelist
|
- :zap: **Security Features:** Backup capabilities, IP blacklisting, and whitelisting.
|
||||||
- :mag_right: Search - Search and filter files using `datatable js`
|
- :mag_right: **Search Functionality:** Use `datatable.js` for fast file search and filtering.
|
||||||
- :file_folder: Exclude folders and files from listing
|
- :file_folder: **Customizable Listings:** Exclude specific folders and files from directory views.
|
||||||
- :globe_with_meridians: Multi-language(32+) support and for translations `translation.json` is file required
|
- :globe_with_meridians: **Multi-language Support:** Translations available in 35+ languages with `translation.json`.
|
||||||
- :bangbang: lots more...
|
- :bangbang: **And Much More!**
|
||||||
|
|
||||||
## Deploy by Docker
|
### [Deploy by Docker](https://github.com/prasathmani/tinyfilemanager/wiki/Deploy-by-Docker)
|
||||||
|
|
||||||
Make sure you have **already installed docker**, [Install reference](https://docs.docker.com/engine/install/)
|
|
||||||
|
|
||||||
> **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:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
$ docker run -d -v /absolute/path:/var/www/html/data -p 80:80 --restart=always --name tinyfilemanager tinyfilemanager/tinyfilemanager:master
|
|
||||||
$ docker ps
|
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
|
||||||
648dfba9c0ff tinyfilemanager/tinyfilemanager:master "docker-php-entrypoi…" 4 minutes ago Up 4 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp tinyfilemanager
|
|
||||||
```
|
|
||||||
Access `http://127.0.0.1/` and enter default username and password, then enjoy it.
|
|
||||||
|
|
||||||
DockerHub: [https://hub.docker.com/r/tinyfilemanager/tinyfilemanager](https://hub.docker.com/r/tinyfilemanager/tinyfilemanager)
|
|
||||||
|
|
||||||
#### How to change config within docker
|
|
||||||
|
|
||||||
Origin:
|
|
||||||
|
|
||||||
```php
|
|
||||||
// Root path for file manager
|
|
||||||
// use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder'
|
|
||||||
$root_path = $_SERVER['DOCUMENT_ROOT'];
|
|
||||||
|
|
||||||
// Root url for links in file manager.Relative to $http_host. Variants: '', 'path/to/subfolder'
|
|
||||||
// Will not working if $root_path will be outside of server document root
|
|
||||||
$root_url = '';
|
|
||||||
```
|
|
||||||
|
|
||||||
Modified:
|
|
||||||
|
|
||||||
```php
|
|
||||||
// Root path for file manager
|
|
||||||
// use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder'
|
|
||||||
$root_path = $_SERVER['DOCUMENT_ROOT'].'/data';
|
|
||||||
|
|
||||||
// Root url for links in file manager.Relative to $http_host. Variants: '', 'path/to/subfolder'
|
|
||||||
// Will not working if $root_path will be outside of server document root
|
|
||||||
$root_url = 'data/';
|
|
||||||
```
|
|
||||||
|
|
||||||
Then, change another config what you want, and add a new volume `-v /absolute/path/index.php:/var/www/html/index.php` in `docker run` command, like this:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
$ docker run -d -v /absolute/path:/var/www/html/data -v /absolute/path/index.php:/var/www/html/index.php -p 80:80 --restart=always --name tinyfilemanager tinyfilemanager/tinyfilemanager:master
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Stop running
|
|
||||||
|
|
||||||
If you want to stop a running docker service, or you want to restart a service, you should stop it first, or you got `docker: Error response from daemon: Conflict. The container name "/tinyfilemanager" is already in use by container ...` problem. You can execute this command:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
$ docker rm -f tinyfilemanager
|
|
||||||
```
|
|
||||||
|
|
||||||
### <a name=license></a>License, Credit
|
### <a name=license></a>License, Credit
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
The team takes security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
|
The team takes security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
|
||||||
|
|
||||||
To report a security issue, email ccpprogrammers[at]gmail.com and include the word "SECURITY" in the subject line.
|
To report a security issue, email ccpprogrammers[at]gmail[dot]com and include the word "SECURITY" in the subject line.
|
||||||
|
|
||||||
The team will send a response indicating the next steps in handling your report. After the initial reply to your report you will be kept informed of the progress towards a fix and full announcement.
|
The team will send a response indicating the next steps in handling your report. After the initial reply to your report you will be kept informed of the progress towards a fix and full announcement.
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
7
assets/css/bootstrap.min.css
vendored
7
assets/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
1
assets/css/dropzone.min.css
vendored
1
assets/css/dropzone.min.css
vendored
File diff suppressed because one or more lines are too long
4
assets/css/font-awesome.min.css
vendored
4
assets/css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
1
assets/css/vs.min.css
vendored
1
assets/css/vs.min.css
vendored
@@ -1 +0,0 @@
|
|||||||
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-comment,.hljs-quote,.hljs-variable{color:green}.hljs-built_in,.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#00f}.hljs-addition,.hljs-attribute,.hljs-literal,.hljs-section,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type{color:#a31515}.hljs-deletion,.hljs-meta,.hljs-selector-attr,.hljs-selector-pseudo{color:#2b91af}.hljs-doctag{color:grey}.hljs-attr{color:red}.hljs-bullet,.hljs-link,.hljs-symbol{color:#00b0e8}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
|
|
||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
7
assets/js/bootstrap.bundle.min.js
vendored
7
assets/js/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
22
assets/js/datatables.min.js
vendored
22
assets/js/datatables.min.js
vendored
File diff suppressed because one or more lines are too long
1
assets/js/dropzone.min.js
vendored
1
assets/js/dropzone.min.js
vendored
File diff suppressed because one or more lines are too long
1361
assets/js/highlight.min.js
vendored
1361
assets/js/highlight.min.js
vendored
File diff suppressed because one or more lines are too long
2
assets/js/jquery-3.6.1.min.js
vendored
2
assets/js/jquery-3.6.1.min.js
vendored
File diff suppressed because one or more lines are too long
2322
tinyfilemanager.php
2322
tinyfilemanager.php
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"appName": "Tiny File Manager",
|
"appName": "Tiny File Manager",
|
||||||
"version": "2.5.1",
|
"version": "2.6",
|
||||||
"language": [
|
"language": [
|
||||||
{
|
{
|
||||||
"name": "Română",
|
"name": "Română",
|
||||||
@@ -1512,7 +1512,9 @@
|
|||||||
"Moved from": "Movido de",
|
"Moved from": "Movido de",
|
||||||
"Created": "Criado",
|
"Created": "Criado",
|
||||||
"You are logged in": "Você está logado",
|
"You are logged in": "Você está logado",
|
||||||
"Login failed. Invalid username or password": "Falha na autenticação. nome de usuário ou senha inválidos"
|
"Login failed. Invalid username or password": "Falha na autenticação. nome de usuário ou senha inválidos",
|
||||||
|
"Are you sure want to rename?": "Tem certeza de que deseja renomear?",
|
||||||
|
"Are you sure want to": "Tem certeza de que deseja"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2556,7 +2558,9 @@
|
|||||||
"Select Theme": "Kies thema",
|
"Select Theme": "Kies thema",
|
||||||
"Select Font Size": "Kies fontgrootte",
|
"Select Font Size": "Kies fontgrootte",
|
||||||
"Are you sure want to rename?": "Weet u zeker dat u de naam wilt wijzigen?",
|
"Are you sure want to rename?": "Weet u zeker dat u de naam wilt wijzigen?",
|
||||||
"Are you sure want to": "Verder gaan met"
|
"Are you sure want to": "Verder gaan met",
|
||||||
|
"dark": "donker",
|
||||||
|
"light": "licht"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user