AmiTube Docker Server
I created a docker container which contains everything you need for an AmiTube Server, including Apache2, PHP, yt-dlp and all the script you need.
All you need to get it, is to start:
docker pull alb42/amitubeserver
on your linux box with docker installed
and then to start the actual docker container:
docker run -p 1234:80 alb42/amitubeserver
here the 1234 is just as example the port you want to have the server running on (of 80 is free of course you can also use -p 80:80). Then go to your AmiTube icon and add the SERVERURL= parameter for example
SERVERURL=http://192.168.0.234:1234
An voila it should work
dont work on rpi đ
obviously.. its for x86_64 not for arm processors
got this running on linux but it seems the box wont do.
i always get a 500 error : Error Donwloading File: Unexpected response status code 500 in amitube but the server is running on linuxbox, amifox docker works. do it need any codecs or special rights to download for me ?
hmm you can log into the docker and check for the logs
docker exec amitubeserver tail /var/log/amitube/nginx-error.log
my guess is that there is not enough space on your HD to create the movies or something like that