KUserFeedback is a KDE project located at https://phabricator.kde.org/source/kuserfeedback/.
The Git revision of the KUserFeedback container can be found in Dockerfile
.
The kuserfeedback container is published on Docker Hub as jangmarker/kuserfeedback. It provides
- Apache with PHP 7 and mod_rewrite
- KUserFeedback sources
Port 80 runs KUserFeedback under the server's top level with HTTP. If you need HTTPS, put this container behind a proxy.
The docker-compose.yml
file provides an easy way to start KUserFeedback with a MySQL database:
- Copy
env.example
to.env
- Edit
.env
(you can freely choose the passwords) - run
docker-compose up -d
This should expose KUserFeedback on HOST_HTTP_PORT
on your machine.