{"id":35587247,"url":"https://github.com/homestak-dev/bootstrap","last_synced_at":"2026-03-07T06:09:07.120Z","repository":{"id":331704447,"uuid":"1127851055","full_name":"homestak-dev/bootstrap","owner":"homestak-dev","description":"Homestak entry point - curl|bash setup for Proxmox IAC","archived":false,"fork":false,"pushed_at":"2026-03-02T01:23:51.000Z","size":224,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-02T04:45:56.275Z","etag":null,"topics":["homelab","infrastructure-as-code","installer","proxmox"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/homestak-dev.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":"2026-01-04T18:04:17.000Z","updated_at":"2026-03-02T01:23:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/homestak-dev/bootstrap","commit_stats":null,"previous_names":["homestak-dev/bootstrap"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/homestak-dev/bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fbootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fbootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fbootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fbootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/homestak-dev","download_url":"https://codeload.github.com/homestak-dev/bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homestak-dev%2Fbootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"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":["homelab","infrastructure-as-code","installer","proxmox"],"created_at":"2026-01-04T22:16:12.556Z","updated_at":"2026-03-07T06:09:07.091Z","avatar_url":"https://github.com/homestak-dev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homestak Bootstrap\n\nOne-command setup for Proxmox infrastructure-as-code.\n\n## Quick Start\n\n```bash\n# 1. Bootstrap (creates homestak user, clones repos)\ncurl -fsSL https://raw.githubusercontent.com/homestak-dev/bootstrap/master/install.sh | sudo bash\n\n# 2. Switch to homestak user (all subsequent commands run as homestak)\nsudo -iu homestak\n\n# 3. Configure site defaults for your network\nvi ~/etc/site.yaml\n# Required: defaults.gateway, defaults.dns_servers\n# Optional: defaults.domain (e.g., home.arpa)\n\n# 4. Initialize site configuration (generates host config, SSH key)\nhomestak site-init\n\n# 5. Install PVE + configure host (generates API token, signing key, node config)\n# Note: On fresh Debian, pve-setup reboots after kernel install.\n#       After reboot: sudo -iu homestak, then re-run homestak pve-setup\nhomestak pve-setup\n\n# 6. Download and publish packer images\nhomestak images download all --publish\n```\n\nYour host is now ready to provision VMs:\n\n```bash\ncd ~/lib/iac-driver\n./run.sh manifest apply -M n1-push -H $(hostname -s) --verbose\n```\n\n## Usage\n\nAll `homestak` commands run as the `homestak` user:\n\n```bash\nsudo -iu homestak\n\nhomestak status                        # Check installation\nhomestak pve-setup                     # Configure PVE host\nhomestak images download all --publish # Download and publish packer images\nhomestak install packer                # Install optional modules\nhomestak update                        # Update all repos\n```\n\n## Options\n\nSet environment variables before piping to bash:\n\n```bash\n# Use a different branch\ncurl ... | HOMESTAK_BRANCH=develop sudo bash\n\n# Bootstrap and immediately run pve-setup\ncurl ... | HOMESTAK_APPLY=pve-setup sudo bash\n```\n\n## What Gets Installed\n\n**Code repos** (`~homestak/lib/`):\n- `bootstrap/` - CLI and installer\n- `ansible/` - Playbooks and roles\n- `iac-driver/` - Orchestration engine\n- `tofu/` - VM provisioning with OpenTofu\n\n**Configuration** (`~homestak/etc/`):\n- `site-config/` contents - secrets, hosts, nodes, manifests\n\n**CLI:**\n- `~homestak/bin/homestak`\n\n**Optional:**\n- `packer/` - Image building (install via `homestak install packer`)\n\n## Requirements\n\n- Proxmox VE 8.x (or Debian 12/13 for pve-install)\n- Root access (for initial bootstrap)\n- Internet connection (for initial clone)\n\n## License\n\nApache 2.0 - See [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomestak-dev%2Fbootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomestak-dev%2Fbootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomestak-dev%2Fbootstrap/lists"}