Appearance
ADR 0007: Decommissioning Obsolete Remote Tools
Status
Accepted
Context
The VPS had Tailscale and Windsurf Remote (Code-Server) installed. Tailscale was used for a private network that is no longer required, and Windsurf Remote was an obsolete installation that potentially consumed resources or posed a security surface.
Decision
- Completely uninstall Tailscale from the VPS.
- Surgically remove all Windsurf Remote / Code-Server artifacts (Binaries in
/usr/local/lib, Symlinks in/usr/local/bin, and Configs in/root/.config). - Clean up associated firewall rules.
Consequences
- Pros:
- Reduced attack surface.
- Reclaimed disk space and simplified system state.
- Elimination of network conflicts caused by redundant VPN layers.
- Cons:
- Manual remote access is now strictly limited to standard SSH on Port 22.