{"id":21392729,"url":"https://github.com/in-line/meta_fastdl","last_synced_at":"2025-07-04T03:39:47.459Z","repository":{"id":48361521,"uuid":"195428214","full_name":"In-line/meta_fastdl","owner":"In-line","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-30T01:15:56.000Z","size":118,"stargazers_count":11,"open_issues_count":11,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T15:54:44.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/In-line.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":"2019-07-05T15:04:43.000Z","updated_at":"2024-12-29T21:07:27.000Z","dependencies_parsed_at":"2022-09-14T15:51:55.403Z","dependency_job_id":null,"html_url":"https://github.com/In-line/meta_fastdl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/In-line/meta_fastdl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/In-line%2Fmeta_fastdl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/In-line%2Fmeta_fastdl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/In-line%2Fmeta_fastdl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/In-line%2Fmeta_fastdl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/In-line","download_url":"https://codeload.github.com/In-line/meta_fastdl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/In-line%2Fmeta_fastdl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263442059,"owners_count":23467212,"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":[],"created_at":"2024-11-22T13:42:26.546Z","updated_at":"2025-07-04T03:39:47.407Z","avatar_url":"https://github.com/In-line.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meta_fastdl [![Build Status](https://travis-ci.com/In-line/meta_fastdl.svg?branch=master)](https://travis-ci.com/In-line/meta_fastdl)\n\nThis is implementation of high performance HTTP File Server for HLDS. It's main purpose is for use as FastDL server in `sv_downloadurl`. \nIt needs minimum configuration and can be used in production game server.\n\nModule should be installed like any other metamod module.\n\nConfiguration file should be stored along module shared library: `meta_fastdl_i386.so`. \nIt's HJSON configuration with minimal necessary variables.\n```\n{\n\t# Bind URL will be automatically written to `sv_downloadurl`. \n\t# Host IP from URL will be automatically bound and used to serve files\n\t# If domain name is used instead than module will attempt to resolve IP.\n\tbind_url: http://127.0.0.1:8081\n  \n\t# Module will automatically serve precached files, but user precached files can't be hooked.\n\t# So instead, files from some folders should be allowed.\n\t# Bellow is prefix whitelist. It's not necessary list of folders, anything will match. \n\tprefix_whitelist: [\n\t\tmodels/\n\t\tsound/\n\t\tsprites/\n\t]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin-line%2Fmeta_fastdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fin-line%2Fmeta_fastdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin-line%2Fmeta_fastdl/lists"}