Updated README.md
This commit is contained in:
parent
1b9fa77b13
commit
2eff5f3f4e
15
README.md
15
README.md
@ -1,21 +1,23 @@
|
|||||||
# Pass Manager
|
# Pass Manager
|
||||||
|
|
||||||
Telegram bot that manages your passwords written in Rust
|
Telegram bot, written in Rust, that manages your passwords
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
You can self host this bot you have to
|
This bot has to be self hosted. No official instance exists. To host this bot you have to:
|
||||||
|
|
||||||
* Add your telegram token into .env file
|
* Clone this repository
|
||||||
|
|
||||||
```toml
|
* Create .env file in the root of the repository and add your token
|
||||||
|
|
||||||
|
```dotenv
|
||||||
TOKEN=<YOUR-TOKEN>
|
TOKEN=<YOUR-TOKEN>
|
||||||
```
|
```
|
||||||
|
|
||||||
* Starting the bot using docker compose
|
* Start the bot using docker compose
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cryptography
|
## Cryptography
|
||||||
@ -41,3 +43,4 @@ These commands are supported:
|
|||||||
* /import — loads the accounts from a json file
|
* /import — loads the accounts from a json file
|
||||||
* /gen_password — generates 10 secure passwords
|
* /gen_password — generates 10 secure passwords
|
||||||
* /cancel — cancels the current action
|
* /cancel — cancels the current action
|
||||||
|
* /change_language - allows you to change the language
|
||||||
|
Loading…
Reference in New Issue
Block a user