Jellyfin Pseudo centralization service that makes it easier to search through content on multiple Jellyfin servers
Find a file
2026-03-09 18:35:11 +00:00
.vscode
backend added default user account 2026-03-08 19:45:47 +00:00
frontend fix incorrect url 2026-03-09 18:35:11 +00:00
pythonBackend/venv/bin don't look at me 2025-12-24 18:23:06 +00:00
Dockerfile fix(database): made sure the db folder exists for the docker container 2026-03-05 15:01:22 +00:00
Makefile idk a lot of changes for the admin stuff 2026-03-08 19:30:00 +00:00
README.md Updated readme with default login 2026-03-09 18:19:47 +00:00

JellyGlass

A "sInGle PaNe Of GlAs" for searching through content hosted across multiple jellyfin servers

Still somewhat WIP, but in a hopefully usable state :3

Included is a makefile so you can run make build to build the docker image, and make run to build and run the image locally

You can also use the image git.linuxposting.xyz/foxgirlriley/jellyglass:latest to deploy your own instance to docker! It exposes the port 5000 and stores it's data at /App/db. Example command docker run -d -p 5000:5000 git.linuxposting.xyz/foxgirlriley/jellyglass:latest. The default login is Admin and password (case sensitive).