* Documentation now reflects project's current state

Also putting alink to my  page
This commit is contained in:
shockrah 2021-10-23 00:14:41 -07:00
parent f327d993c5
commit 1b9c9869fc
2 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,9 @@
+++
title = "Tell me more"
+++
> *Why don't I show you instead*
Check my personal instance here: [clips.shockrah.xyz](https://clips.shockrah.xyz)
# Like posting clips everywhere?

View File

@ -4,9 +4,6 @@ title = "Configuring"
# Environment Variables
There are only two _optional_ environment variables to configure if
you wish to configure them at all.
* `CLIPS_DIR` : default = `/media/clips`
This is the root directory for all clips that you intend on serving; it will have a structure similar to this example one.
@ -25,6 +22,12 @@ vids
This is the root directory for all clips that you intend on serving; it will have a structure similar to this example one.
* `SITE_NAME`: default = `Clippable`
* `SITE_DESC`: default = `Short Clips`
* `SITE_URL`: default = `#`
```
thumbs
├── funny
@ -37,9 +40,9 @@ thumbs
└── clip.mkv.jpg
```
# rocket.toml
# Rocket.toml
Below is a list of options and their default values in the provided `rocket.toml` file.
Below is a list of options and their default values in the provided `Rocket.toml` file.
This is generally used to configure the webserver itself and not much else.
|Option |Default Value|