Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domingoruiz/proxmox-launcher
Utilidad para acceder rápidamente a máquinas virtuales Proxmox
https://github.com/domingoruiz/proxmox-launcher
bash proxmox script
Last synced: 1 day ago
JSON representation
Utilidad para acceder rápidamente a máquinas virtuales Proxmox
- Host: GitHub
- URL: https://github.com/domingoruiz/proxmox-launcher
- Owner: domingoruiz
- License: mit
- Created: 2020-09-06T14:50:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T08:36:21.000Z (about 4 years ago)
- Last Synced: 2024-10-31T11:36:31.161Z (17 days ago)
- Topics: bash, proxmox, script
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Proxmox Launcher
Proxmox Launcher es una utilidad que nos permitira acceder de una forma rápida y sencilla a todas las máquinas virtuales de nuestros distintos servidores Proxmox sin tener que pasar por la interfaz web ni escribir las credenciales cada vez que se le de uso.
## Requisitos previos a la instalación
Para instalar esta aplicación debemos comprobar que tenemos los siguientes componentes instalados en nuestra máquina Linux:
- virt-viewer
- jq
- curl
- whiptailLos cuales podemos instalar en Debian/Ubuntu con el siguiente comando:
```bash
apt-get install virt-viewer jq curl whiptail
```
O en sistemas RHEL con este otro comando:
```bash
yum install virt-viewer jq curl whiptail
```
## InstalaciónDescargamos y colocamos el script Proxmox_Launcher en un lugar que nos sea cómodo, le damos permiso de ejecución y estará listo para ser usado.
```bash
git clone https://github.com/domingoruiz/Proxmox-Launcher.git
mv Proxmox-Launcher/ProxmoxLauncher /usr/bin/
chmod +x /usr/bin/ProxmoxLauncher
```## Uso
Ejecutamos en terminal o a través de un acceso directo el comando Proxmox-Launcher y automáticamente se nos abrirá la aplicación dentro de la terminal.
```bash
ProxmoxLauncher
```## Desarrollo
Aplicación desarrollada por Domingo Ruiz Arroyo## Licencia
Este proyecto se publica bajo la licencia MIT. Consulte el archivo [LICENSE](../master/LICENSE) para obtener más detalles.