Skip to content

Nats-ji/TRSS-Yunzai-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRSS Yunzai Docker

  1. Install docker

  2. Build images

git clone --depth 1 https://github.com/Nats-ji/TRSS-Yunzai-docker.git
cd ./TRSS-Yunzai-docker
sudo docker compose up

# stop the docker by press Ctrl+C
sudo vim ./yunzai/lagrange/appsettings.json
  1. Edit as the following
{
    "Logging": {
        "LogLevel": {
            "Default": "Information",
            "Microsoft": "Warning",
            "Microsoft.Hosting.Lifetime": "Information"
        }
    },
--  "SignServerUrl": "",
++  "SignServerUrl": "put-url-here",
    "Account": {
        "Uin": 0,
        "Password": "",
        "Protocol": "Linux",
        "AutoReconnect": true,
        "GetOptimumServer": true
    },
    "Message": {
      "IgnoreSelf": true,
      "StringPost": false
    },
    "QrCode": {
        "ConsoleCompatibilityMode": false
    },
    "Implementations": [
        {
            "Type": "ReverseWebSocket",
--          "Host": "127.0.0.1",
--          "Port": 8080,
--          "Suffix": "/onebot/v11/ws",
++          "Host": "yunzai",
++          "Port": 2536,
++          "Suffix": "/OneBotv11",
            "ReconnectInterval": 5000,
            "HeartBeatInterval": 5000,
            "AccessToken": ""
        }
    ]
}
  1. Edit other configs
# yunzai config location
./yunzai/config

# genshin plugin config location
./yunzai/plugins/genshin/config

# redis data location
./yunzai/redis
  1. Start docker compose
sudo docker compose up
  1. Backup data
sudo backup.sh

cd ./backups
ls

Use with CasaOS

https://github.com/Nats-ji/casaos-rpi-apps-repo/tree/main

About

trss yunzai docker with lagrange backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages