Updated README.md

This commit is contained in:
StNicolay 2024-04-23 18:42:55 +03:00
parent 1b9fa77b13
commit 2eff5f3f4e
Signed by: StNicolay
GPG Key ID: 9693D04DCD962B0D

View File

@ -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