added logrotate to alpine CT's...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-13 00:12:59 +03:00
parent a7b036f487
commit ffb69c61ad
4 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ echo "# Creating CT..."
pctCreateAlpine $ID "${OPTS_STAGE_1}" "$PASS"
echo "# Installing dependencies..."
@ lxc-attach $ID apk add bash bridge iptables traefik
@ lxc-attach $ID apk add bash bridge iptables traefik logrotate
echo "# Copying assets..."
@ pct-push-r $ID ./assets /

View File

@ -72,7 +72,7 @@ echo "# Creating CT..."
pctCreateAlpine $ID "${OPTS_STAGE_1}" "$PASS"
echo "# Installing dependencies..."
@ lxc-attach $ID apk add bash dnsmasq
@ lxc-attach $ID apk add bash dnsmasq logrotate
echo "# Copying assets..."
@ pct-push-r $ID ./assets /

View File

@ -64,7 +64,7 @@ echo "# Creating CT..."
pctCreateAlpine $ID "${OPTS_STAGE_1}" "$PASS"
echo "# Installing dependencies..."
@ lxc-attach $ID apk add bash syncthing
@ lxc-attach $ID apk add bash syncthing logrotate
echo "# Setup: syncthing..."
@ lxc-attach $ID rc-update add syncthing

View File

@ -91,7 +91,7 @@ echo "# Creating CT..."
pctCreateAlpine $ID "${OPTS_STAGE_1}" "$PASS"
echo "# Installing dependencies..."
@ lxc-attach $ID apk add iptables wireguard-tools-wg-quick make bind-tools libqrencode
@ lxc-attach $ID apk add iptables wireguard-tools-wg-quick make bind-tools libqrencode logrotate
echo "# Copying assets..."
@ pct-push-r $ID ./assets /