Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roib20/proxmox-scripts

Proxmox VE shell scripts for automating different types of Virtual Machine or Template installs
https://github.com/roib20/proxmox-scripts

bash cloudinit fedora proxmox proxmox-ve pve truenas ubuntu

Last synced: 11 days ago
JSON representation

Proxmox VE shell scripts for automating different types of Virtual Machine or Template installs

Awesome Lists containing this project

README

        

[![CalVer](https://img.shields.io/badge/CalVer-YY.0M.MICRO-22bfda.svg)](https://calver.org)
[![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/MIT)
[![ShellCheck](https://github.com/roib20/proxmox-scripts/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/roib20/proxmox-scripts/actions/workflows/shellcheck.yml)

# Proxmox Scripts by [roib20](https://github.com/roib20)

Proxmox VE shell scripts for automating different types of Virtual Machine or Template installs. Current scripts include:

- [proxmox-cloudinit-script](https://github.com/roib20/proxmox-scripts/tree/main/proxmox-cloudinit-script)
- [proxmox-truenas-script](https://github.com/roib20/proxmox-scripts/tree/main/proxmox-truenas-script)

## FAQ
### Is there any more information available about these scripts?
Of course! Choose one of the scripts above to read a full detailed README and FAQ for each script.

### I don't want to run random Bash scripts from GitHub.
This is understandable. All these scripts are open-source; you can read their source code and judge for yourself if you want to run these scripts. In fact I would encourage understanding what any shell script does before blindly running it! If you have any questions about any of the scripts and what they do, feel free to open a post in [Discussions](https://github.com/roib20/proxmox-scripts/discussions).

If you run into any security issues, please report them in the [Security tab](https://github.com/roib20/proxmox-scripts/security).

If you are not happy with everything a certain script does, feel free to fork or clone this repo and edit it to fit your needs, or open a Pull Request if you think it will help others.

### Are contributions welcome?
Yes. Please read through [CONTRIBUTING.md](https://github.com/roib20/proxmox-scripts/blob/main/CONTRIBUTING.md).