Updated readme

This commit is contained in:
Fishandchips321 2026-03-08 20:10:55 +00:00
parent 6eb863f638
commit ea0799bb40

View file

@ -1,11 +1,8 @@
# JellyGlass
A "sInGle PaNe Of GlAs" for searching through content hosted across multiple jellyfin servers
Still WIP but would appreciate contributions ^w^ send me a message and I can let you know how I plan this to work
Still somewhat WIP, but in a hopefully usable state :3
## Things to figure out:
- How much to cache (e.g. just libraries, series/movies for each library, episodes for each series, etc.)
- How to redirect users to the specific series/movie/episode on the chosen jellyfin instance
- How to manage stuff/admin stuff (management interface?)
- Do we require users to login to view the media?
- How would we handle this? SSO?
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`