{"id":39113812,"url":"https://github.com/valiot/transfer-helper","last_synced_at":"2026-01-17T20:01:24.017Z","repository":{"id":315352501,"uuid":"1050521385","full_name":"valiot/transfer-helper","owner":"valiot","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-09T00:12:12.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-23T14:58:13.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valiot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-09-04T14:46:54.000Z","updated_at":"2025-09-09T00:12:15.000Z","dependencies_parsed_at":"2025-09-18T05:57:11.296Z","dependency_job_id":"07561cf7-4be5-4040-b02c-01e600bae3f7","html_url":"https://github.com/valiot/transfer-helper","commit_stats":null,"previous_names":["valiot/transfer-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valiot/transfer-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Ftransfer-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Ftransfer-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Ftransfer-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Ftransfer-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valiot","download_url":"https://codeload.github.com/valiot/transfer-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Ftransfer-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28517429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-17T20:01:21.454Z","updated_at":"2026-01-17T20:01:23.989Z","avatar_url":"https://github.com/valiot.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# transfer-helper\n\nSimple one-shot provisioning script for a fresh Ubuntu 22.04 (root) environment. Installs Docker Engine, kubectl, doctl, linode-cli, boto3, Oh My Zsh, and supporting CLI tools. Also generates an Ed25519 SSH key and prints its public part.\n\n## Quick Start (run as root)\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/valiot/transfer-helper/refs/heads/main/install.sh | bash\n```\n\nIf you are not root, prepend `sudo`:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/valiot/transfer-helper/refs/heads/main/install.sh | sudo bash\n```\n\n## What It Does\n\n- Updates and upgrades existing apt packages\n- Installs: zsh, mosh, postgresql-client, ruby, git, jq, pipx, python tooling\n- Removes legacy Docker-related packages, adds Docker’s official repo, installs Docker Engine + Buildx + Compose plugin\n- Installs kubectl (latest stable)\n- Installs DigitalOcean `doctl` (via snap if available, else tarball) and connects common interfaces\n- Installs `linode-cli` and `boto3` via pipx\n- Installs Oh My Zsh (non-interactive) and sets zsh as default shell for root\n- Adds a helper function `lke-save` to merge Linode LKE kubeconfigs\n- Creates `~/.kube` and ensures secure permissions\n- Generates an Ed25519 SSH key at `/root/.ssh/id_ed25519` if absent and prints the public key\n- Provides a summary of versions at the end\n\n## Idempotency\n\nRe-running the script is safe: it skips steps already completed (e.g., existing Docker keyring, kubectl, doctl, Oh My Zsh, SSH key, and `lke-save` function).\n\n## After Installation\n\n- Start a new shell or run: `exec zsh`\n- Copy the printed public SSH key to any services that require it\n- Use `lke-save \u003ccluster-label\u003e` to merge an LKE cluster kubeconfig into your main kubeconfig\n\n## Notes\n\n- Script assumes Ubuntu 22.04; a warning is shown if a different version is detected.\n- Must run as root (or via sudo) because it installs system packages and modifies root’s shell.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaliot%2Ftransfer-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaliot%2Ftransfer-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaliot%2Ftransfer-helper/lists"}