Lou Sacco

Results 7 issues of Lou Sacco

It would be cool if you could specify the security algorithm, like AES, to use in the package.json configuration for the script.

Our admins have a 60 minute idle connection timeout, which causes an additional queue to be bound and orphan the previous channels for my queue that were created previously. My...

Has anyone had experience exposing the MongoDB replica set that you can build from the community catalog to clients outside of Rancher? I need a shared instance and this seems...

I would like to set-up a persistent volume that would survive complete removal of the cluster. Normally, you would just bind a host volume to the docker volume (e.g., /data/proj/mongodb:/data/db),...

I would like to install the [Federation Plugin](https://www.rabbitmq.com/federation.html) after installing RabbitMQ from the community catalog. How can I accomplish this so that it stays persistent after any restarts of the...

I'm confused how to connect a client to the MongoDB catalog replica set offering. I understand how to create it but how would a client connect to the primary of...

I'm trying to write a simple cylon.js program to make a nodebot spin around in circles and alternating directions every second. With the program below I get it to spin,...