{"id":31702432,"url":"https://github.com/fraoustin/fancyindex","last_synced_at":"2025-10-08T21:51:41.024Z","repository":{"id":54583089,"uuid":"139623428","full_name":"fraoustin/fancyindex","owner":"fraoustin","description":"container docker for run nginx server with module fancyindex","archived":false,"fork":false,"pushed_at":"2022-02-19T17:13:07.000Z","size":7,"stargazers_count":7,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-13T04:52:41.270Z","etag":null,"topics":["active","docker-image"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fraoustin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-03T18:29:39.000Z","updated_at":"2023-06-02T07:54:38.000Z","dependencies_parsed_at":"2022-08-13T20:30:56.519Z","dependency_job_id":null,"html_url":"https://github.com/fraoustin/fancyindex","commit_stats":null,"previous_names":[],"tags_count":8,"template":null,"template_full_name":null,"purl":"pkg:github/fraoustin/fancyindex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraoustin%2Ffancyindex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraoustin%2Ffancyindex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraoustin%2Ffancyindex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraoustin%2Ffancyindex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fraoustin","download_url":"https://codeload.github.com/fraoustin/fancyindex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraoustin%2Ffancyindex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000701,"owners_count":26082837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["active","docker-image"],"created_at":"2025-10-08T21:51:38.789Z","updated_at":"2025-10-08T21:51:41.010Z","avatar_url":"https://github.com/fraoustin.png","language":"Shell","readme":"# Docker Image for fancyindex\r\n\r\ngenerate a nginx server with fancyindex\r\n\r\nYou can use client\r\n\r\n- ihm on http://127.0.0.1/ (fraoustin/Nginx-Fancyindex-Theme)\r\n\r\n\r\nload when start image load file in\r\n\r\n- /usr/share/gitweb/docker-entrypoint.pre\r\n- /usr/share/gitweb/docker-entrypoint.post\r\n\r\n## Parameter\r\n\r\n- SET_CONTAINER_TIMEZONE (false or true) manage time of container\r\n- CONTAINER_TIMEZONE timezone of container\r\n- DISABLE_AUTH (false or true) allows you to disable auth on nginx\r\n- WEBUSER (default user)\r\n- WEBPASSWORD (default pass)\r\n- COLOR (default blue) for web ihm (blue, green, grey, greydark, orange, purple, red)\r\n\r\n## Volume\r\n\r\n- /share\r\n\r\n## Port\r\n\r\n- 80 \r\n\r\n## Command\r\n\r\n- addauth : add user for git\r\n- rmauth : remove user\r\n\r\n## Usage direct\r\n\r\nrun image fraoustin/webdav\r\n\r\n    docker run -d -v \u003clocalpath\u003e:/share --name fancyindex -p 80:80 fraoustin/fancyindex\r\n\r\nuser default is *user* and password default is *pass*\r\n\r\nyou use http://localhost/ for access ihm\r\n\r\n## Usage by Dockerfile\r\n\r\nSample of Dockerfile\r\n\r\n    FROM fraoustin/webdav\r\n    COPY ./00_init.sh /usr/share/docker-entrypoint.pre/00_init.sh\r\n    RUN chmod +x -R /usr/share/gitweb/docker-entrypoint.pre\r\n\r\nFile 00_init.sh\r\n\r\n    #!/bin/bash\r\n    if [ ! -z \"$WEBUSER\" ]; then\r\n        addauth $WEBUSER $WEPASSWORD\r\n    fi    \r\n\r\n\r\nbuild image mywebdav\r\n\r\n    docker build -t myfancyindex .\r\n\r\nrun image mywebdav\r\n\r\n    docker run -d -e \"CONTAINER_TIMEZONE=Europe/Paris\" -e WEBUSER=myuser\" -e \"WEBPASSWORD=mypassword\" -v \u003clocalpath\u003e:/share --name test -p 8080:80 myfancyindex\r\n\r\n## External library\r\n\r\n- mdl on https://getmdl.io/\r\n- Nginx-Fancyindex-Theme on https://github.com/fraoustin/Nginx-Fancyindex-Theme\r\n\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraoustin%2Ffancyindex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffraoustin%2Ffancyindex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraoustin%2Ffancyindex/lists"}