1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Add ability to update the banner

This commit is contained in:
Chocobozzz 2021-04-07 17:01:29 +02:00 committed by Chocobozzz
parent 282695e699
commit cdeddff142
42 changed files with 481 additions and 206 deletions

View file

@ -151,6 +151,15 @@ export interface ServerConfig {
}
}
banner: {
file: {
size: {
max: number
}
extensions: string[]
}
}
video: {
image: {
size: {