-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I'm testing the zammad->nextcloud integration, but i'm unable to specify the "Zammad instance address", because what every you try todo it always prefixes the address with https://.
I'm not sure if the server will use this address to connect with zammad, or if the connection would run via the browser, which for me would require to specify a different address, due to the setup in containers.
I'm not really concerned about about a secure communication at this point, because either it's container to container traffic, within the same subnet, or if it's via an browser connection, all traffic is routed through a VPN. So http:// traffic is fine.
The relevant code seems to be here; https://github.com/nextcloud/integration_zammad/blob/master/src/components/PersonalSettings.vue#L160