kregel/nova-forge

A Laravel Nova tool.

v0.0.1 2018-11-25 00:19 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51:07 UTC


README

Redis based storage, and powered by forge.laravel.com

All you will need is a subscription from Laravel Forge, and Predis for key persistence.

Latest Version on Packagist Total Downloads

Screenshot

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require predis/predis
composer require kregel/nova-forge

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

Usage

// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Kregel\NovaForge\NovaForge,
    ];
}

Contributing

Please see CONTRIBUTING for details.

TODO:

Servers

  • List the servers with basic information
  • Run recipes per server.
  • Put the servers in the left hand nav
  • Deploy new servers
  • CRUD Daemons
  • CRUD Network/Firewall
  • Update server meta

Sites

  • Add new Sites
  • Deploy SSH Certs
  • Add new Queue workers
  • Update site meta

Security

If you discover any security related issues, please email github@austinkregel.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.