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 […]
Weiterlesen...