arielheleneto/seat-mumble

This package is abandoned and no longer maintained. No replacement package was suggested.

This plugin provide an extension to the standard SeAT character Job which handle automatic graduation for Mumble user

0.1.2-beta.2 2021-06-06 05:52 UTC

This package is auto-updated.

Last update: 2022-09-12 09:19:47 UTC


README

SeAT

SeAT: A Simple, EVE Online API Tool and Corporation Manager

68747470733a2f2f706f7365722e707567782e6f72672f617269656c68656c656e65746f2f736561742d6d756d626c652f762f737461626c65 68747470733a2f2f706f7365722e707567782e6f72672f617269656c68656c656e65746f2f736561742d6d756d626c652f762f756e737461626c65 68747470733a2f2f706f7365722e707567782e6f72672f617269656c68656c656e65746f2f736561742d6d756d626c652f6c6963656e7365 StyleCI

简体中文 | English

SeAT Mumble

这款插件为为您的 SeAT 提供了一种使用查询和授予权限系统管理 Mumble 的方法。

安装

考虑到以容器方式运行的 SeAT 的数据库无法轻易地被外部服务器访问,建议使用常规数据库或考虑将数据库端口暴露到主机。

常规安装

首先,在 env 文件中添加参数 MUMBLE_ADD。该参数的值为您的语音服务器地址。

在 SeAT 根目录下运行下列命令。

php artisan down
composer require arielheleneto/seat-mumble
php artisan migrate
php artisan up

现在,当您以正确的权限登录 SeAT 时,您应该会在侧边栏中看到一个「Mumble 管理」类别。

然后,在「设置 - 计划任务」中添加 mumble:refresh 计划任务,建议每小时执行一次,以取消不符合权限的用户的服务器访问权限。