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

Request custom support for blob storage when emulated #54

Open
@wn-na

Description

@wn-na

hello.

I have an issue where the download URL comes out as 127.0.0.1 when emulated.

To solve this, I am using the following method.

  • api/script/routes/acquisition.ts add to line 182
          if (process.env.EMULATED) {
            updateCheckBody.updateInfo.downloadURL = updateCheckBody.updateInfo.downloadURL.replace(
              "http://127.0.0.1:10000",
              "http://MY_LOACL_HOST_IP:10000"
            );
          }

Is it possible to officially add a custom env setting for the blob storage address?

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