Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luketainton/hesk-docker
HESK help desk, but in Docker.
https://github.com/luketainton/hesk-docker
Last synced: about 13 hours ago
JSON representation
HESK help desk, but in Docker.
- Host: GitHub
- URL: https://github.com/luketainton/hesk-docker
- Owner: luketainton
- Created: 2020-02-26T12:23:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T12:18:50.000Z (12 months ago)
- Last Synced: 2024-01-29T14:52:08.198Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 3.47 MB
- Stars: 13
- Watchers: 3
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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](https://github.com/luketainton/hesk-docker/pkgs/container/hesk) 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.