{"id":27433150,"url":"https://github.com/frozenfoxx/puppet-rclone","last_synced_at":"2025-09-06T03:43:00.809Z","repository":{"id":57670280,"uuid":"297773213","full_name":"frozenfoxx/puppet-rclone","owner":"frozenfoxx","description":"Puppet module to configure rclone on a system","archived":false,"fork":false,"pushed_at":"2025-04-02T22:40:38.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-06T13:17:54.998Z","etag":null,"topics":["puppet","puppet-module"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frozenfoxx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-09-22T21:11:07.000Z","updated_at":"2025-04-02T22:40:17.000Z","dependencies_parsed_at":"2025-04-14T17:14:25.383Z","dependency_job_id":"e7c1de5a-79d1-4b6e-b123-26ddc944cc05","html_url":"https://github.com/frozenfoxx/puppet-rclone","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/frozenfoxx/puppet-rclone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fpuppet-rclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fpuppet-rclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fpuppet-rclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fpuppet-rclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frozenfoxx","download_url":"https://codeload.github.com/frozenfoxx/puppet-rclone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fpuppet-rclone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273854447,"owners_count":25180008,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":["puppet","puppet-module"],"created_at":"2025-04-14T17:14:18.094Z","updated_at":"2025-09-06T03:43:00.786Z","avatar_url":"https://github.com/frozenfoxx.png","language":"Ruby","readme":"# rclone\n\n[Rclone](https://rclone.org/) is a powerful cloud synchronization tool. This module installs and configures it.\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup](#setup)\n    * [Beginning with rclone](#beginning-with-rclone)\n3. [Usage](#usage)\n4. [Development](#development)\n\n## Description\n\nThis module makes an installation of the package Rclone. It's useful for dealing with Cloud providers in the same way you would use rsync to deal with file system providers.\n\n## Setup\n\n### Beginning with rclone\n\nInclude this module and it will handle all steps for installation and configuration for the `root` or equivalent user on your system.\n\n```\ninclude rclone\n```\n\n## Usage\n\nAdd a section to your hieradata configuration to set up various remotes.\n\n**hiera file**:\n\n```\nrclone::remotes:\n  'my-remote':\n    type: 'http'\n    url: 'https://[URL to clone from]'\n```\n\nThen include this module:\n\n**puppet code**:\n\n```\ninclude rclone\n```\n\n## Limitations\n\nThis module has only been tested on Debian-based systems though rclone is multiplatform. It also does not have a way built-in to work with environment variables such as when handling Docker container-based launches. It will likely work on macOS though would need additional handling to make it more native.\n\n## Development\n\n* Fork it\n* Create a topic branch\n* Improve/fix\n* Push new topic branch\n* Submit a PR\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozenfoxx%2Fpuppet-rclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrozenfoxx%2Fpuppet-rclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozenfoxx%2Fpuppet-rclone/lists"}