Simplified the docker nginx template

Modified the url for the buillboard to just /bullboard and made the nginx configuration to match
This commit is contained in:
Muhammad Ibrahim
2025-10-19 20:46:09 +01:00
parent 46e19fbfc2
commit d3dc068c8e
3 changed files with 31 additions and 65 deletions

View File

@@ -227,7 +227,7 @@ const Automation = () => {
// Use the proxied URL through the frontend (port 3000)
// This avoids CORS issues as everything goes through the same origin
const url = `/admin/queues?token=${encodeURIComponent(token)}`;
const url = `/bullboard?token=${encodeURIComponent(token)}`;
window.open(url, "_blank", "width=1200,height=800");
};