25 lines
867 B
Markdown
25 lines
867 B
Markdown
|
# Renadexer
|
||
|
|
||
|
A no-bullshit solution to list your files! Have you ever looked at apache2's directory listing feature and went
|
||
|
>damn, I really want to load and search this list of 100k+ files and folders without killing Firefox
|
||
|
|
||
|
Look no further!!
|
||
|
|
||
|
## Features
|
||
|
- Configurable pagination
|
||
|
- Configurable search function with AND, OR and Regex PCRE modes
|
||
|
- Configurable MOTD
|
||
|
- Mimetype detection using magic bytes
|
||
|
- Seek videos, pause downloads and transfer large files with little memory consumption
|
||
|
- Lighter than your average 2009 anorexic altgirl
|
||
|
- Absolutely horrible URL scheme
|
||
|
|
||
|
## Installation
|
||
|
Requires PHP 8. Drag `listdir.php` on any server that supports PHP. Change the variables at the top of the file and you're set!!
|
||
|
|
||
|
## Singular piece of shit screenshot
|
||
|
![screenshot](https://i.imgur.com/Q9X9SZ1.png)
|
||
|
|
||
|
## License
|
||
|
Do whatever the fuck you want license (WTFPL)
|