Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Setting URL/Port for running cobudget behind https/https proxies #331

@hh

Description

@hh
As a user of a cobudget-ui instance
In order to have a delightful user experience
I want to only see http(s)://myhost.org in my web browser

Given source code checkout of cobudget-ui
And I have configured a proxy from http://mygroup.org:80 to http://cobudgethost:9000
When I run npm start and friends
Then I won't see the default port 9000 used anywhere

We need to run npm start on a high port (obviously don't run as root just to grab port 80).

However, it's unclear how to configure the internal generation of urls to use port 80 when the default is port 9000.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions