{"id":20850432,"url":"https://github.com/noteed/rsync-hackage","last_synced_at":"2026-06-14T16:38:16.205Z","repository":{"id":19446171,"uuid":"22690209","full_name":"noteed/rsync-hackage","owner":"noteed","description":"Rsync daemon to serve Hackage","archived":false,"fork":false,"pushed_at":"2014-08-08T21:55:47.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T04:28:29.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/noteed.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":"2014-08-06T16:38:51.000Z","updated_at":"2017-03-08T23:50:40.000Z","dependencies_parsed_at":"2022-08-21T09:40:57.449Z","dependency_job_id":null,"html_url":"https://github.com/noteed/rsync-hackage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noteed/rsync-hackage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Frsync-hackage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Frsync-hackage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Frsync-hackage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Frsync-hackage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noteed","download_url":"https://codeload.github.com/noteed/rsync-hackage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Frsync-hackage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34328115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":[],"created_at":"2024-11-18T03:09:29.342Z","updated_at":"2026-06-14T16:38:16.189Z","avatar_url":"https://github.com/noteed.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rsync daemon to serve Hackage\n\nThis is a Docker image to serve Hackage packages through an anonymous rsync\ndaemon.\n\nIt is used at http://hackage.reesd.com/. The whole archive is about 3.6G.\n\n## Create the Docker image\n\nAssuming you want to name the resulting image `noteed/rsync-hackage`, you can\nrun the following command to build it:\n\n    \u003e docker build -t noteed/rsync-hackage .\n\n## Run the Docker image\n\nAssuming you have built a `static` directory (that can be served with Nginx, as\nexplained at https://github.com/noteed/nginx-hackage), you can expose it\nthrough rsync with:\n\n    \u003e docker run -d \\\n        -p 873:873 \\\n        -v `pwd`/static:/hackage \\\n        noteed/rsync-hackage\n\n## Downloading from the daemon\n\nYou can make a copy of the exposed directory with:\n\n    \u003e rsync -az rsync://xxx.xxx.xxx.xxx/hackage static\n\nThis will create a `static` directory in the current directory. Ready to be\nserved with either rsync or Nginx.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Frsync-hackage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoteed%2Frsync-hackage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Frsync-hackage/lists"}