Compare commits
No commits in common. "822c2a68aa6bc63f857d293541268babfe6e2d29" and "8d5b2ac0b53b0e8e05307e6d6d6415ab391ef547" have entirely different histories.
822c2a68aa
...
8d5b2ac0b5
1 changed files with 3 additions and 33 deletions
|
@ -36,45 +36,15 @@ jobs:
|
||||||
arrs)
|
arrs)
|
||||||
target_host="arrs.lan"
|
target_host="arrs.lan"
|
||||||
;;
|
;;
|
||||||
arm)
|
ag_main)
|
||||||
target_host="arm.lan"
|
target_host=${{ secrets.AGMAIN_IP }}
|
||||||
;;
|
;;
|
||||||
downloaders)
|
downloaders)
|
||||||
target_host="downloaders.lan"
|
target_host=${{ secrets.DOWNLOADERS_IP }}
|
||||||
;;
|
;;
|
||||||
AI)
|
AI)
|
||||||
target_host="ai.lan"
|
target_host="ai.lan"
|
||||||
;;
|
;;
|
||||||
authentik)
|
|
||||||
target_host="auth.lan"
|
|
||||||
;;
|
|
||||||
cf)
|
|
||||||
target_host="cf.lan"
|
|
||||||
;;
|
|
||||||
jellyfin)
|
|
||||||
target_host="jf.lan"
|
|
||||||
;;
|
|
||||||
kasm)
|
|
||||||
target_host="kasm.lan"
|
|
||||||
;;
|
|
||||||
netboot)
|
|
||||||
target_host="netboot.lan"
|
|
||||||
;;
|
|
||||||
nexus)
|
|
||||||
target_host="nexus.lan"
|
|
||||||
;;
|
|
||||||
pages)
|
|
||||||
target_host="pages.lan"
|
|
||||||
;;
|
|
||||||
portainer)
|
|
||||||
target_host="port.lan"
|
|
||||||
;;
|
|
||||||
twingate)
|
|
||||||
target_host="twingate.lan"
|
|
||||||
;;
|
|
||||||
whisper)
|
|
||||||
target_host="whisper.lan"
|
|
||||||
;;
|
|
||||||
# Add cases for other folders/hosts
|
# Add cases for other folders/hosts
|
||||||
*)
|
*)
|
||||||
echo "Unknown folder: $folder"
|
echo "Unknown folder: $folder"
|
||||||
|
|
Reference in a new issue