/soketi-ui

A user interface to manage your Soketi apps

Primary LanguagePHP

⚠️ THIS IS A VERY EARLY, FAR FROM FINISHED, VERSION

ISoket

A dashboard to manage your apps in Soketi.

Not affiliated with the main Soketi project.

Requirements

  • PHP 8.0+
  • Node 16
  • Soketi running with a MySQL or PostgreSQL app manager
    • DynamoDB support soon

Installation

Currently, you'll need to clone down the repo, and run:

n 16
composer install --no-dev
npm install
npm run production

Then you'll need to setup the standard laravel environment variables (mainly your database connection details).

Next, you can run migrations with:

php artisan migrate

This will create the soketi apps table, so currently if you have this, you will need to work around running the migrations.

Screenshots

Apps Index:

Screenshot 2022-03-15 at 17 31 51

App Credentials:

Screenshot 2022-03-15 at 17 31 55

App Limits

Screenshot 2022-03-15 at 17 32 16

App Webhooks

Screenshot 2022-03-15 at 17 32 25

App Debug

Screenshot 2022-03-15 at 17 34 27