plex-rewind icon indicating copy to clipboard operation
plex-rewind copied to clipboard

Publish Docker image

Open RaunoT opened this issue 2 years ago • 3 comments

We should consider publishing an already built Docker image instead of having the user build it.

RaunoT avatar Dec 24 '23 07:12 RaunoT

You might also want to consider using the Github Container Registry

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry

NLZ avatar Dec 24 '23 15:12 NLZ

I think we'll also need to create some sort of config screen to allow the admin to set the values that are currently set in the .env file. Wondering regarding the best implementation. The easiest would probably be creating some sort of database and storing them there?

RaunoT avatar Dec 25 '23 15:12 RaunoT

Unsure how to handle SSR, generateStaticParams and other build optimizations when using a published (built) Docker image. We need to have the relevant API keys etc. at build time for this. If anyone has any ideas regarding this, I'm open to suggestions. Wonder how overseerr and similar tools using Next.js solve this?

RaunoT avatar Dec 29 '23 16:12 RaunoT

Could you add a "latest" tagged Docker image? Most applications dealing with Docker containers assume "latest" if a specific tag isn't provided.

nwithan8 avatar Jul 14 '24 18:07 nwithan8

Could you add a "latest" tagged Docker image? Most applications dealing with Docker containers assume "latest" if a specific tag isn't provided.

Good point, re-opening this.

RaunoT avatar Jul 15 '24 07:07 RaunoT

Could it be possible to make it available for arm64 too? I've tried it on a raspberry pi before so I know it's compatible, having an image built for arm64 would be great! Thank you!

phampyk avatar Jul 16 '24 02:07 phampyk

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

RaunoT avatar Jul 16 '24 11:07 RaunoT