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
d17c7b4e8c
PeerTube
/
shared
/
models
/
plugins
/
server
/
api
/
install-plugin.model.ts
6 lines
103 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
CLI: plugins install command accept a --plugin-version parameter. (#4599) * CLI: plugins install command accept a --plugin-version parameter. * Unit tests for plugins install --plugin-version. * Fix linting. * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
2021-12-03 10:14:01 +01:00
pluginVersion?
:
string
WIP plugins: move plugin CLI in peertube script Install/uninstall/list plugins remotely
2019-07-11 17:23:24 +02:00
path?
:
string
WIP plugins: plugin settings on server side
2019-07-10 16:59:53 +02:00
}