Andreas Tsarida
Andreas Tsarida
@jaruba tried to contact you in discord with no success.
I tried this on box x64 and arm64 and server runs fine. not quite sure what is the difference. is this an image that you build yourself or you are...
This is not going to happen for now as I’m developing the project. If I no longer want to develop it then I can happily give it to Stremio. Ofc...
``` /srv/stremio-server # uname -a Linux 72ebd632444c 4.18.0-521.el8.x86_64 #1 SMP Mon Oct 30 18:21:17 UTC 2023 x86_64 Linux /srv/stremio-server # cat /etc/alpine-release 3.18.6 /srv/stremio-server # df --help BusyBox v1.36.1 (2023-11-06...
can you please check with latest ?
I added ``` # fix for incomptible df alias df="df -P" ``` to stremio-web-service-run.sh as you suggested. yes, Dockerfile has an if installing the package ``` # Add arch specific...
all builds in docker hub have x64 and other archs. https://hub.docker.com/r/tsaridas/stremio-docker/tags
and what does uname -m show inside your container ?
I tested on a physical n200 minipc which has alpine linux installed and it works fine (package installed). also tested on a virtual box vm and package is installed as...
I don't mind changing curl to retry and fail fast but the df issue is bothering me. I don't see how its possible that we have the same binaries and...