| .. | ||
| auto_install | ||
| .dockerignore | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| docker-entrypoint.sh | ||
| Dockerfile | ||
| Dockerfile-old | ||
| fetch_locales.rb | ||
| keys.asc | ||
| LICENSE.md | ||
| Makefile | ||
| package-auto-reinstall.patch | ||
| README.md | ||
docker-zammad
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
- Abel Luck abel@guardianproject.info of Guardian Project