Skip to content
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.

GitHub Scripts

  1. To install the Nginx File Directory, download the latest .zip file from GitHub Releases page.
  2. Extract the .zip file using a program like 7-Zip.
  3. Copy the index.html file to the location on your website server where you want the file directory.
  4. Edit the index.html file following the instructions in CUSTOMIZATION.
  5. Save the file and upload it to your website server.
  6. You're all set!

Docker Container

  1. Download and install Docker.
  2. Open a terminal and pull the container: docker pull ghcr.io/willtheorangeguy/Nginx-File-Directory:main.
  3. Start the container: docker run -d -p 8000:80 ghcr.io/willtheorangeguy/Nginx-File-Directory:main.
  4. Head to http://localhost:8000/.
  5. Enjoy the website!

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.

Clone this wiki locally