Add a FileTree component and convert every directory tree to it

This commit is contained in:
Djeex
2026-09-02 23:02:17 +02:00
parent 940096b2b1
commit 54edbae731
29 changed files with 553 additions and 329 deletions
+16 -13
View File
@@ -26,19 +26,22 @@ Unlike Plex, Jellyfin has no cloud relay: to access your server outside your loc
::
## Install Jellyfin
Folder structure:
```text [Directory tree]
root
├── docker
│ └── jellyfin
│ ├── compose.yaml
│ ├── .env
│ └── config
└── media
├── tvseries
├── movies
└── library
```
::file-tree
---
tree:
/:
- docker:
- jellyfin:
- compose.yaml
- .env
- config/
- media:
- tvseries/
- movies/
- library/
---
::
Create the `movies`, `tvseries`, and `library` folders in `/media`: