Content
You are here:
Custom port installation / links email
Added by Ricky Rashkoff 4 months ago
Hello
I have a custom port installation. All links of the email notifications are only with the domain name URL, whiteout the port
Ex: link into the emails: https://my.openroject.com and I need https://my.openroject.com:6320/
Anyone can tell me how can I insert the port into the email tempaltes?
Thanks
Ricky
Replies (1)
Hello Ricky,
The URL of the mails is generate by using the OPENPROJECT_HOST__NAME variable.
In your example it would be:
OPENPROJECT_HOST__NAME=my.openroject.com:6320
If your using docker you assigne this varibale druing the contaienr creation.
An example can be found here:
https://www.openproject.org/docs/installation-and-operations/installation/docker/#quick-start-1
If your using a package based installation you can use the OpenProject command to change the variables:
https://www.openproject.org/docs/installation-and-operations/configuration/#packaged-installation
Keep in mind that you need to restart OpenProject after chainging the vairable
Best regards
Tizian