* Documentation now reflects project's current state
Also putting alink to my page
This commit is contained in:
parent
f327d993c5
commit
1b9c9869fc
@ -1,6 +1,9 @@
|
|||||||
+++
|
+++
|
||||||
title = "Tell me more"
|
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?
|
# Like posting clips everywhere?
|
||||||
|
|
||||||
|
@ -4,9 +4,6 @@ title = "Configuring"
|
|||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
|
|
||||||
There are only two _optional_ environment variables to configure if
|
|
||||||
you wish to configure them at all.
|
|
||||||
|
|
||||||
* `CLIPS_DIR` : default = `/media/clips`
|
* `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.
|
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.
|
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
|
thumbs
|
||||||
├── funny
|
├── funny
|
||||||
@ -37,9 +40,9 @@ thumbs
|
|||||||
└── clip.mkv.jpg
|
└── 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.
|
This is generally used to configure the webserver itself and not much else.
|
||||||
|
|
||||||
|Option |Default Value|
|
|Option |Default Value|
|
||||||
|
Loading…
Reference in New Issue
Block a user