Skip to content

5665750/gdlist

 
 

Repository files navigation

gdlist

Google Drive List

Install

Shell script

wget --no-check-certificate -qO- https://raw.githubusercontent.com/reruin/gdlist/master/install.sh | bash

Docker support

docker build -t yourname/gdlist .

docker run -d -v /etc/gdlist:/app/config -p 33001:33001 --name="gdlist" yourname/gdlist

OR

docker-compose up

It will be available at: http://localhost:33001

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.6%
  • HTML 19.9%
  • CSS 17.6%
  • Shell 3.9%