Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. how-to setup the external address of my openproject instance?

how-to setup the external address of my openproject instance?

Added by Emmanuel Jaep over 3 years ago

I did install openproject successfully on Kubernetes using the method described here: https://www.openproject.org/docs/installation-and-operations/installation/kubernetes/

The procedure works globally fine. However, the application generates links that point to localhost. For instance, the link to the scrum project on the default page points to: http://localhost:3000/projects/your-scrum-project

Is there a way to configure openproject so links generated on the pages point to a custom domain?

Thanks in advance for your help


Replies (4)

RE: how-to setup the external address of my openproject instance? - Added by Adam Szabo over 3 years ago

Hello, you could always reverse proxy the OpenProject on another host or the host running openproject

  1. same machine, use the internal Apache Proxy in the packaged installation
    https://www.openproject.org/docs/installation-and-operations/installation/packaged/#install-apache2-web-server-default
  2. different machine, reverse proxy points to http://ip-of-your-op:3000
    https://www.openproject.org/docs/installation-and-operations/configuration/server/ 
    or https://www.openproject.org/docs/installation-and-operations/installation/docker/#1-virtual-host-root

RE: how-to setup the external address of my openproject instance? - Added by Emmanuel Jaep over 3 years ago

Thank you very much for the reply.

I'm not quite sure that we are talking about the same thing.

I am referring to the way openproject builds up the links in the pages:

As per your recommendation, I tried to set the rails_relative_url_root to "/" on both the web and the proxy container. It didn't change anything.

According to the list of environment variables (https://www.openproject.org/docs/installation-and-operations/configuration/environment/), there are no other variable I can change.

Thanks in advance for your help.

Emmanuel

RE: how-to setup the external address of my openproject instance? - Added by Emmanuel Jaep over 3 years ago

Sorry... this is my bad... This setting can be found on the settings page of openproject:

Sorry for wasting your time.

RE: how-to setup the external address of my openproject instance? - Added by Adam Szabo over 3 years ago

As you documented the solution this is no waste of time, thank you very much for finding the solution and the screenshots

  • (1 - 4/4)
Loading...