Code Monkey home page Code Monkey logo

envault's Introduction

Envault banner

Envault

Tests passing Laravel v8.x Livewire v2.x PHP 8

Envault is a tool to share .env secrets.

It lets you manage and sync your entire team’s local .env files, across all your projects, so you’re all kept up to date with the latest changes.

Simply install Envault onto your own web server and you're ready to sync all your projects. πŸš€

Interested? Click here to watch a demo of the app.

Requirements

Setup

Envault is built on the Laravel PHP framework. This makes installation very simple.

  1. Clone this repository onto your server and run composer update.
  2. Copy the .env.example to .env.
  3. Generate a new APP_KEY in your .env by running php artisan key:generate in the terminal.
  4. Ensure that the APP_URL in .env matches the address of your Envault server.
  5. Create a new database. For more details on the databases supported, please refer to the Laravel documentation. Fill out any appropriate connection details in your .env file.
  6. Run php artisan migrate to prepare your database.
  7. Configure outgoing mail from your Envault server. For more details on the mail drivers supported, please refer to the Laravel documentation. Fill out any appropriate connection details in your .env file.
  8. Set up a scheduled task to run php artisan schedule:run every minute. For more details, please refer to the Laravel documentation.
  9. Visit your Envault server URL and setup your owner account.

We also have installation guides for specific platforms like Laravel Forge and Laravel Vapor.

Update Guide

After you update Envault from this repository, please run the following commands on your server. If you're using a platform like Laravel Forge, these can be added to your deploy script:

composer install
php artisan migrate
php artisan view:cache
php artisan queue:restart

Documentation

The Basics

Diving Deeper

Users and Permissions

Roadmap

Need Help?

🐞 If you spot a bug with Envault, please submit a detailed issue, and wait for assistance.

πŸ€” If you have a question or feature request, please start a new discussion.

πŸ” If you discover a vulnerability within Envault, please review our security policy.

envault's People

Contributors

danharrin avatar dependabot[bot] avatar adrum avatar dsone avatar kberzinch avatar bilogic avatar

Stargazers

Assem Alwaseai avatar

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.