In case you are curious the password hashed is "Pa22word".
from : https://cloudinit.readthedocs.io/en/latest/topics/examples.html
also cool : https://github.com/belgaied2/harvester-cli
#cloud-config
| #!/bin/sh | |
| # mail2fax reloaded | |
| # modified version working 100% by stefb (for europe) | |
| # This script allows you to send faxes through your HylaFAX box. | |
| # It uses mpack to strip out email attachments and sendfax to do | |
| # the fax delivery. | |
| ### Temporary dir stuff | |
| RANDOMFAX=/tmp/faxtmp.$(dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -f1 -d" ") |
| version: "3" | |
| services: | |
| nginx: | |
| image: nginx:latest | |
| container_name: nginx | |
| volumes: | |
| - ./nginx.conf:/etc/nginx/nginx.conf | |
| ports: | |
| - 8080:80 | |
| networks: |
In case you are curious the password hashed is "Pa22word".
from : https://cloudinit.readthedocs.io/en/latest/topics/examples.html
also cool : https://github.com/belgaied2/harvester-cli
#cloud-config
Based on https://www.youtube.com/watch?v=g5fhCiAETSU
With help from https://www.burakaktas.com/proxmox-ve-with-pure-storage-using-iscsi-and-lvm/
This is a simple guide for updating Proxmox 9 for use with a Pure Storage FlashArray over iscsi. This guide should work with other iscsi providers.
# run post install script
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"