{
  "hostname": "peertube.codeheap.dev",
  "nodeinfo_url": "https://peertube.codeheap.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": 2,
        "activeMonth": 2,
        "activeHalfyear": 2
      },
      "localPosts": 28,
      "localComments": 1
    },
    "metadata": {
      "taxonomy": {
        "postsName": "Videos"
      },
      "nodeName": "PeerTube Codeheap",
      "nodeDescription": "PeerTube: Eine dezentrale Video-Streaming-Plattform, die über ActivityPub föderiert ist und Peer-to-Peer (P2P) direkt in deinem Webbrowser verwendet.",
      "nodeConfig": {
        "search": {
          "remoteUri": {
            "users": true,
            "anonymous": false
          }
        },
        "plugin": {
          "registered": [
            {
              "npmName": "peertube-plugin-video-annotation",
              "name": "video-annotation",
              "version": "0.1.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-matomo",
              "name": "matomo",
              "version": "1.0.2",
              "description": "Matomo plugin that tracks page views on a PeerTube instance.",
              "clientScripts": {
                "dist/common-client-plugin.js": {
                  "script": "dist/common-client-plugin.js",
                  "scopes": [
                    "common"
                  ]
                },
                "dist/embed-client-plugin.js": {
                  "script": "dist/embed-client-plugin.js",
                  "scopes": [
                    "embed"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-social-sharing",
              "name": "social-sharing",
              "version": "0.10.1",
              "description": "Share a video or playlist URL on social media (Mastodon, WordPress, reddit, Twitter, etc.)",
              "clientScripts": {
                "dist/common-client-plugin.js": {
                  "script": "dist/common-client-plugin.js",
                  "scopes": [
                    "common"
                  ]
                }
              }
            },
            {
              "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-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-livechat",
              "name": "livechat",
              "version": "14.0.1",
              "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": [],
          "default": "default"
        },
        "email": {
          "enabled": true
        },
        "contactForm": {
          "enabled": true
        },
        "transcoding": {
          "hls": {
            "enabled": true
          },
          "web_videos": {
            "enabled": false
          },
          "enabledResolutions": [
            480,
            1080,
            2160
          ]
        },
        "live": {
          "enabled": true,
          "transcoding": {
            "enabled": true,
            "enabledResolutions": []
          }
        },
        "import": {
          "videos": {
            "http": {
              "enabled": true
            },
            "torrent": {
              "enabled": true
            }
          }
        },
        "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": 5368709120,
          "videoQuotaDaily": 2147483648
        },
        "trending": {
          "videos": {
            "intervalDays": 7
          }
        },
        "tracker": {
          "enabled": true
        }
      }
    }
  }
}