This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
36724c5dfc
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 04:39:58 -05:00
export
interface
InstallOrUpdatePlugin
{
WIP plugins: move plugin CLI in peertube script Install/uninstall/list plugins remotely
2019-07-11 10:23:24 -05:00
npmName?
:
string
path?
:
string
WIP plugins: plugin settings on server side
2019-07-10 09:59:53 -05:00
}