Files
peertube-plugin-hide-root-user/package.json
Dave Jansen 66ae7583d2 Initial commit.
- Only modifies the total*User values of /api/v1/server/stats.
2023-12-21 13:54:23 +09:00

27 lines
789 B
JSON

{
"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": {}
}