-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
# Laravel Forge Telegram Bot | ||
<p align="center"><h1>Laravel Forge Telegram Bot</h1></p> | ||
|
||
It is a second version of Laravel Forge chat bot for Telegram messenger. | ||
It can send deployment status notifications from Laravel Forge to your chat and can help manage your servers. | ||
## About | ||
|
||
It's unofficial Laravel Forge chat bot for Telegram messenger. | ||
|
||
It helps you manage your servers in such operations as: | ||
|
||
* Reboot a server. | ||
* Reboot MySQL. | ||
* Reboot PostgreSQL. | ||
* Reboot PHP. | ||
* Reboot NGINX. | ||
|
||
It also have a feature to run deploy of your site right from Telegram. | ||
It's really helpful when you don't want to enable "Quick deploy" feature for your site. | ||
|
||
Other awesome feature is sending deployment notifications from Laravel Forge to you or any other chat. | ||
Using this abilyty only one member of your team will manage servers in his private chat with the bot, but all members will recieve deployment notifications in your team chat. | ||
|
||
This version is under development right now. | ||
See develop branch. |