2024-06-30, 08:29 AM
Thanks all!
Efficient_Good_5784, are you able to post the content of your "data" folder? I think that might be the cause of my issues.
Here is mine in reference to comments below: https://imgur.com/a/gDDBGnm
I see your top level config folder (docker/JellyfinConfigTarget/config) has the four folders below included:
1: metadata
2: plugins
3: root
4: transcodes
These folders originally lived inside my "data" folder (one level deep), and inside of the data folder, was another folder called "data", which contains "attachments", "collections" "keyframes", "playlists" etc.
Do I need to move the metadata, plugins, root, transcodes folder up into the config folder?
Do I need to make it so I don't have nested data folders?
I've tried building my project 3 times now (each time wiping out cache / config and retrying), the docker build works, jellyfin loads, but I'm unable to login with any account sadly (forgot password also fails). The below is my docker compose file.
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1028
- GUID=100
- TZ=America/Chicago
volumes:
- /volume1/docker/Jellyfin/JellyfinConfigTarget/cache
cache:rw
- /volume1/docker/Jellyfin/JellyfinConfigTarget/config
config:rw
- /volume1/Jellyfin
Jellyfin:rw
devices:
- /dev/dri/renderD128
dev/dri/renderD128
network_mode: host
restart: unless-stopped
I'm starting to think it might not be doable because the folders / files are all organized differently than default Jellyfin docker.
Efficient_Good_5784, are you able to post the content of your "data" folder? I think that might be the cause of my issues.
Here is mine in reference to comments below: https://imgur.com/a/gDDBGnm
I see your top level config folder (docker/JellyfinConfigTarget/config) has the four folders below included:
1: metadata
2: plugins
3: root
4: transcodes
These folders originally lived inside my "data" folder (one level deep), and inside of the data folder, was another folder called "data", which contains "attachments", "collections" "keyframes", "playlists" etc.
Do I need to move the metadata, plugins, root, transcodes folder up into the config folder?
Do I need to make it so I don't have nested data folders?
I've tried building my project 3 times now (each time wiping out cache / config and retrying), the docker build works, jellyfin loads, but I'm unable to login with any account sadly (forgot password also fails). The below is my docker compose file.
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1028
- GUID=100
- TZ=America/Chicago
volumes:
- /volume1/docker/Jellyfin/JellyfinConfigTarget/cache

- /volume1/docker/Jellyfin/JellyfinConfigTarget/config

- /volume1/Jellyfin

devices:
- /dev/dri/renderD128

network_mode: host
restart: unless-stopped
I'm starting to think it might not be doable because the folders / files are all organized differently than default Jellyfin docker.