summary refs log tree commit diff
path: root/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/LICENSE14
-rw-r--r--dashboard/README.md12
-rw-r--r--dashboard/package-lock.json6
-rw-r--r--dashboard/package.json23
-rw-r--r--dashboard/src/index.ts0
5 files changed, 0 insertions, 55 deletions
diff --git a/dashboard/LICENSE b/dashboard/LICENSE
deleted file mode 100644
index f19bf520..00000000
--- a/dashboard/LICENSE
+++ /dev/null
@@ -1,14 +0,0 @@
-Copyright (C) 2021 Fosscord and contributors
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU Affero General Public License as
-published by the Free Software Foundation, either version 3 of the
-License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU Affero General Public License for more details.
-
-You should have received a copy of the GNU Affero General Public License
-along with this program.  If not, see <https://www.gnu.org/licenses/>.
\ No newline at end of file
diff --git a/dashboard/README.md b/dashboard/README.md
deleted file mode 100644
index df1157a1..00000000
--- a/dashboard/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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))
-
-port = 3005
diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json
deleted file mode 100644
index 4d56041e..00000000
--- a/dashboard/package-lock.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "name": "dashboard",
-  "lockfileVersion": 2,
-  "requires": true,
-  "packages": {}
-}
diff --git a/dashboard/package.json b/dashboard/package.json
deleted file mode 100644
index 1009d658..00000000
--- a/dashboard/package.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-	"name": "@fosscord/dashboard",
-	"version": "1.0.0",
-	"description": "Dashboard for Fosscord",
-	"main": "dist/index.js",
-	"types": "src/index.ts",
-	"scripts": {
-		"test": "npm run build && jest --coverage ./tests",
-		"build": "npx tsc -p .",
-		"start": "node dist/start.js"
-	},
-	"repository": {
-		"type": "git",
-		"url": "git+https://github.com/fosscord/fosscord-server.git"
-	},
-	"keywords": [],
-	"author": "",
-	"license": "GPLV3",
-	"bugs": {
-		"url": "https://github.com/fosscord/fosscord-server/issues"
-	},
-	"homepage": "https://github.com/fosscord/fosscord-server#readme"
-}
diff --git a/dashboard/src/index.ts b/dashboard/src/index.ts
deleted file mode 100644
index e69de29b..00000000
--- a/dashboard/src/index.ts
+++ /dev/null