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 Proton Mail secure email.

------- Original Message -------
On Saturday, April 29th, 2023 at 12:40, André R. Basel <[email protected]> 
wrote:


> 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 guacamole-mysql:mysql \
> -e MYSQL_HOSTNAME=192.168.1.5 \
> -e MYSQL_DATABASE=guacamole_db \
> -e MYSQL_USER=guacamole_user \
> -e MYSQL_PASSWORD=mysqlpwd\
> --restart unless-stopped \
> 
> Also is it possible to update the current instance without creating a new one 
> so that I do not need to recreate my connections in guacamole?
> 
> André
> 
> Sent with Proton Mail secure email.
> 
> ------- Original Message -------
> On Saturday, April 29th, 2023 at 11:58, Michael Jumper [email protected] 
> wrote:
> 
> 
> 
> > 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 [email protected] 
> > wrote:
> > 
> > > 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:
> > > 
> > > <meta http-equiv="refresh" content="0;
> > > URL='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 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.
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [email protected]
> > > For additional commands, e-mail: [email protected]
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to