Setup your own dudle!
- Debian
- Apache webserver
- Dudle software from https://github.com/kellerben/dudle
- CSS files from https://github.com/kellerben/dudle-css
- Dudle config file
- Accessible via proxy
- docker run --name dudle -p 8888:80 -d jaydee2202/dudle
- Create a reverse proxy that points to port 8888
- Point your browser to that (sub)domain
- Enjoy making you own polls
- clone repository
- set it up like the config files, add css files etc.
- build the container, e.g. docker build -t jaydee2202/dudle .
- run the container with docker-compose up -d or docker run --name dudle -p 8888:80 -d jaydee2202/dudle
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.