An open API service indexing awesome lists of open source software.

https://github.com/everysoftware/secrets-frontend

Simple self-hosted password manager
https://github.com/everysoftware/secrets-frontend

fastapi html-css-javascript jinja2 password-manager

Last synced: 8 months ago
JSON representation

Simple self-hosted password manager

Awesome Lists containing this project

README

          

# Secrets Frontend

![GitHub](https://img.shields.io/github/license/everysoftware/secrets-frontend)

Simple self-hosted password manager.

![Main Page](assets/main_page.png)

---

**Backend:** https://github.com/everysoftware/secrets-backend

**Frontend:** https://github.com/everysoftware/secrets-frontend

---

## Features

* Create and manage your passwords from anywhere in the world
* Search passwords easily by name or URL
* Protect your passwords with AES encryption

## Stack

HTML • CSS • JS • Jinja2 • Python 3.12 • FastAPI

## Installation

1. Clone the repository:

```bash
git clone https://github.com/everysoftware/secrets-frontend
```
2. Create `.env` file based on `.env.example`:

```bash
cp .env.example .env
```

3. Run the application:

```bash
make up
```

## Screenshots

![Get Started](assets/get_started.png)
![Registration](assets/registration.png)
![Login](assets/login.png)
![Main Page](assets/main_page.png)
![Password](assets/password.png)
![Profile](assets/profile.png)