Skip to content

GPlayWeb + FDroid Server + Caddy Server on one single Docker

License

Notifications You must be signed in to change notification settings

julianxhokaxhiu/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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages