Compare commits

..

4 Commits

Author SHA1 Message Date
ab6ed6b1ae merge...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-02-02 09:25:41 +03:00
637786b9fc now pushing traefik config....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-02-02 02:04:35 +03:00
df20f1662c fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-02-02 01:50:22 +03:00
a1c3bfd127 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-02-01 23:01:14 +03:00
5 changed files with 11 additions and 1 deletions

View File

@ -78,6 +78,9 @@ pctSetNotes $ID
saveLastRunConfig
echo "# Traefik config..."
traefikPushConfig
showNotes
echo "# Done."

View File

@ -23,7 +23,7 @@ fi
for ct in $CT_DIR/*.conf ; do
id=$(basename ${ct/.conf/})
host=$(ct2hostname)
host=$(ct2hostname $id)
host=${host/hostname: /}
# skip templates...

View File

@ -141,6 +141,9 @@ pctSetNotes $ID
saveLastRunConfig
echo "# Traefik config..."
traefikPushConfig
showNotes
echo "# Done."

View File

@ -95,6 +95,7 @@ pctSetNotes $ID
saveLastRunConfig
echo "# Traefik config..."
traefikPushConfig
showNotes

View File

@ -105,6 +105,9 @@ pctSetNotes $ID
saveLastRunConfig
echo "# Traefik config..."
traefikPushConfig
showNotes
echo "# Done."