AmiTube Docker Server

Posted by ALB42 on 23. Januar 20224 Comments

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

4 comments to "AmiTube Docker Server"

  1. Mike Swat sagt:

    dont work on rpi 🙁

  2. Mike Swat sagt:

    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 ?

    • ALB42 sagt:

      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

Schreibe einen Kommentar zu Mike Swat Antworten abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert