diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-04 21:57:24 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-04 21:57:24 +0200 |
commit | e563aa25b43e55eb86e5119edb71b0ccf20102ff (patch) | |
tree | 13487ab459b896b10d9dba2a38d77445bc075836 /dashboard | |
parent | Merge branch 'master' of https://github.com/fosscord/fosscord-server (diff) | |
download | server-e563aa25b43e55eb86e5119edb71b0ccf20102ff.tar.xz |
:construction: different db engines
Diffstat (limited to 'dashboard')
-rw-r--r-- | dashboard/README.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dashboard/README.md b/dashboard/README.md index c94ae96c..df1157a1 100644 --- a/dashboard/README.md +++ b/dashboard/README.md @@ -1,8 +1,12 @@ # Fosscord-dashboard + A admin dashboard for fosscord-server ## (planned) Features -- [ ] Overview usage (registered users, concurrent connections, voice usage, reports) -- [ ] Reports -- [ ] Member managment (edit (disable, delete, premium, username, discriminator)) -- [ ] Configuration ([Config.ts](https://github.com/fosscord/fosscord-server-util/blob/master/src/util/Config.ts)) + +- [ ] Overview usage (registered users, concurrent connections, voice usage, reports) +- [ ] Reports +- [ ] Member managment (edit (disable, delete, premium, username, discriminator)) +- [ ] Configuration ([Config.ts](https://github.com/fosscord/fosscord-server-util/blob/master/src/util/Config.ts)) + +port = 3005 |