From 3d0f5a5569e0c6fa1dde6bfbf73394a2aa147501 Mon Sep 17 00:00:00 2001 From: kevin noguera Date: Tue, 14 Oct 2025 02:51:07 -0400 Subject: [PATCH] modified: Dockerfile modified: README.md --- Dockerfile | 2 +- README.md | 33 ++++----------------------------- 2 files changed, 5 insertions(+), 30 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9831385..352bad5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,6 @@ RUN docker-php-ext-install \ WORKDIR /var/www/html -COPY tinyfilemanager.php index.php +COPY Nvcaria.php index.php CMD ["sh", "-c", "php -S 0.0.0.0:80"] diff --git a/README.md b/README.md index 65c6905..ce496fb 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,5 @@ -# Tiny File Manager +# Nvcaria: a fork of the tinyfilemanager repository -[![Live demo](https://img.shields.io/badge/Live-Demo-brightgreen.svg?style=flat-square)](https://tinyfilemanager.github.io/demo/) -[![Live demo](https://img.shields.io/badge/Help-Docs-lightgrey.svg?style=flat-square)](https://github.com/prasathmani/tinyfilemanager/wiki) -[![GitHub Release](https://img.shields.io/github/release/prasathmani/tinyfilemanager.svg?style=flat-square)](https://github.com/prasathmani/tinyfilemanager/releases) -[![GitHub License](https://img.shields.io/github/license/prasathmani/tinyfilemanager.svg?style=flat-square)](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE) -[![Paypal](https://img.shields.io/badge/Donate-Paypal-lightgrey.svg?style=flat-square)](https://www.paypal.me/prasathmani) -![GitHub Sponsors](https://img.shields.io/github/sponsors/prasathmani) - -> 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. - -**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._ - -## Demo - -[Demo](https://tinyfilemanager.github.io/demo/) - - -## Documentation - -Tinyfilemanager is highly documented on the [wiki pages](https://github.com/prasathmani/tinyfilemanager/wiki). - -[![Tiny File Manager](screenshot.gif)](screenshot.gif) ## Requirements @@ -33,12 +10,11 @@ Tinyfilemanager is highly documented on the [wiki pages](https://github.com/pras 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. +Copy the Nvcaria.php to your webspace Default 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](https://tinyfilemanager.github.io/docs/pwd.html) +:warning: Warning: Please set your own username and password in `$auth_users` before use. password is encrypted with password_hash(). To enable/disable authentication set `$use_auth` to true or false. @@ -68,8 +44,7 @@ To enable/disable authentication set `$use_auth` to true or false. ### License, Credit -- Available under the [GNU license](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE) +- Available under the [GNU license](https://github.com/KevinN2025/nvcaria/blob/forking/LICENSE) - Original concept and development by github.com/alexantr/filemanager - CDN Used - _jQuery, Bootstrap, Font Awesome, Highlight js, ace js, DropZone js, and DataTable js_ -- To report a bug or request a feature, please file an [issue](https://github.com/prasathmani/tinyfilemanager/issues) - [Contributors](https://github.com/prasathmani/tinyfilemanager/wiki/Authors-and-Contributors)