chore: bump to 0.1.0.0027

This commit is contained in:
Claus Lohmar 2026-07-10 23:03:31 +01:00
parent 10d8d8bfc6
commit cd4c48b2f5
2 changed files with 6 additions and 1 deletions

View file

@ -1 +1 @@
0.1.0.0026
0.1.0.0027

View file

@ -94,6 +94,11 @@ if [ "$GREENFIELD" = true ]; then
if [ -d "$SCRIPT_DIR/config/www" ]; then cp -r "$SCRIPT_DIR/config/www"/* "$TARGET_DIR/www/"; fi
cp -r "$SCRIPT_DIR/config/nextworkspace"/* "$TARGET_DIR/config/nextworkspace/" 2>/dev/null || true
# Copy language files
if [ -d "$SCRIPT_DIR/lng" ]; then
cp -r "$SCRIPT_DIR/lng" "$TARGET_DIR/"
fi
# Create podman network and deploy Caddy + Authelia
echo "[5/5] Deploying containers on $NETWORK_NAME..."
podman network create "$NETWORK_NAME" 2>&1 || true