Git Product home page Git Product logo

hesk-docker's Introduction

Hi there, I'm Luke ๐Ÿ‘‹

About me:

  • ๐Ÿ”ญ Iโ€™m currently working as a network engineer at Cisco
  • ๐ŸŒฑ Iโ€™m currently learning Cisco software-defined networks
  • ๐Ÿ˜„ Pronouns: he/him

Connect with me:

Website MrDavisCSIT | Twitter AlexanderEDavis | LinkedIn AlexanderEDavis | GPG Key


Languages and Tools:

Atom

Visual Studio Code

HTML5

CSS3

Docker

MySQL

Git

GitHub

Terminal




๐Ÿ“‹ Latest GitHub Activity

  1. ๐ŸŽ‰ Merged PR #68 in luketainton/instant-msg-api
  2. ๐ŸŽ‰ Merged PR #70 in luketainton/instant-msg-api
  3. ๐ŸŽ‰ Merged PR #206 in luketainton/pypilot
  4. ๐ŸŽ‰ Merged PR #69 in luketainton/instant-msg-api
  5. ๐ŸŽ‰ Merged PR #67 in luketainton/instant-msg-api

luketainton's github stats Top Langs

hesk-docker's People

Contributors

luketainton avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hesk-docker's Issues

Problem with HESK installation

Hello,

i done the installation process via docker-compose.yml that you provided.
I have the problem that i cannot find the install folder to delete to get in my Hesk installation.
I attached a picture with the problem.
Screenshot_5

Do you now where to find the install folder?

Attachment Size

No matter what I change where I can't get the default Attachment upload size stuff to change. Could you be as kind to point me in any direction on max attachment upload size?

Usage

Hi, could you maybe provide some information on how to actually use this image? I'd really like to use it to spin up a local instance of Hesk, but I just can't seem to get the container to work.

[Feature Request] Persistent Data

Hi,
I am not sure if posting this here is right, as I am new to github. Please correct mistakes made.

My request

So there are several things:

  • When redeploying the container I always need to install/upgrade again, which is troublesome when there isn't actually an update. -> Updating only works when the installed version is newer then the one registered in the database. (May be an issue to Hesk itself).
  • I have to download my language pack into the container again.
  • I need to edit my presets e.g. /srv/language/<locale>/emails/<preset>.txt and /srv/hesk_settings.inc.php

This all takes some time so I am wondering if you may persist some of these settings. Maybe using environment variables or a conf.yml.

My configuration

I currently use your hesk image using docker-compose and mariadb.
My docker-compose.yml looks like this:

version: '3.9'
services:
  hesk-mariadb:
    hostname: hesk-mariadb
    container_name: hesk-mariadb
    image: 'bitnami/mariadb:latest'
    environment:
      - MARIADB_ROOT_PASSWORD=<rpw>
      - MARIADB_USER=hesk
      - MARIADB_PASSWORD=<upw>
      - MARIADB_DATABASE=hesk
      - MARIADB_SKIP_TEST_DB=yes
    volumes:
      - '/opt/helpdesk/mariadb_data:/bitnami/mariadb'
    networks:
      - proxy
  hesk:
    image: ghcr.io/luketainton/hesk:latest
    hostname: hesk
    container_name: hesk
    depends_on:
      - hesk-mariadb
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.hesk-support.entrypoints=http"
      - "traefik.http.routers.hesk-support.rule=Host(`helpdesk.domain.tld`)"
      - "traefik.http.middlewares.hesk-support-https-redirect.redirectscheme.scheme=https"
      - "traefik.http.routers.hesk-support.middlewares=hesk-support-https-redirect"
      - "traefik.http.routers.hesk-support-secure.entrypoints=https"
      - "traefik.http.routers.hesk-support-secure.rule=Host(`helpdesk.domain.tld`)"
      - "traefik.http.routers.hesk-support-secure.tls=true"
      - "traefik.http.routers.hesk-support-secure.tls.certresolver=http"
      - "traefik.http.services.hesk-support.loadbalancer.server.port=80"
      - "traefik.docker.network=proxy"
    networks:
      - proxy
      
networks:
  proxy:
    external: true

Best regards,
Kamino

PHP script error during install

When installing HESK after spinning up the containers, I receive the following error message during Step 3 of the installation:

Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /srv/inc/setup_functions.inc.php on line 86

The error doesn't affect the installation process. However, its presence may indicate something isn't exactly right.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

docker-compose
docker-compose.example.yml
  • mariadb 11.2
dockerfile
Dockerfile
github-actions
.github/workflows/build.yml
  • actions/checkout v4
.github/workflows/test.yml
  • actions/checkout v4
  • 1password/load-secrets-action v1
  • 1password/load-secrets-action v1
  • mikepenz/action-junit-report v4.1.0
  • hadolint/hadolint-action v3.1.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.