This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
edbc932546
PeerTube
/
shared
/
models
/
plugins
/
install-plugin.model.ts
5 lines
78 B
TypeScript
Raw
Normal View
History
Unescape
Escape
WIP plugins: update plugin
2019-07-12 11:39:58 +02:00
export
interface
InstallOrUpdatePlugin
{
WIP plugins: move plugin CLI in peertube script Install/uninstall/list plugins remotely
2019-07-11 17:23:24 +02:00
npmName?
:
string
path?
:
string
WIP plugins: plugin settings on server side
2019-07-10 16:59:53 +02:00
}