Skip to content

Collection of automatic updating scripts for a bunch of linux and docker services

Notifications You must be signed in to change notification settings

hxcde/updatescripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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://git.moelle.space/hxcde/updatescripts/raw/branch/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://git.moelle.space/hxcde/updatescripts/raw/branch/main/update_docker_containers.sh)"

About

Collection of automatic updating scripts for a bunch of linux and docker services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages