Code Monkey home page Code Monkey logo

Keestash

Open Source Password Manager

  • encrypt your passwords securely in your own password manager
  • share with whoever you want your team, familiy or just friends
  • easily extensible thanks to it's app eco system

You want to learn more about Keestash?(https://keestash.com).

Get Keestash

Development Setup

!! Keestash switched local development from Vagrant to Docker !!

  • install Docker on your system.
  • generate certificate keys for SSL/TLS in config/docker/web/apache
    • alternatively, you can turn off SSL encryption in config/docker/web/apache/keestash.conf (not recommended)
  • Use the docker compose up command in the root folder to create a Docker container.
  • Run several commands within the Docker container in order:
    • Empty the config/config.php file if it exists, then use php ./bin/console.php keestash:install:config to add the required configuration parameters.
    • Execute php ./vendor/bin/phinx migrate -c config/phinx/instance.php to migrate core databases.
    • Run php ./vendor/bin/phinx migrate -c config/phinx/apps.php to migrate app databases.
    • Use php ./bin/console.php keestash:create-system-user to create a system user.
    • Use php ./bin/console.php install:instance-data to add instance-specific configurations.
      • In certain scenarios, if you encounter an error stating id and hash exists, ignore this step.
    • Execute php ./bin/console.php permission:create to create permissions.
    • Run php ./bin/console.php permission:role:create to create all roles.
    • Use php ./bin/console.php register:create-user to create a user account.
    • Run php ./bin/console.php permission:role:assign-all to assign all roles to the created user(s).
      • Make sure users are created before this step.
    • Use php ./bin/console.php keestash:environment:add --force environment dev to set the environment to dev for Keestash.
    • Execute php ./bin/console.php keestash:environment:add --force allowed.send.notifications false to disable sending of notifications (like email).
    • Start a daemon service by running php ./bin/console.php keestash:worker:run for asynchronous operations.

Keestash setup is complete and ready to use if none of the above steps yield an error. It is now possible to interact with the server using any available client.

  • Official Keestash Frontend (Link coming soon)

Keestash's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.