mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
WIP plugins: move plugin CLI in peertube script
Install/uninstall/list plugins remotely
This commit is contained in:
parent
dba85a1e9e
commit
8d2be0ed7b
26 changed files with 452 additions and 191 deletions
|
@ -1,3 +1,4 @@
|
|||
export interface InstallPlugin {
|
||||
npmName: string
|
||||
npmName?: string
|
||||
path?: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue