Initial commit.

- Only modifies the total*User values of /api/v1/server/stats.
This commit is contained in:
2023-12-21 13:54:23 +09:00
commit 66ae7583d2
6 changed files with 103 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "peertube-plugin-hide-root-user",
"description": "Prevents the \"root\" user from showing up in your PeerTube server's public-facing stats. Useful only when the root account isn't actually being used on your instance.",
"version": "0.5.0",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Dave Jansen",
"email": "i.am@davejansen.com",
"url": "https://www.davejansen.com/"
},
"bugs": "https://git.davejansen.com/davejansen/peertube-plugin-hide-root-user/issues",
"engine": {
"peertube": ">=6.0.0"
},
"homepage": "https://git.davejansen.com/davejansen/peertube-plugin-hide-root-user",
"keywords": [
"peertube",
"plugin"
],
"library": "./main.js",
"css": [],
"clientScripts": [],
"staticDirs": {},
"translations": {}
}