Added Quick commands
+Added Quick command Functionality
This commit is contained in:
@@ -13,3 +13,12 @@ servers:
|
||||
key: ""
|
||||
password_id: unraid-root
|
||||
kitty_fix: true
|
||||
quick_commands:
|
||||
- name: Docker PS
|
||||
command: docker ps
|
||||
- name: Disk Usage
|
||||
command: df -h
|
||||
- name: RAM Usage
|
||||
command: free -h
|
||||
- name: Uptime
|
||||
command: uptime
|
||||
|
||||
Reference in New Issue
Block a user