12
Standard theme with custom accent color
(gitlab.com)
Current stable release: 10.10.0
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
You should put it in Jellyfin web's root folder (paths are relative to it). In the official container it's
/jellyfin/jellyfin-web
.Then you just
@import "theme.css";
.Where on my host filesystem is
/jellyfin/jellyfin-web
? I am using the official container image. Is that somewhere within/config
or something?It's a path inside the container, but not inside
/config
. You should mount the file like this:Great, that worked! Thanks.