-
-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
William edited this page Sep 11, 2022
·
3 revisions
To install and run the Nginx File Directory, you can run the scripts from GitHub, or run a Docker container from GitHub Packages.
- To install the Nginx File Directory, download the latest
.zipfile from GitHub Releases page. - Extract the
.zipfile using a program like 7-Zip. - Copy the
index.htmlfile to the location on your website server where you want the file directory. - Edit the
index.htmlfile following the instructions inCUSTOMIZATION. - Save the file and upload it to your website server.
- You're all set!
- Download and install Docker.
- Open a terminal and pull the container:
docker pull ghcr.io/willtheorangeguy/Nginx-File-Directory:main. - Start the container:
docker run -d -p 8000:80 ghcr.io/willtheorangeguy/Nginx-File-Directory:main. - Head to http://localhost:8000/.
- Enjoy the website!
Want to make a change? Open an issue!
Want a basic overview? Read the README.
Want to download the project? Head to the Releases page.
Want to start contributing? Open an Issue or a Pull Request.