mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #319] How to change VDI URL ? #208
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#208
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ArnoCtr on GitHub (Jun 7, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/319
Hi,
Is there a way to change VDI URL ?
I have installed webvirtcloud on a remote Linux machine (in my LAN of course) but when i want access VNC or SPICE VDI, the URL indicated is "vnc://localhost.localdomain:5900" or "spice://localhost.localdomain:5900".
If i launch remote-viewer (for spice) with the good url (IP or FQDN) on my desktop it work, but i'd like to be able to click on the button provided for that purpose.
Thank you for your feedback.
@catborise commented on GitHub (Jun 8, 2020):
@ArnoCtr hi, it is related with host addition.
if you add host to webvirtcloud with "local socket connection" you will see vdi link as localhost.
if you add a host with ssh or tcp, you will see the ip/hostname as you entered.
i think you installed webvirtclound on host directly and add it with "localhost"?
i recommend you install webvirtcloud on container or a vm. you will gain more flexibility and isolated environment
@ArnoCtr commented on GitHub (Jun 8, 2020):
Thank you for your response.
Indeed using the TCP connection it works.
Thanks again.
@savichev commented on GitHub (Sep 4, 2020):
Hello! I have been creating a function for a long time to serve the console.vv file. To get it from the panel, you need to create a button in the template.
#50