aleksilassila / reiverr

Reiverr is a clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr
GNU Affero General Public License v3.0
1.45k stars 44 forks source link

feat: Add manual instructions to README #69

Closed fabricionaweb closed 1 year ago

fabricionaweb commented 1 year ago

Svelte docs suggest us to use dotenv dependency to load from the .env file https://kit.svelte.dev/docs/adapter-node#environment-variables

I followed the steps similar to the Dockerfile, I just mention the v18.14.0 because it is the first version to comes with NPM 9 (which uses the lock-file 3) so that may keep things more consistent and error prone.

I also splitted the Docker instructions in two, as I think not everyone needs compose.

This may closes #45 but yet people needs to built their own daemon... Maybe another MR I can add some daemon examples like Systemd and OpenRC

aleksilassila commented 1 year ago

Lmk when this is ready and I'll review and merge 👍

fabricionaweb commented 1 year ago

Its ready... the --restart on docker cli is optional, idk if worth to present it but I left to be similar to compose... there is also the -d to run in background that maybe can be added to the cli command, not sure but you decided what is better :D