Added Quick commands

+Added Quick command Functionality
This commit is contained in:
2026-05-03 02:03:57 +02:00
parent d2b61046c6
commit b886c3e9e8
3 changed files with 209 additions and 3 deletions

View File

@@ -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