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

installing on unraid #44

Open
Artiom97es opened this issue Nov 28, 2024 · 2 comments
Open

installing on unraid #44

Artiom97es opened this issue Nov 28, 2024 · 2 comments

Comments

@Artiom97es
Copy link

sadly its not avalible on unraid comunnity apps
so
i tried this:
services:
stremio-server:
image: stremio/server
container_name: stremio-server
environment:

  • FFMPEG_BIN=/usr/local/bin/ffmpeg
  • FFPROBE_BIN=/usr/local/bin/ffprobe
  • APP_PATH=/config
    ports:
  • 8080:8080
  • 11470:11470
    volumes:
  • /mnt/user/appdata/stremio:/config
  • /mnt/user/Descargas/Peliculas:/Peliculas
  • /mnt/user/Descargas/Series:/Series
    restart: unless-stopped
    runtime: nvidia
    deploy:
    resources:
    reservations:
    devices:
  • driver: nvidia
    count: all
    capabilities: [gpu]
    but something is not working, eg library empty
    its so hard to me to make it work on unraid
@Artiom97es
Copy link
Author

btw im using "Compose Manager" to make this possible

@Artiom97es
Copy link
Author

tried add this:

'/mnt/user/appdata/stremio':'/root/.stremio-server':'rw'
'/mnt/user/Descargas/Peliculas/Español/':'/data/peliculasEspañol':'rw'
'/mnt/user/Descargas/Peliculas/Ingles/':'/data/peliculasIngles':'rw'
--device='/dev/nvidia0'
--device='/dev/dri/'
--device='/dev/nvidiactl'
--device='/dev/nvidia-uvm'
--device='/dev/nvidia-uvm-tools'
--restart unless-stopped
--runtime=nvidia
same proble, library empty

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

No branches or pull requests

1 participant