I FW these docs lowkey

This commit is contained in:
Captain Jack Sparrow 2024-04-26 17:38:28 +00:00
parent e4c413052f
commit d4b0708015
6 changed files with 16 additions and 3 deletions

View File

@ -1,7 +1,7 @@
.logo {
border-radius: 5px;
border-radius: 0.6rem;
margin-left: -0.5rem;
padding: 0.5rem;
padding: 0.65rem;
transition: transform 100ms ease-in-out, background-color 100ms ease-in-out;
}

View File

@ -6,6 +6,8 @@ title: 'Browser extension'
The sudo-flix browser extension greatly enhances streaming quality and video availability, meaning it will be easier and faster than ever to watch high quality media right in your browser.
---
## Loading a CRX file
<Steps>

View File

@ -4,12 +4,17 @@ import {
CardGrid,
GuiderLayout,
Hero,
Frame,
} from '@neato/guider/client';
import logoUrl from '../public/transparent-logo.png';
export default function LandingPage() {
return (
<GuiderLayout meta={{ layout: 'page' }}>
<Hero>
<div style={{ paddingBottom: '2em'}}>
<img src={logoUrl.src} alt="Logo of sudo-flix" />
</div>
<Hero.Title>sudo-flix</Hero.Title>
<Hero.Subtitle>
A simple and no-BS app for watching movies and TV shows. Totally free

View File

@ -11,6 +11,8 @@ title: 'Start self-hosting'
Since sudo-flix has many different components, there are a few configurations of how you can host it. Each of these configurations has their own benefits, whether that be having complete control over your data or customizing your experience.
**If you don't know what to choose, go with [method 1.](#method-1-only-host-the-frontend)**
---
## Method 1 - Only host the frontend
With this method, you only host the essential parts that make sudo-flix work. But keep using the account server from official sudo-flix.
@ -19,6 +21,8 @@ This method is the easiest to self-host and is recommended for most users.
1. [Set up the Proxy!](../proxy/deploy.mdx)
2. [Set up the Client!](../client/deploy.mdx)
---
## Method 2 - Only host the account server
If you want to own your own data, it's possible to self-host just the account server and nothing else.
@ -27,6 +31,8 @@ This method is only recommended if you have experience hosting databases or othe
1. [Set up the Backend!](../backend/deploy.mdx)
2. [Configure the Client!](../client/deploy.mdx)
---
## Method 3 - Host everything
If you want an instance that's completely isolated from the official sudo-flix. You can self-host all of the parts yourself, though this method is not recommended for inexperienced hosters.

BIN
public/transparent-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -65,7 +65,7 @@ export default defineTheme({
"line": "#37334C",
"text": "#8C899A",
"textLighter": "#A6A4AE",
"textHighlight": "#fff"
"textHighlight": "#FFF"
},
},
directories: [