diff options
author | Devaev Maxim <[email protected]> | 2018-11-18 08:11:18 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-18 08:11:18 +0300 |
commit | 9762c82d0a6c49f052e2d499a6e54585fde4b0a0 (patch) | |
tree | b9a5e844e4656f77deefe5faa6c46ab5d6fde312 /configs/nginx/apps | |
parent | 51dd9a7428fc0249dd605397ccc955a9fd1cd5cd (diff) |
moved lua crutch to kvmd
Diffstat (limited to 'configs/nginx/apps')
-rw-r--r-- | configs/nginx/apps/.gitignore | 0 | ||||
-rw-r--r-- | configs/nginx/apps/kvm/manifest.json | 8 |
2 files changed, 0 insertions, 8 deletions
diff --git a/configs/nginx/apps/.gitignore b/configs/nginx/apps/.gitignore deleted file mode 100644 index e69de29b..00000000 --- a/configs/nginx/apps/.gitignore +++ /dev/null diff --git a/configs/nginx/apps/kvm/manifest.json b/configs/nginx/apps/kvm/manifest.json deleted file mode 100644 index ed19dc67..00000000 --- a/configs/nginx/apps/kvm/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "KVM", - "description": "Open KVM session in a web browser", - "icon": "/svg/kvm.svg", - "path": "/kvm.html", - "place": 0, - "keyboard_cap": true -} |