Skip to content

wunderlan/docker-gplayweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-gplayweb

GPlayWeb + FDroid Server + Caddy Server on one single Docker

Why?

Inspired by fxaguessy/gplayweb and his article my goal is to provide one single Docker "as an app" that just works.

Configuration options

See Dockerfile

How to use

docker run \ --restart=always \ -d \ -e "GMAIL_ADDRESS=foobar@gmail.com" \ -e "GMAIL_PASSWORD=my-awesome-password" \ -e "ANDROID_ID=abcd123456789" \ -e "GPLAYWEB_LANGUAGE=en-us" \ -p 80:8080 \ -p 81:8888 \ -v "/home/user/data:/srv/data" \ julianxhokaxhiu/docker-gplayweb 

About

GPlayWeb + FDroid Server + Caddy Server on one single Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%