add vps documentation#61
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
stack-homepage | d5b0bbf | Commit Preview URL Branch Preview URL |
Jun 27 2026, 09:30 PM |
|
also see #60 |
|
@halfcyan you might need to change some of the hardening docs due to https://github.com/FyraStack/dashboard/commit/6a61c4ad2a7d2f57547f25e7bb9835a273d2d516 If you don't set an ssh key now, the following two files are set in the file system and im not sure how the drop in sshd_config files interact with the main sshd_config file. /etc/ssh/sshd_config.d/50-cloud-init.conf /etc/ssh/sshd_config.d/50-enable-root-password.conf if an ssh key is set, 50-cloud-init.conf is still created, but with PasswordAuthentication set to "no". |
There was a problem hiding this comment.
yeah but idk how to move the changes over there.. can i use git diff or something?
There was a problem hiding this comment.
id probably just copy the changes to a file outside of the repo, push a commit to this branch without the changes, switch over to colo branch, copy the changes back in, do another commit
| { label: 'VPS Networking', href: '/docs/vps/networking' } | ||
| ]; | ||
|
|
||
| const docsProseClass = [ |
There was a problem hiding this comment.
if this is used in colocation and here, would it be better to just have it in one shared file somewhere?
There was a problem hiding this comment.
yeah, but idk how to do that honestly
There was a problem hiding this comment.
I can probably just do it, plus you need to fix this for my merge conflict anyway since its related. want me to just push a commit to this branch to fix it?
There was a problem hiding this comment.
that'd be great actually
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Co-authored-by: nothingneko <me@jaiden.sh>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
…into cypress/add-vps-docs
No description provided.