{"id":17682286,"url":"https://github.com/aquaflamingo/dokku-ruby","last_synced_at":"2025-10-03T19:33:31.466Z","repository":{"id":56844332,"uuid":"287034176","full_name":"aquaflamingo/dokku-ruby","owner":"aquaflamingo","description":"Simple Dokku API in Ruby","archived":false,"fork":false,"pushed_at":"2020-08-15T04:37:23.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T13:56:31.802Z","etag":null,"topics":["dokku","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/aquaflamingo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-12T14:23:15.000Z","updated_at":"2021-08-20T17:30:17.000Z","dependencies_parsed_at":"2022-08-26T16:00:35.223Z","dependency_job_id":null,"html_url":"https://github.com/aquaflamingo/dokku-ruby","commit_stats":null,"previous_names":["robertsimoes/dokku-ruby"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquaflamingo%2Fdokku-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquaflamingo%2Fdokku-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquaflamingo%2Fdokku-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquaflamingo%2Fdokku-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aquaflamingo","download_url":"https://codeload.github.com/aquaflamingo/dokku-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246366393,"owners_count":20765673,"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":["dokku","ruby"],"created_at":"2024-10-24T09:13:26.058Z","updated_at":"2025-10-03T19:33:31.461Z","avatar_url":"https://github.com/aquaflamingo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dokku::Ruby\n\nSmall [Dokku](https://github.com/dokku/dokku) API for Ruby over SSHKit.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'dokku-ruby'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install dokku-ruby\n\n## Usage\n\nConfigure the Dokku client with desired set user, host and ssh options.\n\n```\nDokku.config do |c|\n  c.user = 'root'\n  c.host = 'tradingbotplatformbook.com'\n  c.ssh_options = { keys: '~/.ssh/id_trading_platform' }\nend\n```\n\nStart a session, use the yielded block argument's DSL to create, delete and set environments for Dokku apps\n```\nDokku.start_session! do |d|\n  d.create!('app')\nend\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquaflamingo%2Fdokku-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquaflamingo%2Fdokku-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquaflamingo%2Fdokku-ruby/lists"}