{"id":28473164,"url":"https://github.com/rclone/integration-test","last_synced_at":"2025-07-02T02:31:15.842Z","repository":{"id":65985545,"uuid":"119970403","full_name":"rclone/integration-test","owner":"rclone","description":"Setup for the rclone integration test server","archived":false,"fork":false,"pushed_at":"2024-08-15T10:19:00.000Z","size":20,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-27T01:09:00.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rclone.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}},"created_at":"2018-02-02T10:52:26.000Z","updated_at":"2024-08-15T10:19:04.000Z","dependencies_parsed_at":"2023-02-19T19:31:01.066Z","dependency_job_id":null,"html_url":"https://github.com/rclone/integration-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rclone/integration-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclone%2Fintegration-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclone%2Fintegration-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclone%2Fintegration-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclone%2Fintegration-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rclone","download_url":"https://codeload.github.com/rclone/integration-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclone%2Fintegration-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263063971,"owners_count":23408028,"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":"2025-06-07T12:06:15.610Z","updated_at":"2025-07-02T02:31:15.832Z","avatar_url":"https://github.com/rclone.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rclone integration server #\n\nThis describes the setup for the rclone integration server.  More details are probably needed!\n\n## How to install ##\n\nInstall enough tools to build rclone\n\n    apt-get build-essentials\n\nInstall the latest version of go from source.\n\nMake sure go path is added to .profile\n\n    export GOPATH=$HOME/go\n\nset PATH so it includes go binary path in .profile\n\n    export PATH=\"/usr/local/go/bin:$HOME/go/bin:$PATH\"\n\nInstall hugo from .deb, make sure /usr/local/bin is on the path\n\n    export PATH=\"/usr/local/bin:$PATH\"\n\ncreate an rclone user and have something like this on the crontab\n\n```\nSHELL=/bin/bash\nMAILTO=your@email-address.com\n\n0 5 * * * (cd ~/integration-test; date -Is; source ~/.profile; ./integration-test.sh) \u003e\u003e integration-test.log 2\u003e\u00261\n\n0 9 * * * (cd ~/integration-test; date -Is; source ~/.profile; ./upload-tip.sh) \u003e\u003e upload-tip.log 2\u003e\u00261\n```\n\nMake sure you have an rclone config with credentials for all the cloud providers.  `rclone listremotes` should look something like\n\n```\nTestAmazonCloudDrive:\nTestAzureBlob:\nTestB2:\nTestBox:\nTestCache:\nTestCryptDrive:\nTestCryptSwift:\nTestDrive:\nTestDropbox:\nTestFTP:\nTestGoogleCloudStorage:\nTestHubic:\nTestMega:\nTestOneDrive:\nTestOss:\nTestPcloud:\nTestQingStor:\nTestS3:\nTestSftp:\nTestSwift:\nTestWebdav:\nTestYandex:\n```\n\n\n## FTP ##\n\nMake a new user called testdata - this will be used to run the SFTP\nand FTP integration tests.  Make sure they have a very secure password\nand add it to the rclone config.\n\nInstall pure-ftpd with the extra config file\n\n    # cat /etc/pure-ftpd/conf/Bind\n    127.0.0.1,21\n\n## SSH ##\n\nMake an ssh key for rclone user and install it in testdata user\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclone%2Fintegration-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frclone%2Fintegration-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclone%2Fintegration-test/lists"}