Re: Removing /guacamole

2023-04-30 Thread Nick Couchman
On Sat, Apr 29, 2023 at 11:02 PM André R. Basel wrote: > > Actually, I can now answer my own question. Everything is stored in the DB > and as that did not change, nothing is lost :) > Ah, yes, I misunderstood your original question. The database container should be separate from the Guacamole C

Re: Removing /guacamole

2023-04-29 Thread André R . Basel
Actually, I can now answer my own question. Everything is stored in the DB and as that did not change, nothing is lost :) Thanks again André Basel 027 640 2527 Sent with Proton Mail secure email. --- Original Message --- On Sunday, April 30th, 2023 at 14:47, André R. Basel wrote: >

Re: Removing /guacamole

2023-04-29 Thread André R . Basel
Ok, thanks for that. I currently only have one connection so I can blow it away. If I had many however, is there a process to migrate them to the new instance; not sure if I am making sense :) Andre Sent with Proton Mail secure email. --- Original Message --- On Sunday, April 30th, 2

Re: Removing /guacamole

2023-04-29 Thread Nick Couchman
On Sat, Apr 29, 2023 at 4:25 PM André R. Basel wrote: > > Hi Nick > > Perfect > > so I just need to add the following? > > -e WEBAPP_CONTEXT=ROOT > Yes, that's correct. > This will then start a new instance; how do I keep my current connections in > the new docker instance? If you deploy a new

Re: Removing /guacamole

2023-04-29 Thread André R . Basel
Hi Nick Perfect so I just need to add the following? -e WEBAPP_CONTEXT=ROOT This will then start a new instance; how do I keep my current connections in the new docker instance? Kind regards Andre Sent with Proton Mail secure email. --- Original Message --- On Sunday, April 30th, 2

Re: Removing /guacamole

2023-04-29 Thread Nick Couchman
On Fri, Apr 28, 2023 at 8:49 PM André R. Basel wrote: > > Do I add something like > > -v /home/myhome/quacamole:/opt/quacamole > > And then put my war file there? No, there's no need to do this. If you're looking to change the path used by Docker to deploy the web application (e.g. remove /guac

Re: Removing /guacamole

2023-04-28 Thread André R . Basel
Hi Ivanmarcus Thanks for this suggestion. I took a look at the file structure and could now work out where this index file needs to be placed. Kind regards André Sent with Proton Mail secure email. --- Original Message --- On Saturday, April 29th, 2023 at 09:32, Ivanmarcus wrote:

Re: Removing /guacamole

2023-04-28 Thread André R . Basel
Do I add something like -v /home/myhome/quacamole:/opt/quacamole And then put my war file there? I have read that making any changes to docker results in a new instance so where do I find the the connection configs so that I can create -v link for them? Kind regards André Sent with Prot

Re: Removing /guacamole

2023-04-28 Thread André R . Basel
Hi @Mike, I like that approach. I have my instances running in docker (which is a totally new environment for me). What do I need to add to the following to do change the .war name (or is to done some other way)? sudo docker run --name my-guacamole \ --link my-guacd:guacd \ --link guacamol

Re: Removing /guacamole

2023-04-28 Thread Michael Jumper
Tomcat will serve webapps from paths based on the filenames of their .war files. If you rename "guacamole.war" to "ROOT.war", it will be served from / instead of /guacamole. - Mike On Fri, Apr 28, 2023 at 2:33 PM Ivanmarcus wrote: > > One easy way to do this, but keeping everything else intact,

Re: Removing /guacamole

2023-04-28 Thread Ivanmarcus
One easy way to do this, but keeping everything else intact, would be to put a suitable entry into an index.html file. For example: http://myguacamole.com:8080/guacamole'" /> On 29/04/23 09:04, André R. Basel wrote: Where do I go to change things so that I can browse to myguacamole.com:8080

Removing /guacamole

2023-04-28 Thread André R . Basel
Where do I go to change things so that I can browse to myguacamole.com:8080 instead of myguacamole.com:8080/guacamole? In making such a change am I potentially breaking something or making things less secure? André Sent with [Proton Mail](https://proton.me/) secure email.

Re: Send connection to someone as a link and removing guacamole login screen

2017-11-16 Thread Masood Hussain
I was able to successfully run the application using noauth. However, as you suggested to use HTTP so I am trying to use HTTP auth header, but I am unable to configure it. I copied the required jar to extensions folder restarted it but still, guacamole is asking for the password. I am using Tomcat

Re: Send connection to someone as a link and removing guacamole login screen

2017-11-16 Thread Nick Couchman
On Thu, Nov 16, 2017 at 12:10 PM, Masood Hussain wrote: > The thing is that I am a student and doing a student project. so it will > be enough if I can just skip login without using some special stuff. I know > the feature is deprecated but I can use it in 0.9.13 > > I want to remove the first l

Re: Send connection to someone as a link and removing guacamole login screen

2017-11-16 Thread Masood Hussain
The thing is that I am a student and doing a student project. so it will be enough if I can just skip login without using some special stuff. I know the feature is deprecated but I can use it in 0.9.13 I want to remove the first login we get on opening the guacamole: where we put Guacamole use

Re: Send connection to someone as a link and removing guacamole login screen

2017-11-16 Thread Nick Couchman
On Thu, Nov 16, 2017 at 5:27 AM, Masood Hussain wrote: > I am using Guacamole 0.9.13 Version. In its release documents, no-auth is > available So I would assume its still supported > > The no-auth extension has been marked as deprecated and will be removed from a future version of Guacamole. You

Re: Send connection to someone as a link and removing guacamole login screen

2017-11-16 Thread Masood Hussain
I am using Guacamole 0.9.13 Version. In its release documents, no-auth is available So I would assume its still supported On Thu, Nov 16, 2017 at 10:51 AM, Masood wrote: > HI, > > I have made some remote connections with Guacamole client. I want to send > these connections as a URL to a user so

Send connection to someone as a link and removing guacamole login screen

2017-11-16 Thread Masood
HI, I have made some remote connections with Guacamole client. I want to send these connections as a URL to a user so he can click on it and the remote machine opens in his browser. I want to know How can I remove the guacamole login screen? The screen which asks for guacamole username and passw