|
3 months ago | |
---|---|---|
.github/ISSUE_TEMPLATE | 7 months ago | |
.idea | 7 months ago | |
.phive | 9 months ago | |
.vscode | 9 months ago | |
app | 3 months ago | |
bootstrap | 5 months ago | |
config | 5 months ago | |
database | 5 months ago | |
public | 5 months ago | |
resources | 5 months ago | |
routes | 5 months ago | |
storage | 10 months ago | |
tests | 5 months ago | |
.editorconfig | 11 months ago | |
.env.example | 7 months ago | |
.gitattributes | 11 months ago | |
.gitignore | 9 months ago | |
.styleci.yml | 11 months ago | |
CODE_OF_CONDUCT.md | 7 months ago | |
CONTRIBUTING.md | 7 months ago | |
LICENSE | 11 months ago | |
Procfile | 8 months ago | |
README.md | 5 months ago | |
SECURITY.md | 7 months ago | |
artisan | 11 months ago | |
composer.json | 7 months ago | |
composer.lock | 7 months ago | |
crowdin.yml | 7 months ago | |
install.sh | 9 months ago | |
package-lock.json | 8 months ago | |
package.json | 8 months ago | |
phpunit.xml | 11 months ago | |
server.php | 5 months ago | |
webpack.mix.js | 10 months ago |
Have you ever gotten tired of managing your Minecraft server/network's applications through Discord (or anything else) and having to scroll through hundreds of new messages just to find that one applicant's username?
Wish you had a better application managemet strategy? Well, then Raspberry Teams is for you! It was originally designed and developed for internal use for a gameserver network, but sharing is caring!
And many more features!
Many other features are currently planned for this app, such as:
Tech stack:
Currently, the master
branch is highly unstable, since it's under active development. Expect it to break with each commit. Even though I make an effort to make sure each commit is good to go before pushing, things might still break unexpectedly, and you may find a lot of bugs (which you should report).
Every released version is currently pre-release. If you really want to run this before version 1.0.0
comes out, always stay on the latest version, as those will always be tested before release, ensuring less chaos.
*Note: This application is NOT production ready! It won't be until the first stable release comes out, which might take a bit longer.
Currently, this application is only supported on Linux environments (Ubuntu 20.04 or derivatives are recommended).
composer
(min version: 1.8.4)npm
(tested w/ v 5.8.0)php
(required PHP 7 or newer - lower versions unsupported!)Make sure all prerequisites are installed. Afterwards, clone this repository, make install.sh
executable and run it.
Configuration is currently done via the installer. Alternatively, you may also edit the .env
file directly.
This process will be moved to the browser later.
Please report any bugs you find to the issues section here! It'd be immensely helpful. PRs are also accepted.