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:
parent
282695e699
commit
cdeddff142
42 changed files with 481 additions and 206 deletions
|
@ -151,6 +151,15 @@ export interface ServerConfig {
|
|||
}
|
||||
}
|
||||
|
||||
banner: {
|
||||
file: {
|
||||
size: {
|
||||
max: number
|
||||
}
|
||||
extensions: string[]
|
||||
}
|
||||
}
|
||||
|
||||
video: {
|
||||
image: {
|
||||
size: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue