- Install
mosquitto
through Truecharts, make sure you enable authentication. - Open the Pod Shell.
- Create a password file:
mosquitto_passwd -c /mosquitto/configinc/password mqtt_user
- Create a configuration file pointing to a password file:
echo "password_file /mosquitto/configinc/password" > /mosquitto/configinc/passwordconfig.conf
Create the file /usr/local/bin/webstorm
with the following contents:
#!/bin/sh
open -na "WebStorm.app" --args "$@"
Make the script executable: