[go: up one dir, main page]

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

[Feature Request]: Retrieve public IP from server #21

Open
Arturoe1 opened this issue May 29, 2024 · 1 comment
Open

[Feature Request]: Retrieve public IP from server #21

Arturoe1 opened this issue May 29, 2024 · 1 comment

Comments

@Arturoe1
Copy link

follow up for #1704 where i was redirected to this.

Looking to add external IP information into the vuetorrent frontend as the original frontend shows the message:
"Unable to detect from logs"

In the wiki only endpoints to modify the configuration can be found but it is not explained how can we add that information to the vuetorrent frontend.
we could use GET http://ipecho.net/plain to extract the external IP for the Docker container (as both are in the same instance ) but i cannot no see how to add that information to the Vuetorrent frontend.
Is there any documentation or information available i can make use of?

@Arturoe1 Arturoe1 changed the title How to add information to the VueTorrent frontend. by using the endpoints. How to add information to the VueTorrent frontend by using the endpoints. May 29, 2024
@Larsluph
Copy link
Contributor
Larsluph commented Jun 1, 2024

For now the backend only supports storing preferences server-side.

For that to work, you'll have to create a new route that pings your address and returns the URL.
Once that route is created, one could add a call from VueTorrent to this backend instead of fetching it from the logs.

@Larsluph Larsluph changed the title How to add information to the VueTorrent frontend by using the endpoints. [Feature Request]: Retrieve public IP from server Jun 4, 2024
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

2 participants