phatcat

Members
  • Posts

    3
  • Joined

  • Last visited

phatcat's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks for the quick reply. The problem is when I run the required command from Cloudflared in the Docker terminal for WikiJS the result is as follows. Thanks!
  2. Hello, I am wondering if its possible to allow containers to run / install other things inside of them. For instance I have a WikiJS container installed and running without issue. However, I would like to use Cloudflared tunnel inside the WikiJS docker container, but this doesnt work of course because it doesnt have a full OS. I am still kind of new to the whole docker thing, and if this has been posted before I am sorry. Thank you!
  3. Hello, I am sorry if this has been asked previously. I am wondering a few things regarding this specific docker container and docker in general. I was able to get guacamole setup and working no problems thus far however, I purchased my own SSL cert and was wondering how I would configure that in this docker? I do not wish to use a reverse proxy rather I would like to use the SSL cert that I have. I have looked through the guacamole.properties and user-mapping.xml files but I do not see a place to point to my SSL cert files. Also a general Docker template question if I may, Is it possible to have a field in the template that would ask me where the SSL cert lives and then update the docker to point to the cert files? Thanks!