mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add ability to set avatar to instance
This commit is contained in:
parent
db06d13c67
commit
bb7cb0d2fd
29 changed files with 693 additions and 348 deletions
|
@ -1,3 +1,4 @@
|
|||
import { ActorImage } from '../index.js'
|
||||
import { ClientScriptJSON } from '../plugins/plugin-package-json.model.js'
|
||||
import { NSFWPolicyType } from '../videos/nsfw-policy.type.js'
|
||||
import { VideoPrivacyType } from '../videos/video-privacy.enum.js'
|
||||
|
@ -90,6 +91,9 @@ export interface ServerConfig {
|
|||
javascript: string
|
||||
css: string
|
||||
}
|
||||
|
||||
avatars: ActorImage[]
|
||||
banners: ActorImage[]
|
||||
}
|
||||
|
||||
search: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue