You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently running the Rundeck on Docker container behind nginx revese-proxy, also on another container. I have the containers running in AWS EC2 instance. Here are the details you may want:
[Error]
Rundeck is up and running fine behind nginx reverse-proxy. However, the plugin functionality in the software is not working at all while all other functionalities are working just fine. I have installed the rundeck-ec2-nodes-plugin in the directory where other plugins reside; however, I cannot view this plugin.
Let me know if you need any further details.
Thank you,
Kevin
The text was updated successfully, but these errors were encountered:
Hello,
I am currently running the Rundeck on Docker container behind nginx revese-proxy, also on another container. I have the containers running in AWS EC2 instance. Here are the details you may want:
[Details]
EC2:
OS: Ubuntu 18.04
domain name: MY_OWN_DOMAIN_NAME
Rundeck:
image: jordan/rundeck:latest
server: https://localhost:4443
port used: 4443
Nginx:
image: nginx:latest
proxy pass: https://localhost:4443
proxy redirect: https://localhost:4443 https://MY_OWN_DOMAIN_NAME:4443
rundeck-ec2-nodes-plugin
version: 1.5
[Error]
Rundeck is up and running fine behind nginx reverse-proxy. However, the plugin functionality in the software is not working at all while all other functionalities are working just fine. I have installed the rundeck-ec2-nodes-plugin in the directory where other plugins reside; however, I cannot view this plugin.
Let me know if you need any further details.
Thank you,
Kevin
The text was updated successfully, but these errors were encountered: