Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdablabs/kuserfeedbackdocker
Docker container for the KUserFeedback server.
https://github.com/kdablabs/kuserfeedbackdocker
Last synced: about 8 hours ago
JSON representation
Docker container for the KUserFeedback server.
- Host: GitHub
- URL: https://github.com/kdablabs/kuserfeedbackdocker
- Owner: KDABLabs
- Created: 2017-05-25T10:40:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T07:54:36.000Z (over 3 years ago)
- Last Synced: 2023-09-25T03:06:45.277Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 46
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Container for KUserFeedback's service
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`.
## KUserFeedback
The kuserfeedback container is published on Docker Hub as [jangmarker/kuserfeedback](https://hub.docker.com/r/jangmarker/kuserfeedback). It provides- Apache with PHP 7 and mod_rewrite
- KUserFeedback sourcesPort 80 runs KUserFeedback under the server's top level with HTTP. If you need HTTPS, put this container behind a proxy.
## MySQL
The `docker-compose.yml` file provides an easy way to start KUserFeedback with a MySQL database:
1. Copy `env.example` to `.env`
2. Edit `.env` (you can freely choose the passwords)
3. run `docker-compose up -d`This should expose KUserFeedback on `HOST_HTTP_PORT` on your machine.