Background:
I'm working in an environment where I'm not able to use (a.k.a install) the "System" agent, so I trying to use the "Docker" agent instead, as mentioned here in the docs.
Expected Behavior:
Per the docs, I create a compose.yml file and populate it with the contents from the clipboard after clicking the "Copy docker compose" button from the "Add New Agent" pop-up. I then start the agent container with docker compose up -d, return to the "Add New Agent" pop-up and click "Add agent".
Then the agent would appear in the list of servers and any containers explicitly labeled with "proxy." would appear in the routes.
Actual Behavior:
After clicking the "Add agent" button, the pop-up just hangs with the "Add agent" button being disabled and the text changed to "Adding...". See below.
Further Details:
-
Godoxy version is: 0.27.5, the latest.
-
Within the VPS platform I'm using, firewall rules were added to allow TCP & UDP traffic to port 8890 from Any IP.
-
While the "Add New Agent" pop-up is hanging, I checked the godoxy backed container logs (w/ Debug enabled) and nothing is printed during the ~30-40s that it hangs. Afterwards, an error pops up in the top right corner of the screen with "Origin sever is not available" and the logs show an error of "proxy error". Screenshots of both errors shown below.

Background:
I'm working in an environment where I'm not able to use (a.k.a install) the "System" agent, so I trying to use the "Docker" agent instead, as mentioned here in the docs.
Expected Behavior:
Per the docs, I create a
compose.ymlfile and populate it with the contents from the clipboard after clicking the "Copy docker compose" button from the "Add New Agent" pop-up. I then start the agent container withdocker compose up -d, return to the "Add New Agent" pop-up and click "Add agent".Then the agent would appear in the list of servers and any containers explicitly labeled with "proxy." would appear in the routes.
Actual Behavior:
After clicking the "Add agent" button, the pop-up just hangs with the "Add agent" button being disabled and the text changed to "Adding...". See below.
Further Details:
Godoxy version is: 0.27.5, the latest.
Within the VPS platform I'm using, firewall rules were added to allow TCP & UDP traffic to port 8890 from Any IP.
While the "Add New Agent" pop-up is hanging, I checked the godoxy backed container logs (w/ Debug enabled) and nothing is printed during the ~30-40s that it hangs. Afterwards, an error pops up in the top right corner of the screen with "Origin sever is not available" and the logs show an error of "proxy error". Screenshots of both errors shown below.