mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Add avatar max size limit
This commit is contained in:
parent
47564bbe2e
commit
01de67b9a4
17 changed files with 226 additions and 30 deletions
|
@ -5,4 +5,17 @@ export interface ServerConfig {
|
|||
transcoding: {
|
||||
enabledResolutions: number[]
|
||||
}
|
||||
avatar: {
|
||||
file: {
|
||||
size: {
|
||||
max: number
|
||||
},
|
||||
extensions: string[]
|
||||
}
|
||||
}
|
||||
video: {
|
||||
file: {
|
||||
extensions: string[]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue