Skip to content

JayDee2202/docker-dudle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 99.5%
  • ApacheConf 0.5%