Skip to content

mcdave2k1/docker-dudle

This branch is 3 commits ahead of JayDee2202/docker-dudle:master.

Repository files navigation

dudle

Setup your own dudle!

Docker image content

  1. Debian
  2. Apache webserver
  3. Dudle software from https://github.com/kellerben/dudle
  4. CSS files from https://github.com/kellerben/dudle-css
  5. Dudle config file
  6. Accessible via proxy

usage

just run it

  1. docker run --name dudle -p 8888:80 -d jaydee2202/dudle
  2. Create a reverse proxy that points to port 8888
  3. Point your browser to that (sub)domain
  4. Enjoy making you own polls

just build it

  1. clone repository
  2. set it up like the config files, add css files etc.
  3. build the container, e.g. docker build -t jaydee2202/dudle .
  4. run the container with docker-compose up -d or docker run --name dudle -p 8888:80 -d jaydee2202/dudle

persistent polls

Unfortunately the software put the poll data in the webroot, so if you want to persist the polls, you have to put the whole webroot (/var/www/html/dudle) on an external storage.

About

Docker container for dudle polls

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.1%
  • Dockerfile 27.9%