Skip to content

Arjentix/telepass

Repository files navigation

Telepass

Self-hosted password manager for Telegram fully written in Rust 🚀🚀🚀!

This implementation accepts only one user. The idea is that all this data is very sensitive and should be hosted by users.

Micro-services

Non-exhaustive list, because it's currently on active development

Deployment

TLS certificates configuration

Quick start

./scripts/gen_certs.sh

Manual configuration

If you're familiar with TLS and how to create your own certificates then the required files are:

certs
├── password_storage.crt
├── password_storage.key
├── root_ca.crt
├── telegram_gate.crt
└── telegram_gate.key

Use scripts/gen_certs.sh as a reference if you have any problems.

To be continued…

About

Self-hosted password manager for Telegram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published