mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
为 Docker 容器添加 kvmd 系列管理命令
This commit is contained in:
3
scripts/kvmd
Executable file
3
scripts/kvmd
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd / && python3 -m kvmd.apps.kvmd "$@"
|
||||
3
scripts/kvmd-htpasswd
Executable file
3
scripts/kvmd-htpasswd
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd / && python3 -m kvmd.apps.htpasswd "$@"
|
||||
3
scripts/kvmd-otg
Executable file
3
scripts/kvmd-otg
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd / && python3 -m kvmd.apps.otg "$@"
|
||||
3
scripts/kvmd-otgconf
Executable file
3
scripts/kvmd-otgconf
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd / && python3 -m kvmd.apps.otgconf "$@"
|
||||
3
scripts/kvmd-totp
Executable file
3
scripts/kvmd-totp
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd / && python3 -m kvmd.apps.totp "$@"
|
||||
3
scripts/kvmd-vnc
Executable file
3
scripts/kvmd-vnc
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd / && python3 -m kvmd.apps.vnc "$@"
|
||||
Reference in New Issue
Block a user