Sunday, December 01, 2024

setting up guacamole and a cloudflare tunnel

Young master Network Chuck helped me setup guacamole with his great instruction set here: 


Didn't need cloudron tho..just set up guacamole on Docker as per this excellent tutorial from Noted: 



sudo docker run   -p 8080:8080   -v /guacamole:/config   oznu/guacamole

sudo docker run cloudflare/cloudflared:latest tunnel --no-autoupdate run --token bigOleToken

Also ran through the Docker and Portainer install here, thanks Noted! 

 
And got cloudflare's latest Docker image for the cloudflare tunnel.
user@ubuntuserver:/guacamole/guacamole$ docker ps
CONTAINER ID   IMAGE                           COMMAND                  CREATED        STATUS        PORTS                                                                                            NAMES
e652352506c3   cloudflare/cloudflared:latest   "cloudflared --no-au…"   40 hours ago   Up 40 hours                                                                                                    kind_jepsen
ee56bf23ff0a   oznu/guacamole                  "/init"                  41 hours ago   Up 41 hours   0.0.0.0:8080->8080/tcp, :::8080->8080/tcp                                                        exciting_mclean
d575c6fb4683   portainer/portainer-ce:latest   "/portainer"             46 hours ago   Up 46 hours   0.0.0.0:8000->8000/tcp, :::8000->8000/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp, 9443/tcp   portainer

popOS on Ubuntu 64-bit ARM server

I love PopOS. However, there isn't an installer for the ARM architecture of my Mac M2 Pro. Cyberknife on devtooler.com got a vm working for me on VMware Fusion for my ARM-based Mac.  Thanks Cyberknife!

Battled with disk space limits on that Ubuntu VM tho..resolved them by extending LVM partition.  Great instruction set here.
Feel free to drop me a line or ask me a question.