You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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
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
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?
The text was updated successfully, but these errors were encountered: