Well, it perfectly installs, configures (simple) and works!! Congrats and a big thank you!
First quick notice before I forget, Did I miss the automatic invitation pop-up to configure the module right after installation has been done? I do get the configure backup notice (install via software menu).
Maybe more a question than a report, but then again, it may be all my fault
I’m unsure which invitation pop-up you mean.
The NS8 configure app pop-up right after installation should be there but maybe you refreshed the page in the browser which clears the notifications.
IIRC you need to setup email/channels to get the Zammad invite agents/customers pop-up.
The webserver configuration (shown in your screenshot) needs to be added to the config file in the zammad nginx container zammad-nginx:/etc/nginx/sites-available/default
This works if you just want to change the default path /help.
To reload the nginx config:
To change the domain name like for example anotherdomain.tld/support another traefik http route is needed for the new domain name. It didn’t work in my tests. EDIT: It worked finally.
I’d prefer to just change the path because you already select a domain name for zammad in the zammad app settings, I’d like to avoid a second domain/route.
I’d add an environment variable KBPATH to set the path for example to /support instead of /help manageable by another text field in the app settings.
What do you think? Is changing the domain needed?
Hello @mrmarkuz Apologies i taken so long to respond on this.
Ability to define a Separate Domain is a necessity.
What would be an easier/manageable option of defining anotherdomain.tld or even help.anotherdomain.tld while zammad is available on zammad.maindomain.tld