Skip to content

coder-wu/homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homelab

sync

To perform synchronization between directories using rclone. This script is boring, and it shouldn't even exist, but there is an interesting story behind it.

New synchronization solution is described in Back up with rclone and alist.

usage

  1. Configure paths to be synchronized in ${HOMELAB_HOME}/sync/config, one path per line.

  2. Run script to synchronize:

    sh ${HOMELAB_HOME}/sync/sync.sh
    

ray

Operate ray through CLI, and run ray as a background service.

usage

  1. Read comments in ${HOMELAB_HOME}/ray/config.sh and set the relevant values.

  2. Run ./ray.sh -h.

crontab

  • Update geo data on time.
    0 10 * * * ${HOMELAB_HOME}/ray/ray.sh urd
    
  • detect network status every minute
    * * * * * ${HOMELAB_HOME}/ray/ray.sh detect
    

K8S

I use Minikube as development environment.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages