Files
Vocard/web
2023-04-27 09:43:55 +08:00
..
2023-04-27 09:43:55 +08:00
2023-04-20 11:58:58 +08:00
2023-03-17 12:37:35 +08:00
2023-03-17 12:39:29 +08:00
2023-04-03 19:01:09 +08:00
2023-04-01 20:55:41 +08:00

Dashboard Tutorial

Click on the image below to watch the tutorial on Youtube.

Dashboard

Configuration

  1. Fill in CLIENT_SECRET_ID and SERCET_KEY values in .env
Values Description
CLIENT_SECRET_ID Your Discord bot client secret id (Discord Portal) (optional)
SERCET_KEY Secret key for dashboard (optional)
  1. Add ipc_server configuration in settings.json
"ipc_server": {
    "host": "127.0.0.1",
    "port": 8000,
    "enable": false
},

Quick Start

cd web                    #Go to the web directory
python webapp.py          #Start the web server