Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DirectoryLister/DirectoryLister
📂 Directory Lister is the easiest way to expose the contents of any web-accessible folder for browsing and sharing.
https://github.com/DirectoryLister/DirectoryLister
directory-browser directory-lister php verify
Last synced: about 1 month ago
JSON representation
📂 Directory Lister is the easiest way to expose the contents of any web-accessible folder for browsing and sharing.
- Host: GitHub
- URL: https://github.com/DirectoryLister/DirectoryLister
- Owner: DirectoryLister
- License: mit
- Created: 2011-02-16T21:47:13.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T07:30:53.000Z (2 months ago)
- Last Synced: 2024-10-15T10:41:23.571Z (about 2 months ago)
- Topics: directory-browser, directory-lister, php, verify
- Language: PHP
- Homepage: https://www.directorylister.com
- Size: 6.5 MB
- Stars: 2,200
- Watchers: 71
- Forks: 511
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-homelab - DirectoryLister - accessible folder for browsing and sharing. | (Apps / X)
README
---
Directory Lister is the easiest way to expose the contents of any web-accessible
folder for browsing and sharing. With a zero configuration, drag-and-drop
installation you'll be up and running in less than a minute.Directory Lister is created and maintained by
[Chris Kankiewicz](https://www.chriskankiewicz.com)
([@PHLAK](https://twitter.com/PHLAK)) with help from
[community contributions](https://github.com/DirectoryLister/DirectoryLister/graphs/contributors).Features
--------- **Simple installation** allows you to be up and running in less than a minute.
- **Light and dark themes** to suit your professional needs or personal style.
- **Custom sort ordering** gives you control of the ordering of your files/folders.
- **File search** helps you locate the files you need quickly and efficiently.
- **File hashes** instill confidence when downloading files through verification.
- **Readme rendering** allows exposing the contents of READMEs directly on the page.
- **Zip downloads** for fetching an entire directory of files in a single action.
- **Multi-lingual support** brings Directory Lister to the language of your choice.Requirements
------------- Directory Lister requires [PHP](https://www.php.net/) >= 8.0
- The [Zip](https://www.php.net/manual/en/book.zip.php) extension is required for zip downloads
- The [DOM](https://www.php.net/en/dom) and [Fileinfo](https://www.php.net/manual/en/book.fileinfo.php) extensions are required for README renderingInstallation
------------1. [Download Directory Lister](https://www.directorylister.com)
2. Extract the zip/tar archive
3. Copy extracted files/folders to your web serverConfiguration
-------------1. Copy `.env.example` to `.env`
2. Edit the configuration values in `.env`See the [Configuration Documentation](https://docs.directorylister.com/configuration) for more information.
Sponsors
--------Love Directory Lister? [Sponsor development](https://github.com/sponsors/PHLAK)
and have your name or logo featured here!Changelog
---------A list of changes can be found on the [GitHub Releases](https://github.com/DirectoryLister/DirectoryLister/releases) page.
Troubleshooting
---------------See the [Help & Support](https://docs.directorylister.com/help-and-support) section of the documentation for troubleshooting instructions.
For general help and support join our [GitHub Discussion](https://github.com/DirectoryLister/DirectoryLister/discussions) or reach out on [Twitter](https://twitter.com/DirectoryLister).
Please report bugs to the [GitHub Issue Tracker](https://github.com/DirectoryLister/DirectoryLister/issues).
Copyright
---------This project is licensed under the [MIT License](https://github.com/DirectoryLister/DirectoryLister/blob/master/LICENSE).