1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add about page

This commit is contained in:
Chocobozzz 2018-01-31 17:47:36 +01:00
parent 66b16cafb3
commit 36f9424ff1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
20 changed files with 250 additions and 16 deletions

View file

@ -1,11 +1,18 @@
export interface ServerConfig {
serverVersion: string,
serverVersion: string
instance: {
name: string
}
signup: {
allowed: boolean
}
transcoding: {
enabledResolutions: number[]
}
avatar: {
file: {
size: {
@ -14,6 +21,7 @@ export interface ServerConfig {
extensions: string[]
}
}
video: {
file: {
extensions: string[]