{
  "hostname": "peertube.elforcer.ru",
  "nodeinfo_url": "https://peertube.elforcer.ru/nodeinfo/2.0.json",
  "nodeinfo": {
    "version": "2.0",
    "software": {
      "name": "peertube",
      "version": "8.0.2"
    },
    "protocols": [
      "activitypub"
    ],
    "services": {
      "inbound": [],
      "outbound": [
        "atom1.0",
        "rss2.0"
      ]
    },
    "openRegistrations": false,
    "usage": {
      "users": {
        "total": 3,
        "activeMonth": 2,
        "activeHalfyear": 2
      },
      "localPosts": 1898,
      "localComments": 6
    },
    "metadata": {
      "taxonomy": {
        "postsName": "Videos"
      },
      "nodeName": "PeerTube ELForcer",
      "nodeDescription": "Частный видеосервер ELForcer без регистрации.",
      "nodeConfig": {
        "search": {
          "remoteUri": {
            "users": true,
            "anonymous": true
          }
        },
        "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-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-playlist-reverse-order",
              "name": "playlist-reverse-order",
              "version": "2.0.0",
              "description": "Customize playlists in PeerTube",
              "clientScripts": {}
            },
            {
              "npmName": "peertube-plugin-auto-block-videos",
              "name": "auto-block-videos",
              "version": "0.0.2",
              "description": "Auto block videos plugin for PeerTube",
              "clientScripts": {}
            },
            {
              "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-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"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-categories",
              "name": "categories",
              "version": "1.2.7",
              "description": "Manage video categories.",
              "clientScripts": {
                "src/client/admin-plugin-settings.js": {
                  "script": "src/client/admin-plugin-settings.js",
                  "scopes": [
                    "admin-plugin"
                  ]
                }
              }
            },
            {
              "npmName": "peertube-plugin-custom-pages",
              "name": "custom-pages",
              "version": "0.1.4",
              "description": "Create custom pages on PeerTube.",
              "clientScripts": {
                "dist/client/common-client-plugin.js": {
                  "script": "dist/client/common-client-plugin.js",
                  "scopes": [
                    "common"
                  ]
                }
              }
            }
          ]
        },
        "theme": {
          "registered": [
            {
              "npmName": "peertube-theme-framasoft",
              "name": "framasoft",
              "version": "1.0.0",
              "description": "PeerTube Framasoft 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": true,
            "enabledResolutions": [
              480,
              720,
              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": 107374182400,
          "videoQuotaDaily": -1
        },
        "trending": {
          "videos": {
            "intervalDays": 7
          }
        },
        "tracker": {
          "enabled": true
        }
      }
    }
  }
}