Skip to content

sstativa/syno-autoindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Synology Autoindex Stylesheet

This stylesheet makes the NGINX autoindex page look like the Synology File Station.

Features implemented:

  • Natural sort order
  • Click to sort column headers
  • Localtime support

Screenshot

Installation

  1. Download nginx directory, create docker container and run it where
  • /volume1/docker/nginx should be a path to the nginx directory,
  • /volume1/docs should be a path to the directory you want to access using NGINX.
sudo docker create \
  -v /usr/syno/synoman/webman/modules/FileBrowser/images/2x/files_ext:/usr/share/nginx/html/.assets:ro \
  -v /volume1/docker/nginx/nginx.conf:/etc/nginx/nginx.conf:ro \
  -v /volume1/docker/nginx/conf.d:/etc/nginx/conf.d:ro \
  -v /volume1/docs:/usr/share/nginx/html/docs:ro \
  -p 8080:80 \
  --name "nginx" \
  nginx:latest
  1. Open in your browser http://<your nas ip>:8080/docs.

About

NGINX Autoindex Stylesheet for Synology NAS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages