mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-24 03:35:59 +08:00
remove un-finish plugin dir
This commit is contained in:
@@ -1,56 +0,0 @@
|
||||
module.exports =
|
||||
web:
|
||||
url: 'http://rp3.rpvhost.net'
|
||||
port: 3000
|
||||
|
||||
debug:
|
||||
mock_test: false
|
||||
|
||||
admin:
|
||||
username: ['jysperm']
|
||||
|
||||
account:
|
||||
invalid_username: [
|
||||
'root', 'daemon', 'bin', 'sys', 'sync', 'games', 'man', 'lp', 'mail', 'colord', 'nobody',
|
||||
'syslog', 'sshd', 'ntp', 'memcache', 'mongodb', 'rpadmin', 'postfix', 'libuuid', 'mysql',
|
||||
'news', 'uucp', 'proxy', 'www-data', 'backup', 'list', 'irc', 'gnats', 'messagebus'
|
||||
]
|
||||
cookie_time: 30 * 24 * 3600 * 1000
|
||||
|
||||
i18n:
|
||||
defaultLanguage: 'zh_CN'
|
||||
availableLanguage: ['zh_CN']
|
||||
|
||||
ticket:
|
||||
availableType: [
|
||||
'linux', 'nodejs', 'php', 'python', 'rootpanel'
|
||||
]
|
||||
|
||||
plugin:
|
||||
availablePlugin: ['linux', 'ssh', 'phpfpm', 'mysql', 'nginx']
|
||||
|
||||
plans:
|
||||
all:
|
||||
price: 8
|
||||
t_name: '所有服务(默认)'
|
||||
t_service: '支持所有服务'
|
||||
t_resources: '磁盘: 520MB, 内存: 27MB, 流量: 37GB'
|
||||
services: ['linux', 'ssh', 'phpfpm', 'mysql', 'nginx']
|
||||
resources:
|
||||
cpu: 144
|
||||
storage: 520
|
||||
transfer: 39
|
||||
memory: 27
|
||||
|
||||
mongodb: 'mongodb://localhost/RootPanel'
|
||||
|
||||
bitcoin:
|
||||
forward_to: '1FjhhWrzAvb9YD4tVdbE6wrSoHSwxMJoWe'
|
||||
confirmations: 1
|
||||
|
||||
plugins:
|
||||
mysql:
|
||||
connection:
|
||||
host: 'localhost'
|
||||
user: 'rpadmin'
|
||||
password: 'passwd'
|
||||
@@ -1,10 +0,0 @@
|
||||
module.exports =
|
||||
switch:
|
||||
mode: 'checkbox'
|
||||
callback: ->
|
||||
|
||||
set_size:
|
||||
mode: 'number'
|
||||
callback: ->
|
||||
|
||||
widget: ->
|
||||
@@ -1,15 +0,0 @@
|
||||
action = require './action'
|
||||
service = require './service'
|
||||
monitor = require './monitor'
|
||||
|
||||
module.exports =
|
||||
name: 'memcached'
|
||||
type: 'service'
|
||||
version: '0.1.0'
|
||||
|
||||
action: action
|
||||
service: service
|
||||
monitor: monitor
|
||||
|
||||
panel_widget:
|
||||
content: action.widget
|
||||
@@ -1,6 +0,0 @@
|
||||
module.exports =
|
||||
enbale: ->
|
||||
|
||||
pause: ->
|
||||
|
||||
delete: ->
|
||||
@@ -1,18 +0,0 @@
|
||||
module.exports =
|
||||
update_passwd:
|
||||
mode: 'passwd'
|
||||
callback: ->
|
||||
|
||||
create_db:
|
||||
mode: 'text'
|
||||
callback: ->
|
||||
|
||||
delete_db:
|
||||
mode: 'select'
|
||||
source: ->
|
||||
callback: ->
|
||||
|
||||
reset_db_permission:
|
||||
mode: 'select'
|
||||
source: ->
|
||||
callback: ->
|
||||
@@ -1,19 +0,0 @@
|
||||
action = require './action'
|
||||
service = require './service'
|
||||
monitor = require './monitor'
|
||||
|
||||
module.exports =
|
||||
name: 'mongodb'
|
||||
type: 'service'
|
||||
version: '0.1.0'
|
||||
|
||||
action: action
|
||||
service: service
|
||||
monitor: monitor
|
||||
|
||||
panel_widget:
|
||||
content: action.widget
|
||||
|
||||
resources: [
|
||||
'storage'
|
||||
]
|
||||
@@ -1,6 +0,0 @@
|
||||
module.exports =
|
||||
enable: ->
|
||||
|
||||
pause: ->
|
||||
|
||||
delete: ->
|
||||
@@ -1,6 +0,0 @@
|
||||
module.exports =
|
||||
update_passwd:
|
||||
mode: 'passwd'
|
||||
callback: ->
|
||||
|
||||
widget: ->
|
||||
@@ -1,19 +0,0 @@
|
||||
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'
|
||||
]
|
||||
@@ -1,6 +0,0 @@
|
||||
module.exports =
|
||||
enable: ->
|
||||
|
||||
pause: ->
|
||||
|
||||
delete: ->
|
||||
@@ -1,6 +0,0 @@
|
||||
module.exports =
|
||||
update_passwd:
|
||||
mode: 'passwd'
|
||||
callback: ->
|
||||
|
||||
widget: ->
|
||||
@@ -1,19 +0,0 @@
|
||||
action = require './action'
|
||||
service = require './service'
|
||||
monitor = require './monitor'
|
||||
|
||||
module.exports =
|
||||
name: 'shadowsocks'
|
||||
type: 'service'
|
||||
version: '0.1.0'
|
||||
|
||||
action: action
|
||||
service: service
|
||||
monitor: monitor
|
||||
|
||||
panel_widget:
|
||||
content: action.widget
|
||||
|
||||
resources: [
|
||||
'transfer'
|
||||
]
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"name": "ShadowSocks"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
module.exports =
|
||||
enable: (account, callback) ->
|
||||
|
||||
pause: (account, callback) ->
|
||||
|
||||
delete: (account, callback) ->
|
||||
Reference in New Issue
Block a user