Luke Tainton (ltainton) 6464e74d83 Move GH settings to .github
2024-02-05 19:51:51 +00:00
2024-02-05 19:51:51 +00:00
2022-04-23 17:23:24 +01:00
2022-04-23 17:14:24 +01:00
2022-04-23 17:23:24 +01:00
2022-05-14 10:09:34 +01:00
2022-04-29 22:21:30 +01:00
2020-02-26 12:23:50 +00:00

hesk-docker

HESK help desk, but in a Docker container.

Dependencies

  • You will need a MySQL/MariaDB database. This image does not include a database server so please deploy one before installing.

How to use

An example Docker Compose file is included in this repository.

  1. See this page for the latest version.
  2. Pull the version of the image that you want (e.g. latest): docker pull ghcr.io/luketainton/hesk:latest.
  3. Run the container: docker run -p 127.0.0.1:80:80 ghcr.io/luketainton/hesk:latest.
  4. Open your web browser to http://127.0.0.1/install (change IP/hostname for what you used in the last step).
  5. Follow the instructions to install your HESK instance.
Description
No description provided
Readme 4 MiB
Languages
PHP 67.8%
JavaScript 21.8%
CSS 8%
HTML 2.4%