paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
390 stars 39 forks source link

Creating or removing a printer with special symbols in the name (`JasperMK3S+`) never works and fails with errors on removal #110

Closed davidzwa closed 8 months ago

davidzwa commented 11 months ago

I think symbols like +-=/ etc should not be tolerated by the install scripts (throw error, retry name, loop if needed). I suspect this goes wrong in the HAProxy file, services etc.

image The instanced is called JasperMK3S+.

paukstelis commented 11 months ago

I'll eventually getting around to filtering/rejecting special characters.