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