update script
update script
Add forgejo update script
To be launched after first installation of the VM, it will:
To use:
curl https://git.sr.ht/~bacardi55/proxmox-scripts/blob/main/post-install-vm-debian.sh > post-install-vm-debian.sh && chmod +x post-install-vm-debian.sh
Then edit post-install.sh and change:
machine_name
: The name of the server, will be used in hosts and hostname filesmachine_fqdn
: Domain of the server, will be used in hosts fileip_address
: The 4th part of the IP address (eg: in 192.168.0.100
, only indicate 100
)Then run the script:
./post-install-vm-debian.sh
Or clone the repo and fire the script :
git clone https://git.sr.ht/~bacardi55/proxmox-scripts && cd proxmox-scripts && chmod +x post-install-vm-debian.sh
Then edit file and run it as described above.
This directory contains docker-compose files for the server called jinbe
, which runs:
This directory contains docker-compose files for the server called luffy
, which runs:
This directory contains docker-compose files for the server called brook
, which runs:
This directory contains a shell script for installing nginx
after running the initial post install script.
This directory contains a shell script for installing syncthing
after running the initial post install script.
This directory contains a shell script for installing ntfy
after running the initial post install script
TBD Files to install monitoring (grafana, influxdb, …)
TBD Install homeautomation related stuff.