Skip to content

rename: vps-bootstrap legacy references to vpskit#5

Merged
mariusdjen merged 1 commit into
mainfrom
rename/vps-bootstrap-to-vpskit
Apr 14, 2026
Merged

rename: vps-bootstrap legacy references to vpskit#5
mariusdjen merged 1 commit into
mainfrom
rename/vps-bootstrap-to-vpskit

Conversation

@mariusdjen

Copy link
Copy Markdown
Owner

The project was renamed from vps-bootstrap to vpskit but several legacy names remained: the local session file, the remote progress file, ssh-keygen key comment, user-facing messages, and a few doc references.

Rename everything to vpskit and migrate existing users transparently:

  • Local session: ~/.ssh/.vps-bootstrap-local -> ~/.ssh/.vpskit-local
  • Remote progress: /root/.vps-bootstrap-progress -> /root/.vpskit-progress
  • On first run, each script moves the legacy file to the new name if the new one does not exist yet, so users with an existing session lose nothing.
  • New SSH keys generated by setup.sh now use "vpskit" as the comment instead of "vps-bootstrap".
  • User-facing messages in fr/en lang files updated.
  • SSH key selection still excludes both .vps-bootstrap* and .vpskit* so legacy artifacts stay hidden during cleanup.
  • SECURITY.md and docs/architecture.md file paths updated.
  • Stale setup.sh curl usage URL pointed back at the vpskit repo.

The project was renamed from vps-bootstrap to vpskit but several
legacy names remained: the local session file, the remote progress
file, ssh-keygen key comment, user-facing messages, and a few doc
references.

Rename everything to vpskit and migrate existing users
transparently:

- Local session: ~/.ssh/.vps-bootstrap-local -> ~/.ssh/.vpskit-local
- Remote progress: /root/.vps-bootstrap-progress -> /root/.vpskit-progress
- On first run, each script moves the legacy file to the new name
  if the new one does not exist yet, so users with an existing
  session lose nothing.
- New SSH keys generated by setup.sh now use "vpskit" as the
  comment instead of "vps-bootstrap".
- User-facing messages in fr/en lang files updated.
- SSH key selection still excludes both .vps-bootstrap* and
  .vpskit* so legacy artifacts stay hidden during cleanup.
- SECURITY.md and docs/architecture.md file paths updated.
- Stale setup.sh curl usage URL pointed back at the vpskit repo.
@mariusdjen
mariusdjen merged commit dac6022 into main Apr 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant