https://github.com/jordymoos/yapm-docker
Yet Another Password Manager in Docker!
https://github.com/jordymoos/yapm-docker
Last synced: 4 months ago
JSON representation
Yet Another Password Manager in Docker!
- Host: GitHub
- URL: https://github.com/jordymoos/yapm-docker
- Owner: JordyMoos
- License: mit
- Created: 2017-07-24T21:19:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T18:50:07.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T19:15:07.640Z (5 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yapm in docker
==============Getting started
---------------### Clone this repository
```bash
$ git clone https://github.com/JordyMoos/yapm-docker.git
$ cd yapm-docker
```### Change the required settings
- Edit `.env` and configure the domain and email.
- Also add the same domain in `client/config.json`### Change optional settings
- Further modify `client/config.json` to your needs
- Change `server/config.yml` if you want to### Setup the passwords
- Option one: Start with the default password
```bash
$ ./create-default-password.sh
```- Option two: Copy your password files into the directory `./encrypted/`
### Run the password manager
```bash
$ docker-compose up --build -d
```The first time takes a while
### You can check the logs like so
```bash
$ docker-compose logs -f
```