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

Get public LAN IP address of orchestrator automatically #41

Open
trkks opened this issue May 26, 2023 · 0 comments
Open

Get public LAN IP address of orchestrator automatically #41

trkks opened this issue May 26, 2023 · 0 comments
Assignees
Labels

Comments

@trkks
Copy link
Collaborator

trkks commented May 26, 2023

For accessing the orchestrator (index-page or packages etc) the available address in LAN-setup is gotten from an environment variable which means in order to set it up one needs to either:

A)
1. Start up the container and while it is running, check the container for ip address X e.g. with sudo docker container inspect <container>
2. Shut down the container, set environment variable PUBLIC_HOST=http://<X>
3. Start up the container again with the available address now set

B) Guess what public IP-address X the container will be assigned to in advance, saving from the trouble of starting it up twice

@trkks trkks added enhancement New feature or request Application deployment labels May 26, 2023
@trkks trkks changed the title Get public LAN IP address of orchestrator at runtime Get public LAN IP address of orchestrator ~~at runtime~~ automatically May 26, 2023
@trkks trkks changed the title Get public LAN IP address of orchestrator ~~at runtime~~ automatically Get public LAN IP address of orchestrator ~at runtime~ automatically May 26, 2023
@trkks trkks changed the title Get public LAN IP address of orchestrator ~at runtime~ automatically Get public LAN IP address of orchestrator ~~~at runtime~~~ automatically May 26, 2023
@trkks trkks changed the title Get public LAN IP address of orchestrator ~~~at runtime~~~ automatically Get public LAN IP address of orchestrator automatically May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants