mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-23 11:17:54 +08:00
pptp plugin
This commit is contained in:
0
plugin/pptp/INSTALL.md
Normal file
0
plugin/pptp/INSTALL.md
Normal file
6
plugin/pptp/action.coffee
Normal file
6
plugin/pptp/action.coffee
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports =
|
||||
update_passwd:
|
||||
mode: 'passwd'
|
||||
callback: ->
|
||||
|
||||
widget: ->
|
||||
19
plugin/pptp/index.coffee
Normal file
19
plugin/pptp/index.coffee
Normal file
@@ -0,0 +1,19 @@
|
||||
action = require './action'
|
||||
service = require './service'
|
||||
monitor = require './monitor'
|
||||
|
||||
module.exports =
|
||||
name: 'pptp'
|
||||
type: 'service'
|
||||
version: '0.1.0'
|
||||
|
||||
action: action
|
||||
service: service
|
||||
monitor: monitor
|
||||
|
||||
panel_widget:
|
||||
content: action.widget
|
||||
|
||||
resources: [
|
||||
'transfer'
|
||||
]
|
||||
0
plugin/pptp/monitor.coffee
Normal file
0
plugin/pptp/monitor.coffee
Normal file
6
plugin/pptp/service.coffee
Normal file
6
plugin/pptp/service.coffee
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports =
|
||||
enable: ->
|
||||
|
||||
pause: ->
|
||||
|
||||
delete: ->
|
||||
Reference in New Issue
Block a user