{
  "hostname": "ovaltube.codinglab.ch",
  "nodeinfo_url": "https://ovaltube.codinglab.ch/nodeinfo/2.0.json",
  "nodeinfo": {
    "version": "2.0",
    "software": {
      "name": "peertube",
      "version": "6.3.3"
    },
    "protocols": [
      "activitypub"
    ],
    "services": {
      "inbound": [],
      "outbound": [
        "atom1.0",
        "rss2.0"
      ]
    },
    "openRegistrations": false,
    "usage": {
      "users": {
        "total": 6,
        "activeMonth": 1,
        "activeHalfyear": 4
      },
      "localPosts": 24,
      "localComments": 4
    },
    "metadata": {
      "taxonomy": {
        "postsName": "Videos"
      },
      "nodeName": "OVALmedia",
      "nodeDescription": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
      "nodeConfig": {
        "search": {
          "remoteUri": {
            "users": false,
            "anonymous": false
          }
        },
        "plugin": {
          "registered": [
            {
              "npmName": "peertube-plugin-simplelogo",
              "name": "simplelogo",
              "version": "0.0.6",
              "description": "Plugin that let you change logo and favicon on your PeerTube instance.",
              "clientScripts": {
                "client/common-client-plugin.js": {
                  "script": "client/common-client-plugin.js",
                  "scopes": [
                    "common"
                  ]
                }
              }
            },
            {
              "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"
                  ]
                }
              }
            }
          ]
        },
        "theme": {
          "registered": [
            {
              "npmName": "peertube-theme-u2be",
              "name": "u2be",
              "version": "0.0.2",
              "description": "u2be is a style clone of the world's most popular video social network.",
              "css": [
                "assets/style.css"
              ],
              "clientScripts": {}
            }
          ],
          "default": "u2be"
        },
        "email": {
          "enabled": false
        },
        "contactForm": {
          "enabled": false
        },
        "transcoding": {
          "hls": {
            "enabled": true
          },
          "web_videos": {
            "enabled": false
          },
          "enabledResolutions": [
            480,
            720,
            1080
          ]
        },
        "live": {
          "enabled": true,
          "transcoding": {
            "enabled": true,
            "enabledResolutions": [
              480,
              720,
              1080
            ]
          }
        },
        "import": {
          "videos": {
            "http": {
              "enabled": true
            },
            "torrent": {
              "enabled": true
            }
          }
        },
        "autoBlacklist": {
          "videos": {
            "ofUsers": {
              "enabled": false
            }
          }
        },
        "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": -1,
          "videoQuotaDaily": -1
        },
        "trending": {
          "videos": {
            "intervalDays": 7
          }
        },
        "tracker": {
          "enabled": true
        }
      }
    }
  }
}