mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-25 21:02:04 +00:00
Compare commits
4 Commits
7bd6e197ab
...
ab6ed6b1ae
| Author | SHA1 | Date | |
|---|---|---|---|
| ab6ed6b1ae | |||
| 637786b9fc | |||
| df20f1662c | |||
| a1c3bfd127 |
@ -78,6 +78,9 @@ pctSetNotes $ID
|
|||||||
|
|
||||||
saveLastRunConfig
|
saveLastRunConfig
|
||||||
|
|
||||||
|
echo "# Traefik config..."
|
||||||
|
traefikPushConfig
|
||||||
|
|
||||||
showNotes
|
showNotes
|
||||||
echo "# Done."
|
echo "# Done."
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@ fi
|
|||||||
for ct in $CT_DIR/*.conf ; do
|
for ct in $CT_DIR/*.conf ; do
|
||||||
id=$(basename ${ct/.conf/})
|
id=$(basename ${ct/.conf/})
|
||||||
|
|
||||||
host=$(ct2hostname)
|
host=$(ct2hostname $id)
|
||||||
host=${host/hostname: /}
|
host=${host/hostname: /}
|
||||||
|
|
||||||
# skip templates...
|
# skip templates...
|
||||||
|
|||||||
@ -141,6 +141,9 @@ pctSetNotes $ID
|
|||||||
|
|
||||||
saveLastRunConfig
|
saveLastRunConfig
|
||||||
|
|
||||||
|
echo "# Traefik config..."
|
||||||
|
traefikPushConfig
|
||||||
|
|
||||||
showNotes
|
showNotes
|
||||||
echo "# Done."
|
echo "# Done."
|
||||||
|
|
||||||
|
|||||||
@ -95,6 +95,7 @@ pctSetNotes $ID
|
|||||||
|
|
||||||
saveLastRunConfig
|
saveLastRunConfig
|
||||||
|
|
||||||
|
echo "# Traefik config..."
|
||||||
traefikPushConfig
|
traefikPushConfig
|
||||||
|
|
||||||
showNotes
|
showNotes
|
||||||
|
|||||||
@ -105,6 +105,9 @@ pctSetNotes $ID
|
|||||||
|
|
||||||
saveLastRunConfig
|
saveLastRunConfig
|
||||||
|
|
||||||
|
echo "# Traefik config..."
|
||||||
|
traefikPushConfig
|
||||||
|
|
||||||
showNotes
|
showNotes
|
||||||
echo "# Done."
|
echo "# Done."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user