Add zammad module #37
No reviewers
Labels
No labels
auth
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
management
network
question
services
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
dd-ix/nix-config!37
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/zammad"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
deploy zammad service
@ -0,0 +1,46 @@{ config, pkgs, ... }:maybe a bit to generic: suggestions:
kanban.dd-ix.netortickets.dd-ix.netnot necessary (and even if pls move it into some nginx.nix or smth like this)
I dont see the point in the config where the database users password is set.
(taken from vaultwarden)
alternatively, you also can put it into
systemd.services.postgresql.postStartAnd I would also refer you to our ifsr config where zammad already runs in production under reasonable load and criticality.
https://github.com/fsr/fruitbasket/blob/main/modules/zammad.nix
@ -0,0 +1,46 @@{ config, pkgs, ... }:wanted to keep the
tickets-Subdomain free for a potential Pretix-installation. what aboutmanagementororga?@ -0,0 +1,46 @@{ config, pkgs, ... }:yup, forgot about that. would you consider using
database.createLocally = true;without setting the db-password declarative in the first place to be best practice?@ -0,0 +1,46 @@{ config, pkgs, ... }:using createLocally is totally fine
@ -0,0 +1,46 @@{ config, pkgs, ... }:orga sounds good
@ -0,0 +1,46 @@{ config, pkgs, ... }:removed as it is already captured in nginx.nix