Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Support #45

Closed
skhalid93 opened this issue Aug 11, 2023 · 8 comments · Fixed by #69
Closed

Linux Support #45

skhalid93 opened this issue Aug 11, 2023 · 8 comments · Fixed by #69

Comments

@skhalid93
Copy link

Will this have any support outside of docker? As of this moment only see one installation method which is through docker.

@TomFaulkner
Copy link

I'm not a contributor here, but you could follow the commands from the Dockerfile to install it locally on Linux.

@skhalid93
Copy link
Author

Just did.

git clone https://github.com/aleksilassila/reiverr.git
cd reiverr
pnpm install
pnpm run build
pnpm run dev

Create .env file:

Fill in the blanks and change the base URLs to match your setup.

PUBLIC_RADARR_API_KEY=yourapikeyhere
PUBLIC_RADARR_BASE_URL=http://127.0.0.1:7878

PUBLIC_SONARR_API_KEY=yourapikeyhere
PUBLIC_SONARR_BASE_URL=http://127.0.0.1:8989

PUBLIC_JELLYFIN_API_KEY=yourapikeyhere
PUBLIC_JELLYFIN_URL=http://127.0.0.1:8096

@aleksilassila
Copy link
Owner

That should work, you could also clone the project and remove the amd64 platform flag from the Dockerfile to build for your platform from source. If anyone knows a proper solution to supporting multiple platforms with a single image, let me know

@Klubas
Copy link

Klubas commented Aug 14, 2023

@aleksilassila it's possible, just a bit tricky https://docs.docker.com/build/building/multi-platform/

@fabricionaweb
Copy link
Contributor

@skhalid93 Does it make sense to suggest npm instead of pnpm? Im saying it because the project is using npm and it have the package-lock.json.

@aleksilassila Do you think it would be handy have it at README as well?

@aleksilassila
Copy link
Owner

Sure, I can add it to the README.

@fabricionaweb
Copy link
Contributor

Sure, I can add it to the README.

Do you mind if I contribuite to this one? I have few suggestions :)

@aleksilassila
Copy link
Owner

Sure, go ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants