No description
  • PHP 99.7%
  • Dockerfile 0.3%
Find a file
2025-10-14 02:53:26 -04:00
.github publish additional docker tags (#975) 2023-02-22 13:06:26 +05:30
.gitattributes tell git to always commit .php in unix-newlines (#1017) 2023-04-11 07:51:47 +05:30
.gitignore new file: .gitignore 2025-10-14 01:42:43 -04:00
commands.txt new file: .gitignore 2025-10-14 01:42:43 -04:00
Dockerfile modified: Dockerfile 2025-10-14 02:51:07 -04:00
LICENSE Create LICENSE 2017-11-05 16:29:41 +05:30
nucaria.php new file: .gitignore 2025-10-14 01:42:43 -04:00
README.md modified: README.md 2025-10-14 02:53:26 -04:00
screenshot.gif update screenshot 2022-12-03 12:07:18 +05:30
SECURITY.md Update SECURITY.md (#1231) 2024-09-16 11:17:50 +05:30
translation.json new file: .gitignore 2025-10-14 01:42:43 -04:00

Nvcaria: a fork of the tinyfilemanager repository

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.

Copy the Nvcaria.php to your webspace

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 enable/disable authentication set $use_auth to true or false.

📢 Features

  • 💿 Open Source: Lightweight, minimalist, and extremely simple to set up.
  • 📱 Mobile Friendly: Optimized for touch devices and mobile viewing.
  • Core Features: Easily create, delete, modify, view, download, copy, and move files.
  • Advanced Upload Options: Ajax-powered uploads with drag-and-drop support, URL imports, and multi-file uploads with extension filtering.
  • 📁 Folder & File Management: Create and organize folders and files effortlessly.
  • 🎁 Compression Tools: Compress and extract files in zip and tar formats.
  • 😎 User Permissions: User-specific root folder mapping and session-based access control.
  • 💾 Direct URLs: Easily copy direct URLs for files.
  • ✏️ Code Editor: Includes Cloud9 IDE with syntax highlighting for 150+ languages and 35+ themes.
  • 📄 Document Preview: Google/Microsoft document viewer for PDF/DOC/XLS/PPT, supporting previews up to 25 MB.
  • Security Features: Backup capabilities, IP blacklisting, and whitelisting.
  • 🔎 Search Functionality: Use datatable.js for fast file search and filtering.
  • 📁 Customizable Listings: Exclude specific folders and files from directory views.
  • 🌐 Multi-language Support: Translations available in 35+ languages with translation.json.
  • ‼️ And Much 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, and DataTable js