mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Inject server config in HTML
This commit is contained in:
parent
c76ecc3ff7
commit
aea0b0e7cd
15 changed files with 143 additions and 89 deletions
|
@ -45,9 +45,12 @@ interface ServerInfo {
|
|||
uuid: string
|
||||
name?: string
|
||||
url?: string
|
||||
|
||||
account?: {
|
||||
name: string
|
||||
}
|
||||
|
||||
embedPath?: string
|
||||
}
|
||||
|
||||
remoteVideo?: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue