{"id":23138250,"url":"https://github.com/softlayer/chef-swftp","last_synced_at":"2025-09-03T21:40:16.918Z","repository":{"id":8233134,"uuid":"9674604","full_name":"softlayer/chef-swftp","owner":"softlayer","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-30T16:10:05.000Z","size":177,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":16,"default_branch":"stable","last_synced_at":"2024-05-09T17:09:57.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"linode/cli","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softlayer.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}},"created_at":"2013-04-25T15:12:47.000Z","updated_at":"2014-01-21T01:11:19.000Z","dependencies_parsed_at":"2022-09-10T15:40:33.198Z","dependency_job_id":null,"html_url":"https://github.com/softlayer/chef-swftp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softlayer%2Fchef-swftp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softlayer%2Fchef-swftp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softlayer%2Fchef-swftp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softlayer%2Fchef-swftp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softlayer","download_url":"https://codeload.github.com/softlayer/chef-swftp/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230121666,"owners_count":18176477,"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-12-17T13:10:17.856Z","updated_at":"2024-12-17T13:10:18.194Z","avatar_url":"https://github.com/softlayer.png","language":"Ruby","readme":"swftp Cookbook\n==============\n\nInstall and configure [swftp](https://github.com/softlayer/swftp) the Chef way.\n\nRequirements\n------------\n\n- [python](https://github.com/opscode-cookbooks/python) cookbook\n\nAttributes\n----------\n#### swftp::default\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eKey\u003c/th\u003e\n    \u003cth\u003eType\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n    \u003cth\u003eDefault\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['ftp']['enabled']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eBoolean\u003c/td\u003e\n    \u003ctd\u003eWhether to run the FTP\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003efalse\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['ftp']['port']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eInteger\u003c/td\u003e\n    \u003ctd\u003ePort for FTP to listen on\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e5021\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['sftp']['enabled']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eBoolean\u003c/td\u003e\n    \u003ctd\u003eWhether to run the sFTP\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003etrue\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['sftp']['port']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eInteger\u003c/td\u003e\n    \u003ctd\u003ePort for sFTP to listen on\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e5022\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['auth_url']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eString\u003c/td\u003e\n    \u003ctd\u003eSwift auth url\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003ehttp://127.0.0.1:8080/auth/v1.0\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['session_connections']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eInteger\u003c/td\u003e\n    \u003ctd\u003eMaximum number of connections a session can consume\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e10\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['max_connections']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eInteger\u003c/td\u003e\n    \u003ctd\u003eNumber of swift persistent backend connections to pool request across\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e20\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['connection_timeout']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eInteger\u003c/td\u003e\n    \u003ctd\u003eTimeout for the persistent connections\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e240\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['statsd']['enabled']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eBoolean\u003c/td\u003e\n    \u003ctd\u003eEnable statsd support\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003efalse\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['statsd']['host']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eString\u003c/td\u003e\n    \u003ctd\u003eHost to pumble with stats\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e127.0.0.1\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['swftp']['statsd']['port']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eInteger\u003c/td\u003e\n    \u003ctd\u003ePort to pumble with stats\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e8125\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nUsage\n-----\n#### swftp::default\nJust include `swftp` in your node's `run_list`:\n\n```json\n{\n  \"name\":\"my_node\",\n  \"run_list\": [\n    \"recipe[swftp]\"\n  ]\n}\n```\n\nContributing\n------------\n\n1. Fork the repository on GitHub\n2. Create a named feature branch (like `add_component_x`)\n3. Write your change\n4. Write tests for your change (if applicable)\n5. Run the tests, ensuring they all pass\n6. Submit a Pull Request using GitHub\n\nLicense and Authors\n-------------------\nAuthors: Kevin Landreth\n\nLicense: MIT (See LICENSE file)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftlayer%2Fchef-swftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftlayer%2Fchef-swftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftlayer%2Fchef-swftp/lists"}