Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure a server with hostname instead of an alias ? #2

Open
vletroye opened this issue Jun 19, 2022 · 0 comments
Open

How to configure a server with hostname instead of an alias ? #2

vletroye opened this issue Jun 19, 2022 · 0 comments

Comments

@vletroye
Copy link

Hello.

Starting from your sample, I could easily create a "server" instead of an "alias", using this:

	"portals": [{
		"service": "myapplication",
		"type": "server",
		"name": "myapplication",
		"display_name": "MyApplication",
		"app": "com.mycompany.app",
		"http_port": [9000],
		"https_port": [9001]
	}]

Now, I would like to create a server with an 'hostname' but I can't find the "key" to be added into the "portals" array for that purpose (nothing in the documentation ?!).

Do you have an idea ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant