{
  "hostname": "pace.rip",
  "nodeinfo_url": "https://pace.rip/nodeinfo/2.0.json",
  "nodeinfo": {
    "version": "2.0",
    "software": {
      "name": "peertube",
      "version": "4.3.1"
    },
    "protocols": [
      "activitypub"
    ],
    "services": {
      "inbound": [],
      "outbound": [
        "atom1.0",
        "rss2.0"
      ]
    },
    "openRegistrations": true,
    "usage": {
      "users": {
        "total": 29,
        "activeMonth": 1,
        "activeHalfyear": 2
      },
      "localPosts": 0,
      "localComments": 0
    },
    "metadata": {
      "taxonomy": {
        "postsName": "Videos"
      },
      "nodeName": "PaceRIP",
      "nodeDescription": "PaceRIP is a community for streamers and speedrunners who livestream on open platforms.",
      "nodeConfig": {
        "search": {
          "remoteUri": {
            "users": false,
            "anonymous": false
          }
        },
        "plugin": {
          "registered": [
            {
              "npmName": "peertube-plugin-background-play",
              "name": "background-play",
              "version": "0.0.5",
              "description": "Play videos in background when mobile screen is locked.",
              "clientScripts": {
                "dist/common-client-plugin.js": {
                  "script": "dist/common-client-plugin.js",
                  "scopes": [
                    "common"
                  ]
                }
              }
            },
            {
              "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"
                  ]
                }
              }
            }
          ]
        },
        "theme": {
          "registered": [
            {
              "npmName": "peertube-theme-pacerip",
              "name": "pacerip",
              "version": "1.2.2",
              "description": "Theme for the PaceRIP PeerTube instance",
              "css": [
                "assets/color.css",
                "assets/style.css"
              ],
              "clientScripts": {}
            },
            {
              "npmName": "peertube-theme-pacerip-light-dark-flip",
              "name": "pacerip-light-dark-flip",
              "version": "1.2.2",
              "description": "Theme for the PaceRIP PeerTube instance, with light and dark colors flipped.",
              "css": [
                "files/assets/color-flip.css",
                "files/assets/style.css"
              ],
              "clientScripts": {}
            },
            {
              "npmName": "peertube-theme-dark",
              "name": "dark",
              "version": "2.6.1",
              "description": "PeerTube dark theme",
              "css": [
                "assets/style.css"
              ],
              "clientScripts": {}
            }
          ],
          "default": "pacerip"
        },
        "email": {
          "enabled": true
        },
        "contactForm": {
          "enabled": true
        },
        "transcoding": {
          "hls": {
            "enabled": false
          },
          "webtorrent": {
            "enabled": true
          },
          "enabledResolutions": []
        },
        "live": {
          "enabled": true,
          "transcoding": {
            "enabled": false,
            "enabledResolutions": []
          }
        },
        "import": {
          "videos": {
            "http": {
              "enabled": false
            },
            "torrent": {
              "enabled": false
            }
          }
        },
        "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",
              ".mp4"
            ]
          }
        },
        "videoCaption": {
          "file": {
            "size": {
              "max": 20971520
            },
            "extensions": [
              ".vtt",
              ".srt"
            ]
          }
        },
        "user": {
          "videoQuota": 1,
          "videoQuotaDaily": -1
        },
        "trending": {
          "videos": {
            "intervalDays": 7
          }
        },
        "tracker": {
          "enabled": true
        }
      }
    }
  }
}