{"id":17848481,"url":"https://github.com/kimtore/rsync","last_synced_at":"2026-01-20T07:32:26.391Z","repository":{"id":140904076,"uuid":"52717543","full_name":"kimtore/rsync","owner":"kimtore","description":"File dump service with REST API","archived":false,"fork":false,"pushed_at":"2017-08-23T22:06:11.000Z","size":657,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-07T21:45:17.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kimtore.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}},"created_at":"2016-02-28T11:20:01.000Z","updated_at":"2017-12-22T06:41:21.000Z","dependencies_parsed_at":"2023-06-01T10:30:41.472Z","dependency_job_id":null,"html_url":"https://github.com/kimtore/rsync","commit_stats":null,"previous_names":["kimtore/rsync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kimtore/rsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtore%2Frsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtore%2Frsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtore%2Frsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtore%2Frsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kimtore","download_url":"https://codeload.github.com/kimtore/rsync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtore%2Frsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-27T22:22:32.210Z","updated_at":"2026-01-20T07:32:26.374Z","avatar_url":"https://github.com/kimtore.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rsync file dump service\n\n## Create a file storage endpoint\n\n```\n# Either create a directory\nmkdir files\n# Or, symlink into another directory\nln -s /path/to/storage files\n```\n\n## Development environment\n\nSet up a virtualenv and install the dependencies:\n\n```\nmake virtualenv install\npython setup.py develop\n```\n\n## Running the development server\n\nYou need a `local_settings.py` with local development settings:\n\n```\ncp web/local_settings.py.example web/local_settings.py\n```\n\nRun database migrations:\n\n```\n./manage.py migrate\n```\n\nStart the web server:\n\n```\n./manage.py runserver\n```\n\nThe server is now running on http://localhost:8000.\n\n## Deploying\n\nThe frontend requires NodeJS \u003e= 7.x in order to build correctly.\n\nExecute `make` in the top-level directory:\n\n```\nmake\n```\n\n## Admin interface\n\nhttp://localhost:8000/admin/\n\n## Create an API user\n\nTo create a user, log in to the admin interface and create a user, or use the shell:\n\n```\n./manage.py createsuperuser\n```\n\nYour API key can be found at http://localhost:8000/admin/tastypie/apikey/.\n\n## Make an API request\n\nYou'll need to create a user and an API key.\n\nThen, you can GET and POST to http://localhost:8000/api/v1/file/?username=foo\\\u0026api_key=bar.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimtore%2Frsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkimtore%2Frsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimtore%2Frsync/lists"}