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

Make remote tap url configurable #16

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

jaronoff97
Copy link
Owner

makes the remotetap url configurable through REMOTE_TAP_ENDPOINT env var.

closes #15

@jaronoff97
Copy link
Owner Author

jaronoff97 commented Apr 23, 2024

tested locally by running this:

    - name: tails
      image: tails:v1
      ports:
        - containerPort: 4000
      env:
        - name: SECRET_KEY_BASE
          value: xxxxxxxxxxxxxxxx
        - name: REMOTE_TAP_ENDPOINT
          value: "ws://localhost:12003"

@jaronoff97 jaronoff97 merged commit 32e7fd6 into main Apr 23, 2024
2 checks passed
@jaronoff97 jaronoff97 deleted the make-link-configurable branch April 23, 2024 03:01
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

Successfully merging this pull request may close these issues.

Support setting remotetapclient URL
1 participant