Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add WireGuard VPS setup automation script #2810

Merged
merged 13 commits into from
Jan 22, 2025

Conversation

k0gen
Copy link
Member

@k0gen k0gen commented Jan 15, 2025

Adds a comprehensive wg-vps-setup.sh bash script that automates:

  • SSH key setup and authentication
  • WireGuard installation on remote VPS
  • Configuration download and import to NetworkManager
  • User-friendly CLI interface with validation
  • Detailed status messages and error handling
  • Instructions for exposing services via ACME/Let's Encrypt

k0gen added 3 commits January 15, 2025 16:27
Adds a comprehensive bash script that automates:
- SSH key setup and authentication
- WireGuard installation on remote VPS
- Configuration download and import to NetworkManager
- User-friendly CLI interface with validation
- Detailed status messages and error handling
- Instructions for exposing services via ACME/Let's Encrypt
Replaces echo with cat heredoc when writing to /etc/issue and /etc/issue.net to properly preserve escape sequences and prevent unwanted newlines in login prompts.
@k0gen k0gen requested a review from dr-bonez January 15, 2025 15:42
@k0gen k0gen added Enhancement New feature or request Networking labels Jan 15, 2025
@dr-bonez dr-bonez merged commit 2aaae52 into next/minor Jan 22, 2025
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Networking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants