{"id":20936194,"url":"https://github.com/jontze/cloudi-gen","last_synced_at":"2026-02-21T02:02:23.036Z","repository":{"id":200861569,"uuid":"706380257","full_name":"jontze/cloudi-gen","owner":"jontze","description":"CLI tool designed for generating cloud-init configurations to simplify the setup of cloud instances with custom settings such as user creation, SSH key imports from GitHub, package installation, and security enhancements.","archived":false,"fork":false,"pushed_at":"2026-02-05T20:43:14.000Z","size":422,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T05:23:47.021Z","etag":null,"topics":["cli","cloud","cloud-data","cloud-init","clouddata","cloudinit"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jontze.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-17T20:44:40.000Z","updated_at":"2026-02-05T20:43:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd19bbd9-4575-4501-a7c3-d3b32f3903d8","html_url":"https://github.com/jontze/cloudi-gen","commit_stats":{"total_commits":41,"total_committers":3,"mean_commits":"13.666666666666666","dds":0.3902439024390244,"last_synced_commit":"4e261fa2176c4f94d8c17de2ec81b79e6d444b8b"},"previous_names":["jontze/cloudi-gen"],"tags_count":76,"template":false,"template_full_name":null,"purl":"pkg:github/jontze/cloudi-gen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fcloudi-gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fcloudi-gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fcloudi-gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fcloudi-gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jontze","download_url":"https://codeload.github.com/jontze/cloudi-gen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fcloudi-gen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29671513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"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":["cli","cloud","cloud-data","cloud-init","clouddata","cloudinit"],"created_at":"2024-11-18T22:18:18.211Z","updated_at":"2026-02-21T02:02:23.021Z","avatar_url":"https://github.com/jontze.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudi-Gen\n\n`cloudi-gen` is a CLI tool that aids in the generation of cloud-init configurations, making it easier for you to set up cloud instances with your desired configurations.\n\n## Features\n\n1. **User Creation**: Easily create a user on your cloud instance with a specified username.\n2. **SSH Key Import from GitHub**: Import SSH keys directly from a GitHub handle, streamlining the setup process.\n3. **Package Installation**: Specify packages you want installed on your cloud instance right from the start.\n4. **Fail2Ban Configuration**: Enhance security with `fail2ban`. By default, it's installed, but you have the option to disable it.\n5. **SSH Configurations**: Customize SSH settings, including:\n   - Allowing/Disallowing SSH TCP tunneling.\n   - Allowing/Disallowing SSH X11 forwarding.\n   - Allowing/Disallowing SSH agent forwarding.\n6. **Pretty Print**: Get a neatly formatted output. By default, the output is machine-readable, but you can opt for a more human-friendly version.\n\n## Usage Example\n\n```bash\ncloudi-gen -u jontze -g jontze -p curl -p jq \u003e cloud-init.yml\n```\n\nWith this command:\n\n- A user named `jontze` will be created on the cloud instance\n- The SSH keys of the GitHub user `jontze` will be imported\n- The packages `curl` and `jq` will be installed\n- The cloud-init configuration will be saved to `cloud-init.yml`\n\n## Installation\n\n### From GitHub Releases\n\n1. Navigate to the [Releases](https://github.com/jontze/cloudi-gen/releases) section of the `cloudi-gen` GitHub repository.\n2. Download the appropriate executable for your operating system from the latest release.\n3. Save the downloaded executable to a directory that's in your system's PATH.\n4. Make the executable file runnable (for Linux/macOS users, you can use the command `chmod +x /path/to/cloudi-gen`).\n5. You can now run `cloudi-gen` from your terminal!\n\n### Compile from Source\n\nIf you have `cargo` installed, you can compile `cloudi-gen` from source:\n\n   ```bash\n   cargo install --git https://github.com/jontze/cloudi-gen\n   ```\n\nYou can now run `cloudi-gen` from your terminal!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjontze%2Fcloudi-gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjontze%2Fcloudi-gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjontze%2Fcloudi-gen/lists"}