link-stack/zammad
2023-02-13 12:41:30 +00:00
..
auto_install Add all repos 2023-02-13 12:41:30 +00:00
.dockerignore Add all repos 2023-02-13 12:41:30 +00:00
.gitignore Add all repos 2023-02-13 12:41:30 +00:00
.gitlab-ci.yml Add all repos 2023-02-13 12:41:30 +00:00
docker-entrypoint.sh Add all repos 2023-02-13 12:41:30 +00:00
Dockerfile Add all repos 2023-02-13 12:41:30 +00:00
fetch_locales.rb Add all repos 2023-02-13 12:41:30 +00:00
keys.asc Add all repos 2023-02-13 12:41:30 +00:00
LICENSE.md Add all repos 2023-02-13 12:41:30 +00:00
Makefile Add all repos 2023-02-13 12:41:30 +00:00
package-auto-reinstall.patch Add all repos 2023-02-13 12:41:30 +00:00
README.md Add all repos 2023-02-13 12:41:30 +00:00

docker-zammad

pipeline status

Builds Link's Zammad docker container

Zammad is a web based open source helpdesk/customer support system.

This project started as a fork of the official zammad docker project.

It builds the Center for Digital Resilience's version of Zammad

Developer Notes

Building

Simple

make ZAMMAD_TAG=v3.3.0

Creates an image digiresilience/zammad:v3.3.0

Your own tag

Supply your own docker image tag:

make ZAMMAD_TAG=v3.3.0 DOCKER_TAG=myspecialversion

Creates an image digiresilience/zammad:myspecialversion

You special snowflake you

make ZAMMAD_TAG=develop DOCKER_TAG=myspecialversion PROJECT_URL=http://my/zammadrepo.git DOCKER_NS=batman

Creates the image batman/zammad:myspecialversion based off develop branch of the git repo at http://my/zammadrepo.git

Help and Support

Join us in our public matrix channel #cdr-link-dev-support:matrix.org.

Credits and License

Zammad is licensed under the GNU Affero General Public License (AGPL) v3+. So is this project.

Maintainers