{"id":24182649,"url":"https://github.com/uzinfocom-org/autoindex","last_synced_at":"2025-09-21T04:31:58.364Z","repository":{"id":113697662,"uuid":"602550984","full_name":"uzinfocom-org/autoindex","owner":"uzinfocom-org","description":"🕸️ | Custom autoindex directory listing for nginx [maintainer=@yetimdasturchi]","archived":false,"fork":false,"pushed_at":"2023-03-11T15:27:51.000Z","size":1250,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T23:37:55.117Z","etag":null,"topics":["autoindex","nginx","nginx-template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/uzinfocom-org.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},"funding":{"github":["orzklv","shakhzodkudratov"]}},"created_at":"2023-02-16T13:02:16.000Z","updated_at":"2024-11-08T03:35:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"4993bd8b-7992-460f-95b9-c7ac79d764d8","html_url":"https://github.com/uzinfocom-org/autoindex","commit_stats":null,"previous_names":["uzinfocom-org/autoindex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzinfocom-org%2Fautoindex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzinfocom-org%2Fautoindex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzinfocom-org%2Fautoindex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzinfocom-org%2Fautoindex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uzinfocom-org","download_url":"https://codeload.github.com/uzinfocom-org/autoindex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233711034,"owners_count":18717952,"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","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":["autoindex","nginx","nginx-template"],"created_at":"2025-01-13T08:14:26.776Z","updated_at":"2025-09-21T04:31:52.935Z","avatar_url":"https://github.com/uzinfocom-org.png","language":"JavaScript","funding_links":["https://github.com/sponsors/orzklv","https://github.com/sponsors/shakhzodkudratov"],"categories":[],"sub_categories":[],"readme":"# oss-autoindex\n🕸️ | Custom autoindex directory listing for nginx\n\nCopy .html folder to the folder you want to index and add the location.config file to nginx server.\n\nSample server:\n\n```\nserver{\n        listen 80;\n\n        root /media/files;\n\n        server_name _;\n\n        location / {\n               try_files $uri $uri/ =404;\n               add_before_body /.html/top.html;\n               add_after_body /.html/bot.html;\n               autoindex on;\n               autoindex_localtime on;\n               autoindex_exact_size on;\n               sub_filter '\u003chtml\u003e' '';\n               sub_filter '\u003chead\u003e\u003ctitle\u003eIndex of $uri\u003c/title\u003e\u003c/head\u003e' '';\n               sub_filter '\u003cbody bgcolor=\"white\"\u003e' '';\n               sub_filter '\u003c/body\u003e' '';\n               sub_filter '\u003c/html\u003e' '';\n               sub_filter_once on;\n        }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzinfocom-org%2Fautoindex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuzinfocom-org%2Fautoindex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzinfocom-org%2Fautoindex/lists"}