{
  "hostname": "pt.app.htlab.dev",
  "nodeinfo_url": "https://pt.app.htlab.dev/nodeinfo/2.0.json",
  "nodeinfo": {
    "version": "2.0",
    "software": {
      "name": "peertube",
      "version": "7.3.0"
    },
    "protocols": [
      "activitypub"
    ],
    "services": {
      "inbound": [],
      "outbound": [
        "atom1.0",
        "rss2.0"
      ]
    },
    "openRegistrations": false,
    "usage": {
      "users": {
        "total": 4,
        "activeMonth": 2,
        "activeHalfyear": 3
      },
      "localPosts": 0,
      "localComments": 0
    },
    "metadata": {
      "taxonomy": {
        "postsName": "Videos"
      },
      "nodeName": "MyTube",
      "nodeDescription": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
      "nodeConfig": {
        "search": {
          "remoteUri": {
            "users": true,
            "anonymous": false
          }
        },
        "plugin": {
          "registered": [
            {
              "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-auth-openid-connect",
              "name": "auth-openid-connect",
              "version": "1.0.3",
              "description": "Add OpenID connect support to login form in PeerTube.",
              "clientScripts": {}
            }
          ]
        },
        "theme": {
          "registered": [
            {
              "npmName": "peertube-theme-dark",
              "name": "dark",
              "version": "3.0.1",
              "description": "PeerTube dark theme",
              "css": [
                "assets/style.css"
              ],
              "clientScripts": {}
            }
          ],
          "default": "peertube-core-dark-brown"
        },
        "email": {
          "enabled": true
        },
        "contactForm": {
          "enabled": false
        },
        "transcoding": {
          "hls": {
            "enabled": true
          },
          "web_videos": {
            "enabled": false
          },
          "enabledResolutions": []
        },
        "live": {
          "enabled": false,
          "transcoding": {
            "enabled": true,
            "enabledResolutions": [
              1080
            ]
          }
        },
        "import": {
          "videos": {
            "http": {
              "enabled": true
            },
            "torrent": {
              "enabled": true
            }
          }
        },
        "autoBlacklist": {
          "videos": {
            "ofUsers": {
              "enabled": true
            }
          }
        },
        "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": -1,
          "videoQuotaDaily": -1
        },
        "trending": {
          "videos": {
            "intervalDays": 7
          }
        },
        "tracker": {
          "enabled": true
        }
      }
    }
  }
}