Proxmox Helper Scripts
Go to file
nicedevil007 d46a87ba6c
Grafana-Alpine Update Script (#1189)
* Update CHANGELOG.MD

- Alpine-Docker LXC
- Alpine-Zigbee2MQTT LXC

* Update alpine-docker-v5.sh

fix directory check

* Update alpine-zigbee2mqtt-v5.sh

Tweak

* Update alpine-vaultwarden-v5.sh

Tweak

* Update alpine-grafana-v5.sh

Tweak

* Update alpine-adguard-v5.sh

Tweak

* Update alpine-docker-v5-install.sh

tweak

* Update alpine-zigbee2mqtt-v5-install.sh

tweak

* Update alpine-adguard-v5.sh

* Update alpine-vaultwarden-v5.sh

* Update alpine-grafana-v5.sh

* Update alpine-adguard-v5.sh

* Update alpine-docker-v5.sh

* Update alpine-grafana-v5.sh

* Update alpine-vaultwarden-v5.sh

* Update alpine-zigbee2mqtt-v5.sh

* Created Update/Config part

same as you did for vaultwarden or for my first attempt on adguard.

to keep alpine in line with your other code, I made this.

I also added the ability to let the user configure the IP on which the service is listening to

---------

Co-authored-by: tteckster <tteckster@gmail.com>
2023-03-19 12:46:26 -04:00
.github Update pull_request_template.md 2022-10-20 15:18:27 -04:00
ct Grafana-Alpine Update Script (#1189) 2023-03-19 12:46:26 -04:00
install Grafana-Alpine Update Script (#1189) 2023-03-19 12:46:26 -04:00
misc Update post-pve-install.sh (#1175) (#1176) 2023-03-15 20:25:07 -04:00
vm Update haos-vm-v5.sh 2023-02-10 20:51:53 -05:00
CHANGELOG.MD Grafana-Alpine Update Script (#1189) 2023-03-19 12:46:26 -04:00
LICENSE Update LICENSE 2023-02-07 11:33:32 -05:00
README.md Update README.md 2023-01-31 14:58:55 -05:00

README.md

These script's allows for the creation of a Linux container or virtual machine in an interactive manner, with options for both basic and advanced configurations. The basic setup uses default settings, while the advanced setup provides additional options such as container type, root password, hostname, disk size, core count, RAM size, network settings, and others. The options are presented in a dialog box format using the whiptail command and the script collects and validates the user's input to generate the final configuration of the container or virtual machine.

Proxmox Helper Scripts

Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources.