apdate 18-01-2025

This commit is contained in:
2026-01-18 15:02:26 +01:00
parent 678bb74465
commit 5576ec353e
6 changed files with 22 additions and 16 deletions

View File

@@ -10,7 +10,11 @@ Exec=bash -c "ptyxis --tab -x 'ssh 192.168.1.200' & ptyxis --tab -x 'ssh -p 2222
Terminal=false
Type=Application
Icon=/home/alex/icons/icons8-proxmox-96.png
Actions=Loki-Grafana;VM1;VM2;Workspace;Registry;Kube-node1;Kube-node2
Actions=proxmox;Loki-Grafana;VM1;VM2;Workspace;Registry;Kube-nodes
[Desktop Action proxmox]
Name=SSH into Proxmox
Exec=bash -c "ptyxis --tab -x 'ssh 192.168.1.254'"
[Desktop Action Loki-Grafana]
Name=SSH into Proxmox Loki-Grafana
@@ -26,16 +30,12 @@ Exec=bash -c "ptyxis --tab -x 'ssh -p 2222 root@192.168.1.202'"
[Desktop Action Workspace]
Name=SSH into Proxmox Workplace
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.203'"
Exec=bash -c "ptyxis --tab -x 'ssh 192.168.1.203'"
[Desktop Action Registry]
Name=SSH into Proxmox Registry
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.204'"
[Desktop Action Kube-node1]
Name=SSH into Proxmox Kube-node1
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.205'"
[Desktop Action Kube-node2]
Name=SSH into Proxmox Kube-node2
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.206'"
[Desktop Action Kube-nodes]
Name=SSH into Proxmox Kube-nodes
Exec=bash -c "ptyxis --tab -x 'ssh 192.168.1.205' & ptyxis --tab -x 'ssh 192.168.1.206' & ptyxis --tab -x 'ssh 192.168.1.207'"