{
  "hostname": "peertube.wtf",
  "nodeinfo_url": "https://peertube.wtf/nodeinfo/2.0.json",
  "nodeinfo": {
    "version": "2.0",
    "software": {
      "name": "peertube",
      "version": "8.0.1"
    },
    "protocols": [
      "activitypub"
    ],
    "services": {
      "inbound": [],
      "outbound": [
        "atom1.0",
        "rss2.0"
      ]
    },
    "openRegistrations": true,
    "usage": {
      "users": {
        "total": 1594,
        "activeMonth": 299,
        "activeHalfyear": 807
      },
      "localPosts": 8236,
      "localComments": 907
    },
    "metadata": {
      "taxonomy": {
        "postsName": "Videos"
      },
      "nodeName": "PeerTube.wtf",
      "nodeDescription": "A PeerTube provider for general use, hosted in northern Europe.",
      "nodeConfig": {
        "search": {
          "remoteUri": {
            "users": true,
            "anonymous": true
          }
        },
        "plugin": {
          "registered": [
            {
              "npmName": "peertube-plugin-georegister",
              "name": "georegister",
              "version": "0.0.5",
              "description": "PeerTube plugin for allowing registration depending on ip countries",
              "clientScripts": {}
            },
            {
              "npmName": "peertube-plugin-privacy-remover",
              "name": "privacy-remover",
              "version": "0.0.2",
              "description": "Remove video privacy settings",
              "clientScripts": {}
            },
            {
              "npmName": "peertube-plugin-subtitle-editor",
              "name": "subtitle-editor",
              "version": "0.5.0",
              "description": "Basic subtitle editor that supports editing and managing captions for multiple languages directly in PeerTube.",
              "clientScripts": {
                "dist/client/common-client-plugin.js": {
                  "script": "dist/client/common-client-plugin.js",
                  "scopes": [
                    "common"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-video-annotation",
              "name": "video-annotation",
              "version": "0.2.0",
              "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": "14.0.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"
                  ]
                }
              }
            }
          ]
        },
        "theme": {
          "registered": [
            {
              "npmName": "peertube-theme-dark",
              "name": "dark",
              "version": "3.0.1",
              "description": "PeerTube dark theme",
              "css": [
                "assets/style.css"
              ],
              "clientScripts": {}
            }
          ],
          "default": "default"
        },
        "email": {
          "enabled": true
        },
        "contactForm": {
          "enabled": true
        },
        "transcoding": {
          "hls": {
            "enabled": true
          },
          "web_videos": {
            "enabled": false
          },
          "enabledResolutions": []
        },
        "live": {
          "enabled": false,
          "transcoding": {
            "enabled": false,
            "enabledResolutions": []
          }
        },
        "import": {
          "videos": {
            "http": {
              "enabled": true
            },
            "torrent": {
              "enabled": false
            }
          }
        },
        "autoBlacklist": {
          "videos": {
            "ofUsers": {
              "enabled": false
            }
          }
        },
        "avatar": {
          "file": {
            "size": {
              "max": 8388608
            },
            "extensions": [
              ".png",
              ".jpeg",
              ".jpg",
              ".gif",
              ".webp"
            ]
          }
        },
        "video": {
          "image": {
            "extensions": [
              ".png",
              ".jpg",
              ".jpeg",
              ".webp"
            ],
            "size": {
              "max": 8388608
            }
          },
          "file": {
            "extensions": [
              ".webm",
              ".ogv",
              ".mp4"
            ]
          }
        },
        "videoCaption": {
          "file": {
            "size": {
              "max": 20971520
            },
            "extensions": [
              ".vtt",
              ".srt"
            ]
          }
        },
        "user": {
          "videoQuota": 107374182400,
          "videoQuotaDaily": 10737418240
        },
        "trending": {
          "videos": {
            "intervalDays": 7
          }
        },
        "tracker": {
          "enabled": true
        }
      }
    }
  }
}