jellyfin / jellyfin-vue

A modern web client for Jellyfin based on Vue
https://jellyfin.org
GNU General Public License v3.0
1.29k stars 229 forks source link

What are the names of the directories that the docker version saves to? #584

Closed Bitwolfies closed 3 years ago

Bitwolfies commented 3 years ago

Would like to be able to configure where the folders are stored, normal Jellyfin used /config /media /cache as noted here. https://jellyfin.org/docs/general/administration/installing.html#docker

Just wondering what this uses, and if it can be documented. (Although I suppose this will all be irrelevant once merged with core.)

heyhippari commented 3 years ago

The docker container for the Vue client contains only the Vue client itself. You'll need a separate container for Jellyfin itself.

Currently, this client doesn't store anything, so there's no need to mount any volume.

Bitwolfies commented 3 years ago

The docker container for the Vue client contains only the Vue client itself. You'll need a separate container for Jellyfin itself.

Oh I know, i've been using it since the container first released.

Currently, this client doesn't store anything, so there's no need to mount any volume.

Gotcha, thanks!