mimecorg / webissues

WebIssues team collaboration system.
https://webissues.mimec.org/
GNU Affero General Public License v3.0
59 stars 14 forks source link

Set base URL for notification emails #43

Open Sc0th opened 3 years ago

Sc0th commented 3 years ago

Is it possible to set the base URL anywhere, I am struggling to find it.

The register of a new issue response email look like this to me so the link back fails -

'To view this issue, you can open the following URL:

/client/index.php#/issues/17'

mimecorg commented 3 years ago

If you run the cron using the URL, it's not necessary to configure the base URL, as it should be automatically detected.

https://doc.mimec.org/webissues-guide/installation.html#cron-job

Sc0th commented 3 years ago

Ah, ok, that does not really work for me as I have containerized the service and call the cron job from the command line inside the pod, would be great if it could be added as an option for edge cases, but get that it might not be worth the effort! Great app, thank you :)