From e50de49aad6b7fc50be2c8b28910610c3061d967 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Wed, 15 Mar 2023 22:49:04 -0400 Subject: [PATCH] octoeverywhere haproxy1.x fix --- octoprint_deploy.sh | 2 +- plugins_cloud | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index d805df4..8276b21 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -397,7 +397,7 @@ EXTRACAM="backend cam${INUM}_$INSTANCE\n\ server webcam1 127.0.0.1:$CAMPORT" else EXTRACAM="backend cam${INUM}_$INSTANCE\n\ - reqrep ^([^\ :]*)\ /cam${INUM}_$INSTANCE/(.*) \1\ /|\2 \n\ + reqrep ^([^\ :]*)|\ /cam${INUM}_$INSTANCE/(.*) |\1|\ /|\2 \n\ server webcam1 127.0.0.1:$CAMPORT" fi diff --git a/plugins_cloud b/plugins_cloud index ab784f3..5b6b897 100644 --- a/plugins_cloud +++ b/plugins_cloud @@ -1,3 +1,4 @@ plugin:SimplyPrint Cloud path:https://github.com/SimplyPrint/OctoPrint-SimplyPrint/archive/master.zip plugin:Polar Cloud path:https://github.com/markwal/OctoPrint-PolarCloud/archive/master.zip -plugin:AstroPrint Cloud path:https://github.com/AstroPrint/OctoPrint-AstroPrint/archive/master.zip \ No newline at end of file +plugin:AstroPrint Cloud path:https://github.com/AstroPrint/OctoPrint-AstroPrint/archive/master.zip +plugin:OctoEverywhere path:https://github.com/QuinnDamerell/OctoPrint-OctoEverywhere/archive/master.zip \ No newline at end of file