mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Implement user import/export in server
This commit is contained in:
parent
4d63e6f577
commit
8573e5a80a
196 changed files with 5661 additions and 722 deletions
|
@ -193,10 +193,23 @@ export interface CustomConfig {
|
|||
enabled: boolean
|
||||
}
|
||||
}
|
||||
|
||||
videoChannelSynchronization: {
|
||||
enabled: boolean
|
||||
maxPerUser: number
|
||||
}
|
||||
|
||||
users: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
|
||||
export: {
|
||||
users: {
|
||||
enabled: boolean
|
||||
maxUserVideoQuota: number
|
||||
exportExpiration: number
|
||||
}
|
||||
}
|
||||
|
||||
trending: {
|
||||
|
@ -260,5 +273,4 @@ export interface CustomConfig {
|
|||
storyboards: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue