The image and video friendly indexer
Demo Documentation Configuration Building
IVFi-PHP is a file directory browser script made in PHP and TypeScript.
It is designed to be a comprehensive indexer, with a focus on efficiently handling image and video files. IVFi has a modern and user-friendly interface, offering features such as a gallery view, hoverable previews, and many customization options.
This project can be easily set up on most web servers.
/build/
files into your web root. For example /var/www/html/
.indexer.php
as an index file for any of the directories where the script should be used:server {
index index.html index.php /indexer.php;
}
DirectoryIndex index.html index.php /indexer.php
For detailed instructions on how to configure the script, refer to setup.
The releases and individual builds are available here.
It includes support for HTTP authentication, providing some added security for your directories.
Gallery Mode
A gallery mode that allows you to view images and videos from the current directory in one place, as well as the ability to download files and perform reverse image searches.
Hover Previews
An image or video preview is displayed when hovering over the file name.
Search Filter
The filter function allows you to search for specific filenames or file types within the directory.
Usage (Desktop):Shift + F
.Single file
The script can be configured as a standalone solution, where all required assets are combined into a single file, making it easy to use with just one file needed.
Customizable
This script offers multiple customization options.
Additonal Features
It can be built with added functionality, such as the ability to display
README.md
files in each directory!
If you have come across any specific problems or bugs that you would like to report, you have the option to open an issue. This will allow us to better understand the issue at hand and take the necessary steps to resolve it.
Alternatively, if you have any general questions, minor issues, or ideas for improvements that you would like to discuss, you can start a discussion. This is a good way for you to share your thoughts and ideas with us, and we would be more than happy to listen and consider them.
This project is licensed under GPL-3.0. It also includes external libraries that are available under a variety of licenses.
See LICENSE for the full license text.
As with anything else, use this script at your own risk. There could exist bugs that I do not know of :v: