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:
parent
66b16cafb3
commit
36f9424ff1
20 changed files with 250 additions and 16 deletions
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue