diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-06 16:52:32 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-06 16:52:32 +0100 |
commit | 87ebdede17007b626b1275c66dde1e5aefd6cddc (patch) | |
tree | ce023bacfdbd1ba2e8321293dd0aee902a264e03 /doc/paths.md | |
parent | 8fd96b46e73a0e7f984305e487e383a471dfcf88 (diff) | |
download | jellything-87ebdede17007b626b1275c66dde1e5aefd6cddc.tar jellything-87ebdede17007b626b1275c66dde1e5aefd6cddc.tar.bz2 jellything-87ebdede17007b626b1275c66dde1e5aefd6cddc.tar.zst |
update book
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, |