Skip to content

raulaguila/go-pass

Repository files navigation

Go Password Manager

Requirements

  • Docker
  • Docker compose

Getting Started

  • Help with make command
Usage:
      make [COMMAND]
      make help

Commands:

help                           Display help screen
init                           Create environment variables
build                          Build the application from source code
compose-up                     Run docker compose up for create and start containers
compose-build                  Run docker compose up --build for create and start containers
compose-down                   Run docker compose down for stopping and removing containers and networks
compose-remove                 Run docker compose down for stopping and removing containers, networks and volumes
compose-exec                   Run docker compose exec to access bash container
compose-log                    Run docker compose logs to show logger container
compose-top                    Run docker compose top to display the running containers processes
  • Run project
  1. Download and extract the latest build release
  2. Open the terminal in the release folder
  3. Run:
make compose-build
  • Remove project
make compose-remove

Features

--

Code status

  • Development

Contributors

License

Copyright © 2023 raulaguila. This project is MIT licensed.

About

Simple golang password manager.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published