Zammad is a web based open source helpdesk/customer support system
Go to file
Moritz 73e9f7bfcc
All checks were successful
continuous-integration/drone/tag Build is passing
chore: publish 2.0.0+6.4.0-34 release
2024-12-03 18:34:35 +01:00
release chore: publish 1.0.0+6.3.1-95 release 2024-08-15 16:07:44 +02:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample add ENABLE_BACKUPS label 2024-10-22 17:28:22 +02:00
.gitignore init 2022-05-24 11:58:40 +02:00
abra.sh update pg_backup.sh 2024-10-22 21:33:15 +02:00
alaconnect.yml add alaconnect 2024-08-22 01:15:15 +02:00
auto_wizard.json.tmpl fix init: remove LOGO_URL 2024-09-03 19:12:30 +02:00
compose.backup.yml chore: publish 2.0.0+6.4.0-34 release 2024-12-03 18:34:35 +01:00
compose.yml chore: publish 2.0.0+6.4.0-34 release 2024-12-03 18:34:35 +01:00
entrypoint.sh Fix backup container 2024-08-20 17:37:58 +02:00
pg_backup.sh update pg_backup.sh 2024-10-22 21:33:15 +02:00
README.md Update README 2024-08-23 16:41:17 +02:00

zammad

Zammad is a free helpdesk or issue tracking system.

  • Category: Apps
  • Status: 0
  • Image: zammad, 4, upstream
  • Healthcheck: Yes
  • Backups: No
  • Email: Yes
  • Tests: No
  • SSO: Yes

Quick start

if using elasticsearch, set on your host: vm.max_map_count=262144 in /etc/sysctl.conf and run sysctl -p

  • abra app new zammad --secrets
  • abra app config <app-name>
  • abra app secret insert <app-name> smtp_password v1 <password>
  • abra app secret generate -a <app-name>
  • abra app deploy <app-name>

Either use the web wizard for the initial setup or run: abra app cmd <app-name> zammad-railsserver init

Authentik SSO

  • abra app config <app-name>
SSO_PROVIDER_DOMAIN=authentik.example.com
IDP_SSO_TARGET_URL=https://authentik.example.com/application/saml/zammad/sso/binding/init/
IDP_SLO_SERVICE_URL=https://authentik.example.com/application/saml/zammad/slo/binding/redirect/

Run: abra app cmd --local <app_name> enable_authentik_sso

Useful Commands

Show changed settings: abra app cmd <app_name> zammad-railsserver get_setting_changes

Open rails console: abra app cmd <app_name> zammad-railsserver console

For more, see docs.coopcloud.tech.