بوت فاذكروني لإحياء سنة ذكر الله
This dashboard is a simple way to manage settings on fdrbot, backend is work on python flask and redis cache memory, the front end make with reactjs.
- Mange settings your server with out use bot.
- Simple interface fast to use.
- Some analytics for bot.
First you need to deploy the bot on your server. Go to repository for bot and deploy it.
-
You need to install all this tools on your server:
-
Then you need to run two web server on your server:
- flask server (backend) to setup follow this commands:
pip3 install -r requirements.txt python3 app.py # or gunicorn app:app -b - react server (frontend) to setup follow this commands:
cd frontend npm i # or yarn npm run build # yarn build npm i serve -g # or yarn global add serve serve -s build # or serve -s build -p 80
- flask server (backend) to setup follow this commands:
-
Then all this is done, you can access dashboard on your server.
-
i recommend you to use nginx to make your server public.
