diff options
Diffstat (limited to 'doc/paths.md')
-rw-r--r-- | doc/paths.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/paths.md b/doc/paths.md index 4bbd2ef..da6b763 100644 --- a/doc/paths.md +++ b/doc/paths.md @@ -1,7 +1,7 @@ # Paths -- **media_path**: All your media (videos, movies, etc.) lives here. Jellything - will only require read-only access to this directory. +- **media_path**: All your media (videos, movies, etc.) and import flags live + here. Jellything will only require read-only access to this directory. - **asset_path**: Static assets for the page. This includes fallback images, fonts and the front page. Used read-only. - `error.avif`: Used when images cant be displayed because of an error. This @@ -15,8 +15,6 @@ - `fonts/material-icons.woff2` Material Icons Font. Get this from online. - **database_path**: The database stores all imported nodes, user accound and such. Write access required. -- **library_path**: This directory structure contains instructions for importing - your media. - **temp_path**: Where to place short-lived files. Write access required. Can be in volatile memory (e.g. /tmp). - **cache_path**: In here jellything will place dozens of transcoded imagery, |