Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f1mishutka committed Apr 10, 2024
1 parent 76b8886 commit 7c3ded4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We try to keep `mt-tgadmin help` accurate.

Before setting up `mt-tgadmin` you need to register your bot with **@BotFather**, add bot to desired group and obtain this group's **chatID**.

* Registering new bot with [@BotFather](https://t.me/botfather): https://core.telegram.org/bots/features#creating-a-new-bot
* Registering new bot with [@BotFather](https://t.me/botfather) (useful [How To](https://core.telegram.org/bots/features#creating-a-new-bot))
* Add created bot to your group.
* Obtaining group's **chatID**: Open [@RawDataBot](https://t.me/rawdatabot) and follow it instructions.

Expand All @@ -29,3 +29,4 @@ You will need bot's **token** and **chatID** to setup `mt-tgadmin`:
* Open created file `.bot.yml` with text editor and edit settings. Example settings are in [.bot.EXAMPLE.yml](https://github.com/mitoteam/mt-tgadmin/blob/main/.bot.EXAMPLE.yml).
* Run `mt-tgadmin run` to check the setup. You should be able to open WebGUI at this point. Press `Ctrl + C` to stop it if everything is OK.
* Run `mt-tgadmin install` to register it as daemon.
* Consider using nginx or other webserver as reverse proxy to use TLS (HTTP**S**) and other extended http features.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.1.0-rc
2 changes: 1 addition & 1 deletion goappbase
Submodule goappbase updated 2 files
+7 −0 app.go
+0 −7 built_in_commands.go

0 comments on commit 7c3ded4

Please sign in to comment.