init
This commit is contained in:
8
mosquitto/config/mosquitto.conf
Executable file
8
mosquitto/config/mosquitto.conf
Executable file
@ -0,0 +1,8 @@
|
||||
persistence true
|
||||
persistence_location /mosquitto/data/
|
||||
log_dest file /mosquitto/log/mosquitto.log
|
||||
log_dest stdout
|
||||
|
||||
# Authentication (recommended)
|
||||
allow_anonymous false
|
||||
password_file /mosquitto/config/passwd
|
||||
1
mosquitto/config/passwd
Executable file
1
mosquitto/config/passwd
Executable file
@ -0,0 +1 @@
|
||||
mqtt_user:$7$101$3OCcirPmV9xIk1oB$aJOZxmlgSqqZNWc4ditzK4goWswhFozmfzCaL1SGaiUfHhKr3bSXrqvdEQgxRmInmQMnhrIIrC1F2T1cFAMmog==
|
||||
BIN
mosquitto/data/mosquitto.db
Executable file
BIN
mosquitto/data/mosquitto.db
Executable file
Binary file not shown.
20
mosquitto/log/mosquitto.log
Executable file
20
mosquitto/log/mosquitto.log
Executable file
@ -0,0 +1,20 @@
|
||||
1745775739: mosquitto version 2.0.21 starting
|
||||
1745775739: Config loaded from /mosquitto/config/mosquitto.conf.
|
||||
1745775739: Starting in local only mode. Connections will only be possible from clients running on this machine.
|
||||
1745775739: Create a configuration file which defines a listener to allow remote access.
|
||||
1745775739: For more details see https://mosquitto.org/documentation/authentication-methods/
|
||||
1745775739: Opening ipv4 listen socket on port 1883.
|
||||
1745775739: Opening ipv6 listen socket on port 1883.
|
||||
1745775739: mosquitto version 2.0.21 running
|
||||
1745775761: mosquitto version 2.0.21 terminating
|
||||
1745775761: Saving in-memory database to /mosquitto/data//mosquitto.db.
|
||||
1745775761: mosquitto version 2.0.21 starting
|
||||
1745775761: Config loaded from /mosquitto/config/mosquitto.conf.
|
||||
1745775761: Starting in local only mode. Connections will only be possible from clients running on this machine.
|
||||
1745775761: Create a configuration file which defines a listener to allow remote access.
|
||||
1745775761: For more details see https://mosquitto.org/documentation/authentication-methods/
|
||||
1745775761: Opening ipv4 listen socket on port 1883.
|
||||
1745775761: Opening ipv6 listen socket on port 1883.
|
||||
1745775761: mosquitto version 2.0.21 running
|
||||
1745775793: mosquitto version 2.0.21 terminating
|
||||
1745775793: Saving in-memory database to /mosquitto/data//mosquitto.db.
|
||||
Reference in New Issue
Block a user