Release v1.1.0: Add Telegram and Todoist integrations UI
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s
- Add telegram_integrations table to store bot token and chat_id - Add Integrations tab with Todoist and Telegram integration screens - Remove TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID from env variables - All Telegram configuration now done through UI - Telegram webhook registration happens when user saves bot token - Rename TELEGRAM_WEBHOOK_BASE_URL to WEBHOOK_BASE_URL
This commit is contained in:
@@ -23,13 +23,13 @@ if ls "$DUMP_DIR"/*.sql.gz 2>/dev/null | grep -q .; then
|
||||
echo "Всего дампов: $(ls -1 "$DUMP_DIR"/*.sql.gz 2>/dev/null | wc -l | tr -d ' ')"
|
||||
echo ""
|
||||
echo "Для восстановления используйте:"
|
||||
echo " ./restore-db.sh <имя_дампа.sql.gz> # В .env.local"
|
||||
echo " ./restore-db.sh <имя_дампа.sql.gz> # В .env"
|
||||
echo " ./restore-db.sh --env-file .env.prod <имя_дампа> # В указанный файл"
|
||||
else
|
||||
echo " (нет дампов)"
|
||||
echo ""
|
||||
echo "Для создания дампа используйте:"
|
||||
echo " ./dump-db.sh # Из .env.prod"
|
||||
echo " ./dump-db.sh --env-file .env.local [имя] # Из указанного файла"
|
||||
echo " ./dump-db.sh # Из .env"
|
||||
echo " ./dump-db.sh --env-file .env.prod [имя] # Из указанного файла"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user