Skip to content

Autogenerated device connection script ignores GLKVM_ACCESS_IP when connected through localhost #38

@cj-darius-lapunas

Description

@cj-darius-lapunas

I used docker compose to start the backend on my Macbook.

Configured by copying .env.arm64.example and setting GLKVM_ACCESS_IP=192.168.8.147.

On https://localhost/#/device, the generated connection script is

            
#!/bin/sh

HOSTNAME="localhost"
PORT=":5912"
...

On https://127.0.0.1/#/device, the script is:

            
#!/bin/sh

HOSTNAME="192.168.8.147"
PORT=":5912"
...

This holds for all 4 occurrences of this hostname in the script.

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