mqtt password

This commit is contained in:
jeremygan2021
2025-11-16 18:20:08 +08:00
parent 6dc4d0699a
commit 5c36736141
5 changed files with 30 additions and 6 deletions

11
setup_mqtt_auth.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# 创建MQTT密码文件
docker exec luna-mqtt mosquitto_passwd -c -b /mosquitto/config/passwd luna2025 123luna2021
# 重启MQTT服务以应用新的认证配置
docker restart luna-mqtt
echo "MQTT用户名和密码已配置完成"
echo "用户名: luna2025"
echo "密码: 123luna2021"