Skip to content

Identihub/Identihub

Repository files navigation


Identihub

Waffle.io Columns and Card count
GNU AGPL v3 Build Status

Identihub is open Source brand and visual assets hosting software which can be self-hosted as well.

Support on Patreon

Screenshot:

SVG Assets


Demos:


Installing

(Installation guides are located in our wiki)

There are are several ways to install Identihub in various configurations:


Troubleshooting

Homestead

  • I'm getting an error message upon deployment: "The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths."

    Run the following within your Vagrant box:

    php artisan key:generate

    php artisan config:clear


Bug Reporting

To help identify and subsequently fix bugs faster, make sure to include some basic information in your report.

  1. Expected Results (e.g. Successful User Login)
  2. Actual Results (e.g. User Login Interrupted with Error Message...)
  3. Browser (e.g. Mozilla Firefox) and Screen Resolution (e.g. 1920x1080)
  4. Steps to Reproduce (e.g. Access Main Page, Hit Login, Fill In Login Form, Hit Submit Button)

Contributing Code

Simply create a branch based on the dev branch, do your changes, and open it as a pull request. Ideally write tests for the feature or bugfix you propose.