MiPlusServer icon indicating copy to clipboard operation
MiPlusServer copied to clipboard

MiHomePlus 的服務器

MiPlusServer

關聯項目:

https://github.com/qoli/MiHomePlus

Step

  1. new config.js base config template.
  2. node app.js
  3. goto /setting update MiHomePlus setting.

Config 模板

如果不需要 TelegramBot 把 tgbot 設定為 false 即可。

module.exports = {
  tgbot: true,
  token: "",
  adminChatID: "0"
}

Sync

rsync -avzP --exclude "node_modules" --delete ~/Documents/Web/MiPlusServer/ [email protected]:/root/MiPlusServer