{"id":13512031,"url":"https://github.com/alehaa/nginx-fancyindex-flat-theme","last_synced_at":"2026-01-24T16:10:00.993Z","repository":{"id":29586987,"uuid":"121914886","full_name":"alehaa/nginx-fancyindex-flat-theme","owner":"alehaa","description":"Flat theme for nginx's fancyindex plugin","archived":false,"fork":false,"pushed_at":"2024-08-03T22:13:35.000Z","size":173,"stargazers_count":113,"open_issues_count":3,"forks_count":29,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T21:33:00.376Z","etag":null,"topics":["fancyindex","nginx"],"latest_commit_sha":null,"homepage":null,"language":"Less","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alehaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-18T03:43:07.000Z","updated_at":"2025-03-22T13:51:43.000Z","dependencies_parsed_at":"2024-11-01T13:32:53.291Z","dependency_job_id":"088c7f0f-a378-4e6d-96ec-f8d55349fb4f","html_url":"https://github.com/alehaa/nginx-fancyindex-flat-theme","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/alehaa/nginx-fancyindex-flat-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alehaa%2Fnginx-fancyindex-flat-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alehaa%2Fnginx-fancyindex-flat-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alehaa%2Fnginx-fancyindex-flat-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alehaa%2Fnginx-fancyindex-flat-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alehaa","download_url":"https://codeload.github.com/alehaa/nginx-fancyindex-flat-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alehaa%2Fnginx-fancyindex-flat-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28731144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fancyindex","nginx"],"created_at":"2024-08-01T03:01:25.874Z","updated_at":"2026-01-24T16:10:00.973Z","avatar_url":"https://github.com/alehaa.png","language":"Less","funding_links":[],"categories":["Less"],"sub_categories":[],"readme":"# Flat theme for nginx's fancyindex module\n\n[![](https://img.shields.io/github/issues-raw/alehaa/nginx-fancyindex-flat-theme.svg?style=flat-square)](https://github.com/alehaa/nginx-fancyindex-flat-theme/issues)\n[![](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square)](LICENSE)\n\n![](doc/screenshot.png)\n\n\n## About\n\nThe [fancyindex module](https://github.com/aperezdc/ngx-fancyindex) of\n[nginx](http://nginx.org/) has the powerful capability to be customizable.\nInstead of using an external application, this gives us the ability to use\njust the webserver's capabilities to generate beautiful directory listings.\n\nThis theme provides a simple, flat interface based on\n[Bootstrap 4](https://getbootstrap.com), [Font Awesome](https://fontawesome.com)\nand (for easy navigation in galleries)\n[lightbox2](http://lokeshdhakar.com/projects/lightbox2/). In combination with\nthe browser's preview capability, accessing the majority of files should be\npossible, giving the user easy access without a single line of server-side\ndynamic code.\n\n\n## Usage\n\n1. Get the latest resources from [GitHub releases][releases], or build them\n   yourself by running `make` inside this repository. Instructions on how to\n   build the resources can be found [below](#build).\n1. Copy these files into any location accessible by *nginx*.\n1. Configure your vhost to use the theme's resources for fancyindex:\n    ```\n    # Fancyindex\n    fancyindex             on;\n    fancyindex_header      \"/theme/header.html\";\n    fancyindex_footer      \"/theme/footer.html\";\n    fancyindex_show_path   off;\n    fancyindex_name_length 255;\n    fancyindex_exact_size  off;\n    fancyindex_localtime   on;\n\n    location /theme/{\n        alias /srv/www/fileserver/theme/;\n    }\n    ```\n\n[releases]: https://github.com/alehaa/nginx-fancyindex-flat-theme/releases\n\n\n## Build\n\nInstead of using pre-built sources, you can build them on a local machine. For\nconvenience, a [Dockerfile](Dockerfile) is provided that creates a container\nwith all the necessary tools to compile the sources. You can easily build the\ntheme using the following commands:\n\n```\ndocker build -t fancyindex-flat .\ndocker run --rm -it -v ./:/mnt -w /mnt fancyindex-flat make\n```\n\nThe compiled sources for the theme will be located in the `build` directory.\n\n\n## License\n\nThe nginx-fancyindex-flat-theme is free software: you can redistribute it and/or\nmodify it under the terms of the GNU General Public License as published by the\nFree Software Foundation, either version 3 of the License, or (at your option)\nany later version.\n\nThis software is distributed in the hope that it will be useful, but **WITHOUT\nANY WARRANTY**; without even the implied warranty of **MERCHANTABILITY** or\n**FITNESS FOR A PARTICULAR PURPOSE**. A Copy of the GNU General Public License\ncan be found in the [LICENSE](LICENSE) file.\n\n\u0026copy; 2018-2024 Alexander Haase\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falehaa%2Fnginx-fancyindex-flat-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falehaa%2Fnginx-fancyindex-flat-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falehaa%2Fnginx-fancyindex-flat-theme/lists"}