Collection of automatic updating scripts for a bunch of linux and docker services
Go to file
2023-04-11 23:11:27 +00:00
deb-flared-update.sh Update deb-flared-update.sh 2023-01-20 10:33:15 +01:00
README.md „README.md“ ändern 2023-04-11 23:11:27 +00:00
update_docker_containers.sh Create update_docker_containers.sh 2023-03-08 09:44:10 +01:00

Update Scripts

Collection of scripts for a bunch of linux and docker services.

Autoupdate for Cloudflared on Debian

  • The script is installing a cron job which updates the cloudflared package every night at midnight.
  • To change the time span, the job can be edited with "crontab -e".
  • The syntax of cron can be looked up here. https://cron.help/
sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/autupdates/main/deb-flared-update.sh)"

Update all Docker Containers

  • Please note that this script automatically updates the containers when a new image is available. Make sure that you have backed up all important data from the containers beforehand and that you consider possible effects on your applications.
sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/autupdates/main/update_docker_containers.sh)"