infrastructure:services:zammad
This is an old revision of the document!
Table of Contents
zammad
- service-urls:
- https://zammad.hamburg.ccc.de
- other-service-fqdn:
- @@Other-Service-FQDNs@@
- host-fqdn:
- zammad-intern
- netbox-link:
- http://machines/52
- server:
- Chaosknoten
- maintainer:
- stb
- ccchh-id-integration:
- true
Description
For Easterhegg or the Junghacker\*innentag we offer people to send us email with questions or requests.
[https://zammad.org|Zammad] allows us to organize these emails in ticket queues and work on them together.
Configuration
Ansible and Docker Compose.
Maintainance
Deleting users from Zammad can be difficult; we had problems remmoving them through the data privacy cleanup job (see https://zammad.hamburg.ccc.de/#system/data_privacy)
Instead, you can remove users through the command line:
# docker exec zammad-docker-compose-zammad-railsserver-1 /docker-entrypoint.sh rails console > user = User.find_by(login: "hans.acker@example.com") => #<User:0x00007fc29284eed0 id: 69, organization_id: nil, ... > user.destroy => #<User:0x00007fc29284eed0 id: 69, organization_id: nil, ...
infrastructure/services/zammad.1716557269.txt.gz · Last modified: 2024-05-24 13:27 UTC by stb