{"id":16542834,"url":"https://github.com/binhex/arch-resilio-sync","last_synced_at":"2025-07-14T03:08:53.192Z","repository":{"id":82321803,"uuid":"345065655","full_name":"binhex/arch-resilio-sync","owner":"binhex","description":"Docker build script for Arch Linux base with Resilio Sync","archived":false,"fork":false,"pushed_at":"2025-07-01T11:49:12.000Z","size":60,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-01T12:45:39.675Z","etag":null,"topics":["arch-linux","backup","backup-utility","docker-image","linux","peer","resilio-sync","synchronization"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/binhex.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-03-06T10:28:47.000Z","updated_at":"2025-07-01T11:49:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"63245bda-6369-4dc7-b635-9763ecfb5bb4","html_url":"https://github.com/binhex/arch-resilio-sync","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/binhex/arch-resilio-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-resilio-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-resilio-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-resilio-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-resilio-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-resilio-sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-resilio-sync/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265236926,"owners_count":23732504,"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":["arch-linux","backup","backup-utility","docker-image","linux","peer","resilio-sync","synchronization"],"created_at":"2024-10-11T18:58:38.621Z","updated_at":"2025-07-14T03:08:53.174Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"# Application\n\n[Resilio-Sync](https://www.resilio.com/individuals/)\n\n## Description\n\nResilio Sync (formerly BitTorrent Sync) by Resilio, Inc. is a proprietary\npeer-to-peer file synchronization tool available for Windows, Mac, Linux,\nAndroid, iOS, Windows Phone, Amazon Kindle Fire and BSD. It can sync files\nbetween devices on a local network, or between remote devices over the Internet\nvia a modified version of the BitTorrent protocol.\n\nAlthough not touted by the developers as an intended direct replacement nor\ncompetitor to cloud-based file synchronization services, it has attained much of\nits publicity in this potential role.This is mainly due to the ability of\nResilio Sync to address many of the concerns in existing services relating to\nfile storage limits, privacy, cost, and performance.\n\n## Build notes\n\nLatest GitHub stable release from Arch Linux AUR.\n\n## Usage\n\n```bash\ndocker run -d \\\n    -p 8888:8888 \\\n    -p 55555:55555 \\\n    --name=\u003ccontainer name\u003e \\\n    -v \u003cpath for media files\u003e:/media \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-resilio-sync\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the\ncorrect values.\n\n## Access application\n\n`http://\u003chost ip\u003e:8888`\n\n## Example\n\n```bash\ndocker run -d \\\n    -p 8888:8888 \\\n    -p 55555:55555 \\\n    --name=resilio-sync \\\n    -v /media:/media \\\n    -v /apps/docker/resilio-sync:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-resilio-sync\n```\n\n## Notes\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command\nfor the user you want to run the container as:-\n\n```bash\nid \u003cusername\u003e\n```\n\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/103784-support-binhex-resilio-sync/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-resilio-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-resilio-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-resilio-sync/lists"}