Updated readme
This commit is contained in:
parent
6eb863f638
commit
ea0799bb40
1 changed files with 4 additions and 7 deletions
11
README.md
11
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?
|
||||
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`
|
||||
Loading…
Add table
Add a link
Reference in a new issue