{"id":42767258,"url":"https://github.com/rmjhynes/dotfiles-devpod","last_synced_at":"2026-01-29T21:15:16.931Z","repository":{"id":331949139,"uuid":"977645009","full_name":"rmjhynes/dotfiles-devpod","owner":"rmjhynes","description":"A repo to setup a Devcontainer with the packages that I typically use.","archived":false,"fork":false,"pushed_at":"2026-01-11T19:41:36.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T22:08:04.604Z","etag":null,"topics":["devcontainer","devpod","dotfiles"],"latest_commit_sha":null,"homepage":"","language":null,"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/rmjhynes.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-05-04T17:09:44.000Z","updated_at":"2026-01-11T19:41:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rmjhynes/dotfiles-devpod","commit_stats":null,"previous_names":["rmjhynes/dotfiles-devpod"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rmjhynes/dotfiles-devpod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmjhynes%2Fdotfiles-devpod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmjhynes%2Fdotfiles-devpod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmjhynes%2Fdotfiles-devpod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmjhynes%2Fdotfiles-devpod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmjhynes","download_url":"https://codeload.github.com/rmjhynes/dotfiles-devpod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmjhynes%2Fdotfiles-devpod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28885324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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":["devcontainer","devpod","dotfiles"],"created_at":"2026-01-29T21:15:16.428Z","updated_at":"2026-01-29T21:15:16.927Z","avatar_url":"https://github.com/rmjhynes.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devcontainer Config\n_**Dev-Environment-as-Code**_\n\nA repo to setup a Dev Container with the tools that I typically use. This allows me to have a conistsent dev environment regardless of which Linux system I am using.\n\n## DevPod\n[Dev containers](https://containers.dev/) were designed to work with VSCode. Since I don't use VSCode on my personal machines and prefer to use Neovim, I needed a solution to run them without being locked into a vendor / IDE.\n\n[DevPod](https://devpod.sh/) is an open source tool for running dev containers with any IDE. It makes it very easy to SSH into the container so that you can use a terminal-based editor such as Neovim.\n\n## Usage\n```bash\ndevpod up . --dotfiles https://github.com/rmjhynes/dotfiles --dotfiles-script scripts/setup.sh\n```\n\n## Features\nDev containers have many [Features](https://containers.dev/features) available that you can use in place of packages. The following features are installed in my spec:\n- **aws-cli** - AWS Command Line Interface\n- **go** - Go programming language\n- **nix** - Nix package manager for additional packages as needed\n\n## Persistent Storage\nTo preserve data across container rebuilds, the following directories are mounted as Docker volumes:\n- `~/.ssh` - SSH keys and configuration\n- `~/.gnupg` - GPG keys and configuration\n- `~/repos` - Project repositories\n\n## k3s Access\nTo interact with k3s running on the host machine from inside the devcontainer:\n\n1. k3s is configured with the Docker bridge gateway as a TLS SAN — via the install script with this command: `sh /tmp/k3s-install.sh --tls-san {{ k3s_docker_bridge_gateway }}`.\n\n2. The devcontainer copies `~/.kube/config` to `~/.kube-devcontainer/config` and rewrites the server address from `127.0.0.1` to `172.17.0.1` (the Docker bridge gateway). The `KUBECONFIG` environment variable is set automatically via `remoteEnv`.\n\n3. The host's kubeconfig remains unchanged, so kubectl can still be used on the host if needed.\n\n## VSCode Configuration\nSince I do still use VSCode for larger projects, I have configured the settings and declared the extensions that I like in the `.devcontainer/devcontainer.json` spec.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmjhynes%2Fdotfiles-devpod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmjhynes%2Fdotfiles-devpod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmjhynes%2Fdotfiles-devpod/lists"}