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
- Host: GitHub
- URL: https://github.com/everysoftware/secrets-frontend
- Owner: everysoftware
- License: mit
- Created: 2024-04-15T12:01:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T13:34:33.000Z (over 1 year ago)
- Last Synced: 2024-12-02T14:43:05.065Z (over 1 year ago)
- Topics: fastapi, html-css-javascript, jinja2, password-manager
- Language: HTML
- Homepage:
- Size: 6.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Secrets Frontend

Simple self-hosted password manager.

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





