-
Notifications
You must be signed in to change notification settings - Fork 3
add vps documentation #61
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
Merged
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
44ff1f1
add folders for vps documentation
halfcyan caefc26
add networking article
halfcyan c704878
add placeholder page.svx files
halfcyan ae007ac
working on more doc stuff
halfcyan 5623777
Merge branch 'main' into cypress/add-vps-docs
halfcyan 24ce698
add headers and ssh documentation
halfcyan a21c739
VPS docs are mostly done
halfcyan 41ff715
add networking documentation
halfcyan 84955bc
add vps docs layout
halfcyan 5409b52
update article titles
halfcyan 7076385
i forgot to update titles in one spot
halfcyan 49030e5
update reference
halfcyan 3ba8d5f
update order of docs
halfcyan e09bad8
clarify configuration order
halfcyan 05211fe
update firewall documentation
halfcyan 13bee77
update formatting
halfcyan ce0005d
spelling and grammar pass
halfcyan 69e7503
fuck those windows chuds lmaoooooo
halfcyan 168dd56
formatting i think
halfcyan 26ccb5c
fix articles section
halfcyan f12ec73
fix order
halfcyan 6f94404
separate updating permissions
halfcyan 88366db
update header sizes
halfcyan 387023b
fix code blocks because i was pissed off
halfcyan 1897bff
set up syntax highlighting
halfcyan 9b2b651
aaaaaaaaa
halfcyan 96edad6
revert adding networking
halfcyan c8dbbe1
forgot to remove comma
halfcyan aba9b35
added that using a source ip that you're not assigned will get you bl…
halfcyan 142ab69
remove conflicting change
halfcyan 29a4f69
formatting fixes
halfcyan 83399c7
clarify restart command for fedora vs. debian
halfcyan eefa3a3
change for consistency
halfcyan fd552d8
update directions to allow for sshd_config.d configs
halfcyan 9e4758c
update for consistency and accuracy
halfcyan 9b6ee75
update wording and format
halfcyan 5bad70a
Update src/routes/docs/vps/hardening/+page.svx
halfcyan b871aca
Update src/routes/docs/vps/hardening/+page.svx
halfcyan 1031279
Update src/routes/docs/vps/hardening/+page.svx
halfcyan b8937ef
Update src/routes/docs/vps/hardening/+page.svx
halfcyan 61bee14
Update src/routes/docs/vps/hardening/+page.svx
halfcyan 05f77db
Update src/routes/docs/vps/user-setup/+page.svx
halfcyan 50c8560
Update src/routes/docs/vps/user-setup/+page.svx
halfcyan e05750c
Update src/routes/docs/+page.svelte
halfcyan ebe3c2e
Update src/routes/docs/vps/user-setup/+page.svx
halfcyan fefdb25
Update src/routes/docs/+page.svelte
halfcyan faaacac
Update src/routes/docs/vps/hardening/+page.svx
halfcyan 5a33849
Update src/routes/docs/vps/hardening/+page.svx
halfcyan 1e59f47
Update src/routes/docs/vps/hardening/+page.svx
halfcyan 3250f13
Update src/routes/docs/vps/networking/+page.svx
halfcyan f6f48c6
Update src/routes/docs/vps/networking/+page.svx
halfcyan 5a34f0a
Update src/routes/docs/vps/ssh/+page.svx
halfcyan 1ddd031
Update src/routes/docs/vps/ssh/+page.svx
halfcyan eb4b2a7
Apply suggestions from code review
halfcyan cdc4685
rebase because i forgot to pull
halfcyan bd16e77
move docs prose to external file.
TheHeroBrine422 b3f697c
Merge branch 'cypress/add-vps-docs' of github.com:FyraStack/homepage …
TheHeroBrine422 e67e617
Merge branch 'main' into cypress/add-vps-docs
TheHeroBrine422 d5b0bbf
clarify instructions on adding ssh key
halfcyan e994e1b
add placeholder option instead of just soon
halfcyan fb7d41e
this should be soon still
halfcyan 291ac4a
info on how to exit nano
halfcyan 41409c0
add nixos
halfcyan e15007d
reference to nano
halfcyan e24c836
add support page
halfcyan 0511c76
fix breadcumbs
halfcyan 01751fe
missed a spot
halfcyan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| export const docsProseClass = [ | ||
| 'prose max-w-2xl prose-invert', | ||
| 'prose-headings:font-semibold prose-headings:tracking-tight', | ||
| 'prose-h1:mb-4 prose-h1:text-4xl prose-h1:text-fyra-gray-50', | ||
| 'prose-h2:mt-10 prose-h2:mb-3 prose-h2:text-xl prose-h2:text-fyra-gray-50', | ||
| 'prose-h3:mt-6 prose-h3:mb-1 prose-h3:text-lg prose-h3:font-semibold prose-h3:text-fyra-gray-200', | ||
| 'prose-h4:mt-4 prose-h4:mb-1 prose-h4:text-base prose-h4:font-semibold prose-h4:text-fyra-gray-300', | ||
| 'prose-p:text-sm prose-p:leading-relaxed prose-p:text-fyra-gray-400', | ||
| 'prose-a:font-medium prose-a:text-fyra-red-400 prose-a:no-underline prose-a:hover:text-fyra-red-300', | ||
| 'prose-strong:text-fyra-gray-200', | ||
| 'prose-code:rounded prose-code:bg-fyra-gray-800 prose-code:px-1.5 prose-code:py-0.5 prose-code:text-sm prose-code:font-normal prose-code:text-fyra-red-300 prose-code:before:content-none prose-code:after:content-none', | ||
| 'prose-pre:my-4 prose-pre:overflow-x-auto prose-pre:rounded-none prose-pre:border prose-pre:border-fyra-gray-700 prose-pre:bg-fyra-gray-950 prose-pre:px-4 prose-pre:py-3 prose-pre:text-fyra-gray-200', | ||
| '[&_pre_code]:block [&_pre_code]:bg-transparent [&_pre_code]:p-0 [&_pre_code]:text-inherit [&_pre_code]:before:content-none [&_pre_code]:after:content-none', | ||
| 'prose-li:text-sm prose-li:text-fyra-gray-400 prose-hr:my-8 prose-hr:border-fyra-gray-800' | ||
| ].join(' '); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| <script lang="ts"> | ||
| import { resolve } from '$app/paths'; | ||
| import { page } from '$app/stores'; | ||
| import { Icon } from '@steeze-ui/svelte-icon'; | ||
| import { ArrowLeft } from '@steeze-ui/carbon-icons'; | ||
| import { docsProseClass } from '$lib/docs-prose-class'; | ||
|
|
||
| const { children } = $props(); | ||
|
|
||
| const nav = [{ label: 'Contacting Support', href: '/docs/account-billing/support' }]; | ||
| </script> | ||
|
|
||
| <div class="border-b border-fyra-gray-800 px-6 py-3 lg:px-8"> | ||
| <nav class="flex items-center gap-2 text-xs text-fyra-gray-500"> | ||
| <a href={resolve('/docs')} class="transition-colors hover:text-fyra-gray-300">Docs</a> | ||
| <span>/</span> | ||
| <span class="text-fyra-gray-400">Account & Billing</span> | ||
| </nav> | ||
| </div> | ||
|
|
||
| <div class="flex min-h-screen divide-x divide-fyra-gray-800"> | ||
| <!-- Sidebar --> | ||
| <aside class="hidden w-56 shrink-0 lg:block"> | ||
| <div class="sticky top-0 px-6 py-8"> | ||
| <p class="mb-3 text-[10px] font-medium tracking-widest text-fyra-gray-500 uppercase"> | ||
| Account & Billing | ||
| </p> | ||
| <nav class="flex flex-col gap-0.5"> | ||
| {#each nav as item (item.href)} | ||
| <a | ||
| href={resolve(item.href)} | ||
| class="rounded-sm px-2 py-1.5 text-sm transition-colors {$page.url.pathname === | ||
| item.href | ||
| ? 'bg-fyra-gray-800 font-medium text-fyra-gray-50' | ||
| : 'text-fyra-gray-400 hover:text-fyra-gray-200'}" | ||
| > | ||
| {item.label} | ||
| </a> | ||
| {/each} | ||
| </nav> | ||
|
|
||
| <div class="mt-8 border-t border-fyra-gray-800 pt-6"> | ||
| <a | ||
| href={resolve('/docs')} | ||
| class="flex items-center gap-1.5 text-xs text-fyra-gray-500 transition-colors hover:text-fyra-gray-300" | ||
| > | ||
| <Icon src={ArrowLeft} class="h-3 w-3" aria-hidden="true" /> | ||
| All docs | ||
| </a> | ||
| </div> | ||
| </div> | ||
| </aside> | ||
|
|
||
| <!-- Content --> | ||
| <main class="min-w-0 flex-1 px-6 py-12 lg:px-12"> | ||
| <!-- Mobile nav --> | ||
| <div class="mb-8 lg:hidden"> | ||
| <p class="mb-2 text-[10px] font-medium tracking-widest text-fyra-gray-500 uppercase"> | ||
| Account & Billing | ||
| </p> | ||
| <nav class="flex flex-wrap gap-2"> | ||
| {#each nav as item (item.href)} | ||
| <a | ||
| href={resolve(item.href)} | ||
| class="border px-3 py-1 text-xs transition-colors {$page.url.pathname === item.href | ||
| ? 'border-fyra-red-500 text-fyra-gray-50' | ||
| : 'border-fyra-gray-700 text-fyra-gray-400 hover:border-fyra-gray-500 hover:text-fyra-gray-200'}" | ||
| > | ||
| {item.label} | ||
| </a> | ||
| {/each} | ||
| </nav> | ||
| </div> | ||
|
|
||
| <div class={docsProseClass}> | ||
| {@render children()} | ||
| </div> | ||
| </main> | ||
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| <svelte:head> | ||
| <title>Contacting Support | Fyra Stack Docs</title> | ||
| <meta name="description" content="Contact Fyra Stack support for any questions or issues with your account billing." /> | ||
| <link rel="canonical" href="https://fyrastack.com/docs/account-billing/support" /> | ||
| <meta property="og:title" content="Contacting Support | Fyra Stack Docs" /> | ||
| <meta property="og:description" content="Contact Fyra Stack support for any questions or issues with your account billing." /> | ||
| <meta property="og:image" content="https://fyrastack.com/logo.png" /> | ||
| <meta property="og:type" content="article" /> | ||
| <meta property="og:url" content="https://fyrastack.com/docs/account-billing/support" /> | ||
| <meta name="twitter:card" content="summary" /> | ||
| <meta name="twitter:title" content="Contacting Support | Fyra Stack Docs" /> | ||
| <meta name="twitter:description" content="Contact Fyra Stack support for any questions or issues with your account billing." /> | ||
| <meta name="twitter:image" content="https://fyrastack.com/logo.png" /> | ||
| </svelte:head> | ||
|
|
||
| # Contacting Support | ||
|
|
||
| Thanks for using Fyra Stack! | ||
|
|
||
| Currently, you can contact support by emailing [support@fyrastack.com](mailto:support@fyrastack.com). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.