You've already forked peertube-plugin-hide-root-user
Initial commit.
- Only modifies the total*User values of /api/v1/server/stats.
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal 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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user