{
  "hostname": "peertube.linuxrocks.online",
  "nodeinfo_url": "https://peertube.linuxrocks.online/nodeinfo/2.0.json",
  "nodeinfo": {
    "version": "2.0",
    "software": {
      "name": "peertube",
      "version": "6.1.0"
    },
    "protocols": [
      "activitypub"
    ],
    "services": {
      "inbound": [],
      "outbound": [
        "atom1.0",
        "rss2.0"
      ]
    },
    "openRegistrations": true,
    "usage": {
      "users": {
        "total": 549,
        "activeMonth": 17,
        "activeHalfyear": 52
      },
      "localPosts": 8699,
      "localComments": 314
    },
    "metadata": {
      "taxonomy": {
        "postsName": "Videos"
      },
      "nodeName": "LinuxRocks PeerTube",
      "nodeDescription": "Welcome to the Linuxrocks Peertube instance!",
      "nodeConfig": {
        "search": {
          "remoteUri": {
            "users": true,
            "anonymous": true
          }
        },
        "plugin": {
          "registered": [
            {
              "npmName": "peertube-plugin-creative-commons",
              "name": "creative-commons",
              "version": "1.2.0",
              "description": "Standardized display of Creative Commons licenses. Uses short identifiers like CC BY-SA 4.0 instead of descriptive text.",
              "clientScripts": {
                "client/video-watch-client-plugin.js": {
                  "script": "client/video-watch-client-plugin.js",
                  "scopes": [
                    "video-watch"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-social-sharing-ptv3",
              "name": "social-sharing-ptv3",
              "version": "0.7.3",
              "description": "Share a video or playlist URL on social media Facebook and Twitter",
              "clientScripts": {
                "dist/common-client-plugin.js": {
                  "script": "dist/common-client-plugin.js",
                  "scopes": [
                    "common"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-orion-admin-stats",
              "name": "orion-admin-stats",
              "version": "1.1.6",
              "description": "Plugin to display stats about instance in the admin dashboard",
              "clientScripts": {
                "dist/common-client-plugin.js": {
                  "script": "dist/common-client-plugin.js",
                  "scopes": [
                    "common"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-tv-streaming",
              "name": "tv-streaming",
              "version": "1.2.1",
              "description": "Chromecast and AirPlay support for PeerTube.",
              "clientScripts": {
                "dist/common-client-plugin.js": {
                  "script": "dist/common-client-plugin.js",
                  "scopes": [
                    "video-watch"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-liveapi-live-stream",
              "name": "liveapi-live-stream",
              "version": "0.0.8",
              "description": "Integrate LiveAPI streams with PeerTube",
              "clientScripts": {
                "dist/common-client-plugin.js": {
                  "script": "dist/common-client-plugin.js",
                  "scopes": [
                    "common",
                    "video-edit",
                    "video-watch"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-video-annotation",
              "name": "video-annotation",
              "version": "0.0.8",
              "description": "PeerTube plugin video annotation",
              "clientScripts": {
                "dist/embed-client-plugin.js": {
                  "script": "dist/embed-client-plugin.js",
                  "scopes": [
                    "embed"
                  ]
                },
                "dist/video-edit-client-plugin.js": {
                  "script": "dist/video-edit-client-plugin.js",
                  "scopes": [
                    "video-edit"
                  ]
                },
                "dist/video-watch-client-plugin.js": {
                  "script": "dist/video-watch-client-plugin.js",
                  "scopes": [
                    "video-watch"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-livechat",
              "name": "livechat",
              "version": "10.3.2",
              "description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...",
              "clientScripts": {
                "dist/client/common-client-plugin.js": {
                  "script": "dist/client/common-client-plugin.js",
                  "scopes": [
                    "common"
                  ]
                },
                "dist/client/admin-plugin-client-plugin.js": {
                  "script": "dist/client/admin-plugin-client-plugin.js",
                  "scopes": [
                    "admin-plugin"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-chapters",
              "name": "chapters",
              "version": "1.1.3",
              "description": "PeerTube chapter plugin",
              "clientScripts": {
                "dist/client/video-watch-client-plugin.js": {
                  "script": "dist/client/video-watch-client-plugin.js",
                  "scopes": [
                    "video-watch",
                    "embed"
                  ]
                },
                "dist/client/video-edit-client-plugin.js": {
                  "script": "dist/client/video-edit-client-plugin.js",
                  "scopes": [
                    "video-edit"
                  ]
                }
              }
            }
          ]
        },
        "theme": {
          "registered": [
            {
              "npmName": "peertube-theme-novatube",
              "name": "novatube",
              "version": "0.0.7",
              "description": "PeerTube theme NovaTube",
              "css": [
                "assets/style.css"
              ],
              "clientScripts": {
                "": {
                  "script": "",
                  "scopes": [
                    ""
                  ]
                }
              }
            },
            {
              "npmName": "peertube-theme-dark",
              "name": "dark",
              "version": "2.5.0",
              "description": "PeerTube dark theme",
              "css": [
                "assets/style.css"
              ],
              "clientScripts": {}
            }
          ],
          "default": "default"
        },
        "email": {
          "enabled": true
        },
        "contactForm": {
          "enabled": true
        },
        "transcoding": {
          "hls": {
            "enabled": true
          },
          "web_videos": {
            "enabled": true
          },
          "enabledResolutions": [
            240,
            360,
            480,
            720,
            1080,
            1440,
            2160
          ]
        },
        "live": {
          "enabled": true,
          "transcoding": {
            "enabled": true,
            "enabledResolutions": [
              240,
              360,
              480,
              720,
              1080,
              2160
            ]
          }
        },
        "import": {
          "videos": {
            "http": {
              "enabled": true
            },
            "torrent": {
              "enabled": true
            }
          }
        },
        "autoBlacklist": {
          "videos": {
            "ofUsers": {
              "enabled": true
            }
          }
        },
        "avatar": {
          "file": {
            "size": {
              "max": 4194304
            },
            "extensions": [
              ".png",
              ".jpeg",
              ".jpg",
              ".gif",
              ".webp"
            ]
          }
        },
        "video": {
          "image": {
            "extensions": [
              ".png",
              ".jpg",
              ".jpeg",
              ".webp"
            ],
            "size": {
              "max": 4194304
            }
          },
          "file": {
            "extensions": [
              ".webm",
              ".ogv",
              ".ogg",
              ".mp4",
              ".mkv",
              ".mov",
              ".qt",
              ".mqv",
              ".m4v",
              ".flv",
              ".f4v",
              ".wmv",
              ".avi",
              ".3gp",
              ".3gpp",
              ".3g2",
              ".3gpp2",
              ".nut",
              ".mts",
              ".m2ts",
              ".mpv",
              ".m2v",
              ".m1v",
              ".mpg",
              ".mpe",
              ".mpeg",
              ".vob",
              ".mxf",
              ".mp3",
              ".wma",
              ".wav",
              ".flac",
              ".aac",
              ".m4a",
              ".ac3"
            ]
          }
        },
        "videoCaption": {
          "file": {
            "size": {
              "max": 20971520
            },
            "extensions": [
              ".vtt",
              ".srt"
            ]
          }
        },
        "user": {
          "videoQuota": 53687091200,
          "videoQuotaDaily": -1
        },
        "trending": {
          "videos": {
            "intervalDays": 7
          }
        },
        "tracker": {
          "enabled": true
        }
      }
    }
  }
}