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.
  • JavaScript 100%
Find a file
2025-03-19 10:44:22 +09:00
.gitignore Initial commit. 2023-12-21 13:54:23 +09:00
.npmignore Initial commit. 2023-12-21 13:54:23 +09:00
main.js Minor code cleanup 2025-03-19 10:44:22 +09:00
package-lock.json Adjust totalModerators and totalAdmins too 2025-03-19 10:09:26 +09:00
package.json Adjust totalModerators and totalAdmins too 2025-03-19 10:09:26 +09:00
README.md Initial commit. 2023-12-21 13:54:23 +09:00

Hide Root User PeerTube Plugin

Prevent the "root" user from showing up in your PeerTube server's public-facing stats. This is useful when you do not use your "root" user for anything, and prevents your server stats from appearing incorrect (e.g. showing 2 users for a single-user instance). This does not hide the actual user, it just subtracts one user from the instance stats.