| Age | Commit message (Collapse) | Author |
|
Fix the link to the Jellyfin Project
|
|
The link with 'blob' specified in the URL doesn't work for the current version of unRaid. Switching it to 'tree' (which is where the 'blob' link resolves to) works fine.
Changes
Changed link referenced: https://github.com/jellyfin/jellyfin/blob/master/deployment/unraid/docker-templates
To this link: https://github.com/jellyfin/jellyfin/tree/master/deployment/unraid/docker-templates
Issues
Fixes template showing up in unRaid with the changes applied.
|
|
The link with 'blob' specified in the URL doesn't work for the current version of unRaid. Switching it to 'tree' (which is where the 'blob' link resolves to) works fine.
Changes
Changed link referenced: https://github.com/jellyfin/jellyfin/blob/master/deployment/unraid/docker-templates
To this link: https://github.com/jellyfin/jellyfin/tree/master/deployment/unraid/docker-templates
Issues
Fixes template showing up in unRaid with the changes applied.
|
|
|
|
Cache folder was not mounted outside of the Docker image since its separation from the config folder.
Config HostDir was only updated for consistency, previous directory was overridden by unraid into the appdata/appname folder anyway.
Name capitalization was corrected as this is only used by new installations & does not affect current installations/updates.
|
|
Logo was set to use emby, but binhex has since added the jellyfin logo.
|
|
|
|
Squashed commit.
|