diff --git a/README.md b/README.md index c6ca1e9..fcc7537 100644 --- a/README.md +++ b/README.md @@ -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? \ No newline at end of file +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` \ No newline at end of file