{"id":16752794,"url":"https://github.com/aalekhpatel07/static-video-server","last_synced_at":"2025-06-12T11:33:23.358Z","repository":{"id":65143836,"uuid":"583505384","full_name":"aalekhpatel07/static-video-server","owner":"aalekhpatel07","description":"Host videos from a static directory.","archived":false,"fork":false,"pushed_at":"2022-12-31T05:12:39.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T12:58:34.445Z","etag":null,"topics":["axum-server","static-file-server","video-server"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/aalekhpatel07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-30T01:23:08.000Z","updated_at":"2023-03-20T07:54:41.000Z","dependencies_parsed_at":"2022-12-31T06:45:52.697Z","dependency_job_id":null,"html_url":"https://github.com/aalekhpatel07/static-video-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aalekhpatel07/static-video-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalekhpatel07%2Fstatic-video-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalekhpatel07%2Fstatic-video-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalekhpatel07%2Fstatic-video-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalekhpatel07%2Fstatic-video-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aalekhpatel07","download_url":"https://codeload.github.com/aalekhpatel07/static-video-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalekhpatel07%2Fstatic-video-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259455994,"owners_count":22860468,"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":["axum-server","static-file-server","video-server"],"created_at":"2024-10-13T02:48:08.574Z","updated_at":"2025-06-12T11:33:23.307Z","avatar_url":"https://github.com/aalekhpatel07.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Static Video Server\n\nHost a collection of static video files nested arbitrarily deep in a root directory.\n\n## Usage\n\nThe most common usage would be to provide an index of all available videos inside a root directory.\n\nFor example, host all the videos present (arbitrarily deep) inside `~/Videos` via a static file server\navailable at `localhost:9092`.\n\n### Natively:\n\n```sh\n$ cargo install static-video-server\n```\n\n```sh\n$ RUST_LOG=\"info\" static-video-server --assets-root \"~/Videos\" --port 9092 --host \"0.0.0.0\"\n```\n\n### Docker\n\n```sh\n# Map your content root directory to container's /assets and bind ports 9092\n# to access the web UI from host.\n\n$ docker run -d --rm -v ~/Videos:/assets -p 9092:80 static-video-server:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faalekhpatel07%2Fstatic-video-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faalekhpatel07%2Fstatic-video-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faalekhpatel07%2Fstatic-video-server/lists"}