Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itorgov/laravel-forge-bot
It is a chat bot for Telegram. It helps you manage your Laravel Forge servers and can send you deployment notifications.
https://github.com/itorgov/laravel-forge-bot
chat-bot deployment-notifications laravel-forge telegram telegram-bot
Last synced: 25 days ago
JSON representation
It is a chat bot for Telegram. It helps you manage your Laravel Forge servers and can send you deployment notifications.
- Host: GitHub
- URL: https://github.com/itorgov/laravel-forge-bot
- Owner: itorgov
- License: isc
- Created: 2019-01-23T16:08:53.000Z (almost 6 years ago)
- Default Branch: 2.x
- Last Pushed: 2023-01-05T17:33:47.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T05:23:14.306Z (about 1 month ago)
- Topics: chat-bot, deployment-notifications, laravel-forge, telegram, telegram-bot
- Language: PHP
- Homepage: https://t.me/LaravelForgeBot
- Size: 3.29 MB
- Stars: 34
- Watchers: 1
- Forks: 7
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Forge Telegram Bot
[@LaravelForgeBot](https://t.me/LaravelForgeBot) is unofficial Laravel Forge chat bot for Telegram messenger.
## Motivation
Several years ago I have started to use Laravel Forge for deploying my and my clients' projects.
I found that Laravel Forge couldn't send deployment notifications to Telegram messager but for me, Telegram is the number one messenger.
That time I just wrote a simple bot with hardcoded chat id and webhook URL.During my work, I realized that I need a more flexible solution and I designed and implemented the first version of this bot.
The first version could only send deployment notifications.
It just generated a webhook URL for you and then you had to add that URL manually to your Laravel Forge's site.After release, I have started to work with a new client.
This client has had a project where I haven't could to enable "Quick deploy".
Because of that I had to go to the Laravel Forge website and hit the button "Deploy Now" whenever I needed to update the production.
So I decided to improve my bot and built the second version.## Features
[@LaravelForgeBot](https://t.me/LaravelForgeBot) helps you manage your servers in such operations as:
* Reboot a server.
* Reboot MySQL.
* Reboot PostgreSQL.
* Reboot PHP.
* Reboot NGINX.It also has a feature to run deploy of your site right from Telegram.
It's really helpful when you don't want to enable the "Quick deploy" feature for your site.Another awesome feature is sending deployment notifications from Laravel Forge to you or any other chat.
Using this ability only one member of your team will manage servers in his private chat with the bot, but all members will receive deployment notifications in your team chat.## Screenshots
![Server screen](https://res.cloudinary.com/itorgov/image/upload/v1586093694/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen-1_fnqygo.jpg)
![Site screen](https://res.cloudinary.com/itorgov/image/upload/v1586093695/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen-2_kcvecz.jpg)
![Notification and deployment log example](https://res.cloudinary.com/itorgov/image/upload/v1586093694/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen-3_gaozoc.jpg)## How to use?
List of available commands:
* /addtoken
* /deletetoken
* /menu
* /showchatidYou always can get an actual list of commands by using /help command.
### /addtoken
Use this command to add your [Laravel Forge API token](https://forge.laravel.com/user/profile#/api).
Note that you can add multiple tokens, so you can manage different Laravel Forge accounts from one place.
This command will trigger automaticaly after /start command.### /deletetoken
If you want you can delete added token from the bot by using this command.
### /menu
This command creates a new menu for managing servers.
### /webhook
If you don't want to provide your API token for managing your Laravel Forge account but want to receive deployment notifications the use this command.
### /showchatid
Use this command to get an ID of any chat.
It will be helpful when you'll configure receiving deployment notifications to other chat.
Please note that if you have more than one bots in your target chat then you have to write bot's username after the command without space (/showchatid@LaravelForgeBot).### Using this bot in groups
Note that this bot has no access to messages in groups.
So, when you add a new token you have to send token as an answer to the last bot's message.
The same action required when you add a webhook to another chat and have to send a chat id.## Versioning
We use [SemVer](http://semver.org) for versioning. For the versions available, see the [releases on this repository](https://github.com/itorgov/laravel-forge-bot/releases).
## Authors
* [**Ivan Torgov**](https://itorgov.com)
See also the list of [contributors](https://github.com/itorgov/laravel-forge-bot/contributors) who participated in this project.
## Thanks
I want to say thanks to [Eric L. Barnes](https://laravel-news.com/@ericlbarnes) (the creator of [Laravel News](https://laravel-news.com)) for providing an image that I used as an avatar of this bot.
## License
[@LaravelForgeBot](https://t.me/LaravelForgeBot) is licensed under the [ISC](https://github.com/itorgov/laravel-forge-bot/blob/2.x/LICENSE) license.
Copyright © 2020, Ivan Torgov## Donate
If you like this bot and would like to support it, please consider a donation using my [PayPal](https://paypal.me/WiDe) page.
Your donation would help me a lot to continue running this bot and covering hosting costs.