Google Drive List
wget --no-check-certificate -qO- https://raw.githubusercontent.com/reruin/gdlist/master/install.sh | bashdocker build -t yourname/gdlist .
docker run -d -v /etc/gdlist:/app/config -p 33001:33001 --name="gdlist" yourname/gdlistOR
docker-compose upIt will be available at: http://localhost:33001