alliancewaw/seat-mumble-register

This plugin provide an extension to generate a certificate for SeAT user and regist it to mumble server

v2.0.3 2024-03-13 08:38 UTC

This package is auto-updated.

Last update: 2024-04-13 08:49:15 UTC


README

SeAT

SeAT Mumble Register

This plugin provide an extension to generate a certificate for SeAT user and regist it to mumble server

Installation

for non-Docker

Assume your SeAT root path is /var/www/seat and run this code

php artisan down
composer require alliancewaw/seat-mumble-register

php artisan vendor:publish --force --all
php artisan migrate
php artisan up

for Docker

Edit your .env file,locate the line SEAT_PLUGINS and append alliancewaw/seat-mumble-register at the end.

Then , run docker-compose up -d to take effect.