{"id":20850432,"url":"https://github.com/noteed/rsync-hackage","last_synced_at":"2025-10-29T04:03:02.194Z","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":3,"default_branch":"master","last_synced_at":"2025-01-19T06:11:32.273Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243216109,"owners_count":20255315,"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-18T03:09:29.342Z","updated_at":"2025-10-18T22:51:43.811Z","avatar_url":"https://github.com/noteed.png","language":"Shell","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","funding_links":[],"categories":[],"sub_categories":[],"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"}