diff --git a/host/Dockerfile b/host/Dockerfile deleted file mode 100644 index 75a9838..0000000 --- a/host/Dockerfile +++ /dev/null @@ -1,55 +0,0 @@ -# syntax=docker/dockerfile:1 - -# --- Bun on Alpine for build --- -FROM oven/bun:alpine AS base - -# --- deps: install node_modules with Bun --- -FROM base AS deps -RUN apk add --no-cache libc6-compat -WORKDIR /app - -# Copy package + whichever Bun lock file you have (optional) -COPY package.json bun.lockb* bun.lock* ./ -COPY tsconfig.base.json ./ -COPY apps/next/package.json ./apps/next/ - -# If bun.lockb exists, enforce frozen; otherwise install and generate it -RUN if [ -f bun.lockb ]; then \ - bun install --frozen-lockfile; \ - else \ - bun install; \ - fi - -# --- builder: build Next.js with Bun --- -FROM base AS builder -WORKDIR /app -COPY --from=deps /app/node_modules ./node_modules -COPY --from=deps /app/tsconfig.base.json ./tsconfig.base.json -COPY apps/next ./apps/next -COPY packages ./packages -WORKDIR /app/apps/next -ENV NEXT_TELEMETRY_DISABLED=1 -RUN bun run build - -# --- runner: Node on Alpine to run server.js --- -FROM node:20-alpine AS runner -WORKDIR /app -ENV NODE_ENV=production -ENV NEXT_TELEMETRY_DISABLED=1 - -# non-root user -RUN addgroup -S nodejs -g 1001 && adduser -S nextjs -u 1001 -COPY --from=builder /app/apps/next/public ./public -RUN mkdir .next && chown -R nextjs:nodejs .next -RUN mkdir -p .next/cache && chown -R nextjs:nodejs .next - -# Next standalone output -COPY --from=builder /app/apps/next/.next/standalone ./ -COPY --from=builder /app/apps/next/.next/static ./.next/static -COPY --from=builder /app/node_modules ./node_modules - -USER nextjs -EXPOSE 3000 -ENV PORT=3000 -ENV HOSTNAME=0.0.0.0 -CMD ["node", "server.js"] diff --git a/host/compose.yml b/host/compose.yml deleted file mode 100644 index b8c4a7b..0000000 --- a/host/compose.yml +++ /dev/null @@ -1,69 +0,0 @@ -networks: - nginx-bridge: # You need to change this line to your defined network is as well - external: true - -services: - techtracker-next: - build: - context: ../ - dockerfile: ./docker/Dockerfile - image: ${CONTAINER_NAME}:alpine - container_name: ${CONTAINER_NAME} - env_file: [.env] - hostname: ${CONTAINER_NAME} - domainname: ${DOMAIN_NAME} - networks: ['${NETWORK:-nginx-bridge}'] - #ports: ['${PORT}:3000'] - depends_on: ['convex-backend'] - tty: true - stdin_open: true - restart: unless-stopped - convex-backend: - image: ghcr.io/get-convex/convex-backend:${BACKEND_TAG:-00bd92723422f3bff968230c94ccdeb8c1719832} - container_name: ${BACKEND_CONTAINER_NAME:-convex-backend} - hostname: ${BACKEND_CONTAINER_NAME:-convex-backend} - domainname: ${BACKEND_DOMAIN_NAME:-convex.gbrown.org} - networks: ['${NETWORK:-nginx-bridge}'] - #user: '1000:1000' - #ports: ['${BACKEND_PORT:-3210}:3210','${SITE_PROXY_PORT:-3211}:3211'] - volumes: [./data:/convex/data] - labels: ['com.centurylinklabs.watchtower.enable=true'] - env_file: ['.env'] - environment: - - INSTANCE_NAME - - INSTANCE_SECRET - - CONVEX_CLOUD_ORIGIN=${CONVEX_CLOUD_ORIGIN:-http://${BACKEND_CONTAINER_NAME:-convex-backend}:${BACKEND_PORT:-3210}} - - CONVEX_SITE_ORIGIN=${CONVEX_SITE_ORIGIN:-http://${BACKEND_CONTAINER_NAME:-convex-backend}:${SITE_PROXY_PORT:-3211}} - - DISABLE_BEACON=${DISABLE_BEACON:-} - - REDACT_LOGS_TO_CLIENT=${REDACT_LOGS_TO_CLIENT:-} - - DO_NOT_REQUIRE_SSL=${DO_NOT_REQUIRE_SSL:-} - #- DATABASE_URL=${DATABASE_URL:-} - stdin_open: true - tty: true - restart: unless-stopped - healthcheck: - test: curl -f http://localhost:3210/version - interval: 5s - start_period: 10s - stop_grace_period: 10s - stop_signal: SIGINT - convex-dashboard: - image: ghcr.io/get-convex/convex-dashboard:${DASHBOARD_TAG:-33cef775a8a6228cbacee4a09ac2c4073d62ed13} - container_name: ${DASHBOARD_CONTAINER_NAME:-convex-dashboard} - hostname: ${DASHBOARD_CONTAINER_NAME:-convex-dashboard} - domainname: ${DASHBOARD_DOMAIN_NAME:-dashboard.${BACKEND_DOMAIN_NAME:-convex.gbrown.org}} - networks: ['${NETWORK:-nginx-bridge}'] - #user: 1000:1000 - #ports: ['${DASHBOARD_PORT:-6791}:6791'] - labels: ['com.centurylinklabs.watchtower.enable=true'] - env_file: [.env] - environment: - - NEXT_PUBLIC_DEPLOYMENT_URL=${NEXT_PUBLIC_DEPLOYMENT_URL:-http://${BACKEND_CONTAINER_NAME:-convex-backend}:${PORT:-3210}} - depends_on: - convex-backend: - condition: service_healthy - stdin_open: true - tty: true - restart: unless-stopped - stop_grace_period: 10s - stop_signal: SIGINT diff --git a/host/data/credentials/instance_name b/host/data/credentials/instance_name deleted file mode 100644 index 0433d4c..0000000 --- a/host/data/credentials/instance_name +++ /dev/null @@ -1 +0,0 @@ -Convex.gib diff --git a/host/data/credentials/instance_secret b/host/data/credentials/instance_secret deleted file mode 100644 index d64571f..0000000 --- a/host/data/credentials/instance_secret +++ /dev/null @@ -1 +0,0 @@ -d35a9c02aeef0070fac3069d51ac4926744b251d0e6d97dc239d78bce67959b6 diff --git a/host/data/db.sqlite3 b/host/data/db.sqlite3 deleted file mode 100644 index ccd3951..0000000 Binary files a/host/data/db.sqlite3 and /dev/null differ diff --git a/host/data/storage/files/0b1df07b-d44f-4db3-9dc7-7832dbf15222.blob b/host/data/storage/files/0b1df07b-d44f-4db3-9dc7-7832dbf15222.blob deleted file mode 100644 index d383a97..0000000 Binary files a/host/data/storage/files/0b1df07b-d44f-4db3-9dc7-7832dbf15222.blob and /dev/null differ diff --git a/host/data/storage/files/10f3b539-43f5-4181-86e7-69bdd37578cf.blob b/host/data/storage/files/10f3b539-43f5-4181-86e7-69bdd37578cf.blob deleted file mode 100644 index 8295e73..0000000 Binary files a/host/data/storage/files/10f3b539-43f5-4181-86e7-69bdd37578cf.blob and /dev/null differ diff --git a/host/data/storage/files/2e56ed98-fa59-42fd-9408-94ea7c4b0a06.blob b/host/data/storage/files/2e56ed98-fa59-42fd-9408-94ea7c4b0a06.blob deleted file mode 100644 index d383a97..0000000 Binary files a/host/data/storage/files/2e56ed98-fa59-42fd-9408-94ea7c4b0a06.blob and /dev/null differ diff --git a/host/data/storage/files/57ca24f2-4e3c-4552-8640-8759ff86c911.blob b/host/data/storage/files/57ca24f2-4e3c-4552-8640-8759ff86c911.blob deleted file mode 100644 index 544c712..0000000 Binary files a/host/data/storage/files/57ca24f2-4e3c-4552-8640-8759ff86c911.blob and /dev/null differ diff --git a/host/data/storage/files/71742492-4679-45c9-b21a-f57e81e727ac.blob b/host/data/storage/files/71742492-4679-45c9-b21a-f57e81e727ac.blob deleted file mode 100644 index 8295e73..0000000 Binary files a/host/data/storage/files/71742492-4679-45c9-b21a-f57e81e727ac.blob and /dev/null differ diff --git a/host/data/storage/files/794bb5b6-f90b-4d09-bc88-023039402bba.blob b/host/data/storage/files/794bb5b6-f90b-4d09-bc88-023039402bba.blob deleted file mode 100644 index b1fab04..0000000 Binary files a/host/data/storage/files/794bb5b6-f90b-4d09-bc88-023039402bba.blob and /dev/null differ diff --git a/host/data/storage/files/7ef90092-13dd-4f02-a0a5-a8a173c17520.blob b/host/data/storage/files/7ef90092-13dd-4f02-a0a5-a8a173c17520.blob deleted file mode 100644 index 6b77453..0000000 Binary files a/host/data/storage/files/7ef90092-13dd-4f02-a0a5-a8a173c17520.blob and /dev/null differ diff --git a/host/data/storage/files/9a1b0174-5502-4ebc-a886-141e468a651c.blob b/host/data/storage/files/9a1b0174-5502-4ebc-a886-141e468a651c.blob deleted file mode 100644 index b0f6cb0..0000000 Binary files a/host/data/storage/files/9a1b0174-5502-4ebc-a886-141e468a651c.blob and /dev/null differ diff --git a/host/data/storage/files/a50c10e1-f207-4c24-9058-2e324fb4b952.blob b/host/data/storage/files/a50c10e1-f207-4c24-9058-2e324fb4b952.blob deleted file mode 100644 index 0a7c372..0000000 Binary files a/host/data/storage/files/a50c10e1-f207-4c24-9058-2e324fb4b952.blob and /dev/null differ diff --git a/host/data/storage/files/ba8e7859-5a6d-4a9d-9ef9-23744e50273d.blob b/host/data/storage/files/ba8e7859-5a6d-4a9d-9ef9-23744e50273d.blob deleted file mode 100644 index b801f7c..0000000 Binary files a/host/data/storage/files/ba8e7859-5a6d-4a9d-9ef9-23744e50273d.blob and /dev/null differ diff --git a/host/data/storage/files/baf15826-60cf-41a4-8b30-70f622f87b5f.blob b/host/data/storage/files/baf15826-60cf-41a4-8b30-70f622f87b5f.blob deleted file mode 100644 index 2388a03..0000000 Binary files a/host/data/storage/files/baf15826-60cf-41a4-8b30-70f622f87b5f.blob and /dev/null differ diff --git a/host/data/storage/files/d6ff8a98-8acf-4427-be3a-be6b5fcccb8a.blob b/host/data/storage/files/d6ff8a98-8acf-4427-be3a-be6b5fcccb8a.blob deleted file mode 100644 index adfcf81..0000000 Binary files a/host/data/storage/files/d6ff8a98-8acf-4427-be3a-be6b5fcccb8a.blob and /dev/null differ diff --git a/host/data/storage/modules/00698dc4-86c0-4e9a-bd2b-2a65043e386f.blob b/host/data/storage/modules/00698dc4-86c0-4e9a-bd2b-2a65043e386f.blob deleted file mode 100644 index ab24ea1..0000000 Binary files a/host/data/storage/modules/00698dc4-86c0-4e9a-bd2b-2a65043e386f.blob and /dev/null differ diff --git a/host/data/storage/modules/00f2f0bf-352f-4e86-924b-6b8ce4cf9097.blob b/host/data/storage/modules/00f2f0bf-352f-4e86-924b-6b8ce4cf9097.blob deleted file mode 100644 index 8a50357..0000000 Binary files a/host/data/storage/modules/00f2f0bf-352f-4e86-924b-6b8ce4cf9097.blob and /dev/null differ diff --git a/host/data/storage/modules/02c22ea9-9ffa-4f02-aa69-0194271b6e78.blob b/host/data/storage/modules/02c22ea9-9ffa-4f02-aa69-0194271b6e78.blob deleted file mode 100644 index 26c072a..0000000 Binary files a/host/data/storage/modules/02c22ea9-9ffa-4f02-aa69-0194271b6e78.blob and /dev/null differ diff --git a/host/data/storage/modules/0343c68b-2931-4bb3-b745-8751b3969d84.blob b/host/data/storage/modules/0343c68b-2931-4bb3-b745-8751b3969d84.blob deleted file mode 100644 index cb5e75f..0000000 Binary files a/host/data/storage/modules/0343c68b-2931-4bb3-b745-8751b3969d84.blob and /dev/null differ diff --git a/host/data/storage/modules/03a36b3d-c8df-42bb-8e76-d0c428a33348.blob b/host/data/storage/modules/03a36b3d-c8df-42bb-8e76-d0c428a33348.blob deleted file mode 100644 index f2910a3..0000000 Binary files a/host/data/storage/modules/03a36b3d-c8df-42bb-8e76-d0c428a33348.blob and /dev/null differ diff --git a/host/data/storage/modules/053b9f8c-719f-430c-b8be-45d6ef861fb1.blob b/host/data/storage/modules/053b9f8c-719f-430c-b8be-45d6ef861fb1.blob deleted file mode 100644 index f99b35c..0000000 Binary files a/host/data/storage/modules/053b9f8c-719f-430c-b8be-45d6ef861fb1.blob and /dev/null differ diff --git a/host/data/storage/modules/058f3605-ccad-47f2-8026-c4a823bd4504.blob b/host/data/storage/modules/058f3605-ccad-47f2-8026-c4a823bd4504.blob deleted file mode 100644 index a313e3d..0000000 Binary files a/host/data/storage/modules/058f3605-ccad-47f2-8026-c4a823bd4504.blob and /dev/null differ diff --git a/host/data/storage/modules/07a31d17-be63-42ec-adcf-5ce1972f6aa8.blob b/host/data/storage/modules/07a31d17-be63-42ec-adcf-5ce1972f6aa8.blob deleted file mode 100644 index 01f2e18..0000000 Binary files a/host/data/storage/modules/07a31d17-be63-42ec-adcf-5ce1972f6aa8.blob and /dev/null differ diff --git a/host/data/storage/modules/09c7f91c-4fbb-46d9-8a39-88dba8c1d6c0.blob b/host/data/storage/modules/09c7f91c-4fbb-46d9-8a39-88dba8c1d6c0.blob deleted file mode 100644 index 2b9e364..0000000 Binary files a/host/data/storage/modules/09c7f91c-4fbb-46d9-8a39-88dba8c1d6c0.blob and /dev/null differ diff --git a/host/data/storage/modules/09cc647d-19c7-4437-8e32-d30c8db61ce5.blob b/host/data/storage/modules/09cc647d-19c7-4437-8e32-d30c8db61ce5.blob deleted file mode 100644 index 7b421fd..0000000 Binary files a/host/data/storage/modules/09cc647d-19c7-4437-8e32-d30c8db61ce5.blob and /dev/null differ diff --git a/host/data/storage/modules/09e149da-10bc-411d-a79b-15178ab26375.blob b/host/data/storage/modules/09e149da-10bc-411d-a79b-15178ab26375.blob deleted file mode 100644 index 8e20464..0000000 Binary files a/host/data/storage/modules/09e149da-10bc-411d-a79b-15178ab26375.blob and /dev/null differ diff --git a/host/data/storage/modules/0a2be251-919c-448e-9113-185f1d0ec415.blob b/host/data/storage/modules/0a2be251-919c-448e-9113-185f1d0ec415.blob deleted file mode 100644 index a8ef0b2..0000000 Binary files a/host/data/storage/modules/0a2be251-919c-448e-9113-185f1d0ec415.blob and /dev/null differ diff --git a/host/data/storage/modules/0a654896-a49a-481a-b87d-e399d4bb38fc.blob b/host/data/storage/modules/0a654896-a49a-481a-b87d-e399d4bb38fc.blob deleted file mode 100644 index d79ca9f..0000000 Binary files a/host/data/storage/modules/0a654896-a49a-481a-b87d-e399d4bb38fc.blob and /dev/null differ diff --git a/host/data/storage/modules/0c55ba4f-b8d2-4052-bbd0-34cd5e9cddc6.blob b/host/data/storage/modules/0c55ba4f-b8d2-4052-bbd0-34cd5e9cddc6.blob deleted file mode 100644 index 1e36023..0000000 Binary files a/host/data/storage/modules/0c55ba4f-b8d2-4052-bbd0-34cd5e9cddc6.blob and /dev/null differ diff --git a/host/data/storage/modules/0cd2098e-f39b-409a-8aed-7cbebb870ab0.blob b/host/data/storage/modules/0cd2098e-f39b-409a-8aed-7cbebb870ab0.blob deleted file mode 100644 index d8ab3f1..0000000 Binary files a/host/data/storage/modules/0cd2098e-f39b-409a-8aed-7cbebb870ab0.blob and /dev/null differ diff --git a/host/data/storage/modules/0d31590a-c62c-415d-9ec4-b3e167e67a70.blob b/host/data/storage/modules/0d31590a-c62c-415d-9ec4-b3e167e67a70.blob deleted file mode 100644 index 06992b2..0000000 Binary files a/host/data/storage/modules/0d31590a-c62c-415d-9ec4-b3e167e67a70.blob and /dev/null differ diff --git a/host/data/storage/modules/0d91b9ca-886c-4b5e-abef-1007c9ad9436.blob b/host/data/storage/modules/0d91b9ca-886c-4b5e-abef-1007c9ad9436.blob deleted file mode 100644 index 4599d6d..0000000 Binary files a/host/data/storage/modules/0d91b9ca-886c-4b5e-abef-1007c9ad9436.blob and /dev/null differ diff --git a/host/data/storage/modules/0da02736-2f65-4195-9559-bd4a4f33dab3.blob b/host/data/storage/modules/0da02736-2f65-4195-9559-bd4a4f33dab3.blob deleted file mode 100644 index eaff599..0000000 Binary files a/host/data/storage/modules/0da02736-2f65-4195-9559-bd4a4f33dab3.blob and /dev/null differ diff --git a/host/data/storage/modules/0da0dab9-8f9f-4acb-ab05-b9f7c0259c0e.blob b/host/data/storage/modules/0da0dab9-8f9f-4acb-ab05-b9f7c0259c0e.blob deleted file mode 100644 index a459fa5..0000000 Binary files a/host/data/storage/modules/0da0dab9-8f9f-4acb-ab05-b9f7c0259c0e.blob and /dev/null differ diff --git a/host/data/storage/modules/0e484b5e-7b1a-43ec-87b4-4b39b109ff06.blob b/host/data/storage/modules/0e484b5e-7b1a-43ec-87b4-4b39b109ff06.blob deleted file mode 100644 index a7c6f1f..0000000 Binary files a/host/data/storage/modules/0e484b5e-7b1a-43ec-87b4-4b39b109ff06.blob and /dev/null differ diff --git a/host/data/storage/modules/101e4e4d-ec32-43c8-a4af-74c2f9fdc8df.blob b/host/data/storage/modules/101e4e4d-ec32-43c8-a4af-74c2f9fdc8df.blob deleted file mode 100644 index bddf802..0000000 Binary files a/host/data/storage/modules/101e4e4d-ec32-43c8-a4af-74c2f9fdc8df.blob and /dev/null differ diff --git a/host/data/storage/modules/102f7427-818c-42a8-ab4e-fd134b09dcac.blob b/host/data/storage/modules/102f7427-818c-42a8-ab4e-fd134b09dcac.blob deleted file mode 100644 index 3010fc3..0000000 Binary files a/host/data/storage/modules/102f7427-818c-42a8-ab4e-fd134b09dcac.blob and /dev/null differ diff --git a/host/data/storage/modules/107cdb4b-9095-4076-b05c-e604377d787d.blob b/host/data/storage/modules/107cdb4b-9095-4076-b05c-e604377d787d.blob deleted file mode 100644 index 33343e4..0000000 Binary files a/host/data/storage/modules/107cdb4b-9095-4076-b05c-e604377d787d.blob and /dev/null differ diff --git a/host/data/storage/modules/1281da29-1e4a-44f9-899c-0a7416c66ef5.blob b/host/data/storage/modules/1281da29-1e4a-44f9-899c-0a7416c66ef5.blob deleted file mode 100644 index a3844b2..0000000 Binary files a/host/data/storage/modules/1281da29-1e4a-44f9-899c-0a7416c66ef5.blob and /dev/null differ diff --git a/host/data/storage/modules/1311fae5-9739-41b7-970d-8c721a63ecce.blob b/host/data/storage/modules/1311fae5-9739-41b7-970d-8c721a63ecce.blob deleted file mode 100644 index c9fddbe..0000000 Binary files a/host/data/storage/modules/1311fae5-9739-41b7-970d-8c721a63ecce.blob and /dev/null differ diff --git a/host/data/storage/modules/1396866f-55c4-49d1-847b-d54a8f3143e8.blob b/host/data/storage/modules/1396866f-55c4-49d1-847b-d54a8f3143e8.blob deleted file mode 100644 index 2af5142..0000000 Binary files a/host/data/storage/modules/1396866f-55c4-49d1-847b-d54a8f3143e8.blob and /dev/null differ diff --git a/host/data/storage/modules/145d0298-f928-4e00-bf2a-807e387180a4.blob b/host/data/storage/modules/145d0298-f928-4e00-bf2a-807e387180a4.blob deleted file mode 100644 index 8cbf429..0000000 Binary files a/host/data/storage/modules/145d0298-f928-4e00-bf2a-807e387180a4.blob and /dev/null differ diff --git a/host/data/storage/modules/15d1336d-4d02-4abd-a0ac-347d409e0b8d.blob b/host/data/storage/modules/15d1336d-4d02-4abd-a0ac-347d409e0b8d.blob deleted file mode 100644 index 26add55..0000000 Binary files a/host/data/storage/modules/15d1336d-4d02-4abd-a0ac-347d409e0b8d.blob and /dev/null differ diff --git a/host/data/storage/modules/16204885-3e26-4345-9359-4abe9f4d7e30.blob b/host/data/storage/modules/16204885-3e26-4345-9359-4abe9f4d7e30.blob deleted file mode 100644 index 63fcbef..0000000 Binary files a/host/data/storage/modules/16204885-3e26-4345-9359-4abe9f4d7e30.blob and /dev/null differ diff --git a/host/data/storage/modules/17e4ef85-53dc-49de-ae2a-3d2d82c3bfb8.blob b/host/data/storage/modules/17e4ef85-53dc-49de-ae2a-3d2d82c3bfb8.blob deleted file mode 100644 index 3377b07..0000000 Binary files a/host/data/storage/modules/17e4ef85-53dc-49de-ae2a-3d2d82c3bfb8.blob and /dev/null differ diff --git a/host/data/storage/modules/1cd7d1d0-0c50-40d2-ba50-d4c35005df22.blob b/host/data/storage/modules/1cd7d1d0-0c50-40d2-ba50-d4c35005df22.blob deleted file mode 100644 index 231ea13..0000000 Binary files a/host/data/storage/modules/1cd7d1d0-0c50-40d2-ba50-d4c35005df22.blob and /dev/null differ diff --git a/host/data/storage/modules/1d7f4e26-ac7a-4700-a261-60a54e879401.blob b/host/data/storage/modules/1d7f4e26-ac7a-4700-a261-60a54e879401.blob deleted file mode 100644 index bfaff1c..0000000 Binary files a/host/data/storage/modules/1d7f4e26-ac7a-4700-a261-60a54e879401.blob and /dev/null differ diff --git a/host/data/storage/modules/1dbf06c0-9dde-4518-9637-349f7ca3172f.blob b/host/data/storage/modules/1dbf06c0-9dde-4518-9637-349f7ca3172f.blob deleted file mode 100644 index 576da61..0000000 Binary files a/host/data/storage/modules/1dbf06c0-9dde-4518-9637-349f7ca3172f.blob and /dev/null differ diff --git a/host/data/storage/modules/1eda0e91-19ab-4ba9-acd5-67dfeedd80a9.blob b/host/data/storage/modules/1eda0e91-19ab-4ba9-acd5-67dfeedd80a9.blob deleted file mode 100644 index d5f38fb..0000000 Binary files a/host/data/storage/modules/1eda0e91-19ab-4ba9-acd5-67dfeedd80a9.blob and /dev/null differ diff --git a/host/data/storage/modules/1f3a1fc4-e613-49ba-9f16-ed1a55801a6d.blob b/host/data/storage/modules/1f3a1fc4-e613-49ba-9f16-ed1a55801a6d.blob deleted file mode 100644 index 69dfb33..0000000 Binary files a/host/data/storage/modules/1f3a1fc4-e613-49ba-9f16-ed1a55801a6d.blob and /dev/null differ diff --git a/host/data/storage/modules/1fec24f8-1914-48a5-976e-696a9d8b4cc3.blob b/host/data/storage/modules/1fec24f8-1914-48a5-976e-696a9d8b4cc3.blob deleted file mode 100644 index b8f532a..0000000 Binary files a/host/data/storage/modules/1fec24f8-1914-48a5-976e-696a9d8b4cc3.blob and /dev/null differ diff --git a/host/data/storage/modules/2102f01f-d732-45fc-92ff-88ace9a7266b.blob b/host/data/storage/modules/2102f01f-d732-45fc-92ff-88ace9a7266b.blob deleted file mode 100644 index 09de445..0000000 Binary files a/host/data/storage/modules/2102f01f-d732-45fc-92ff-88ace9a7266b.blob and /dev/null differ diff --git a/host/data/storage/modules/2123e695-6dae-4c76-bd18-512198c74170.blob b/host/data/storage/modules/2123e695-6dae-4c76-bd18-512198c74170.blob deleted file mode 100644 index ad70a8e..0000000 Binary files a/host/data/storage/modules/2123e695-6dae-4c76-bd18-512198c74170.blob and /dev/null differ diff --git a/host/data/storage/modules/21aafd7b-1471-4cce-98f3-536b2bc5c9fe.blob b/host/data/storage/modules/21aafd7b-1471-4cce-98f3-536b2bc5c9fe.blob deleted file mode 100644 index bc273be..0000000 Binary files a/host/data/storage/modules/21aafd7b-1471-4cce-98f3-536b2bc5c9fe.blob and /dev/null differ diff --git a/host/data/storage/modules/22abdaf8-0fc2-4c55-b3bd-ae19b4a26207.blob b/host/data/storage/modules/22abdaf8-0fc2-4c55-b3bd-ae19b4a26207.blob deleted file mode 100644 index 579f29b..0000000 Binary files a/host/data/storage/modules/22abdaf8-0fc2-4c55-b3bd-ae19b4a26207.blob and /dev/null differ diff --git a/host/data/storage/modules/233b4381-c746-4253-9c5e-f82956575733.blob b/host/data/storage/modules/233b4381-c746-4253-9c5e-f82956575733.blob deleted file mode 100644 index 80536bf..0000000 Binary files a/host/data/storage/modules/233b4381-c746-4253-9c5e-f82956575733.blob and /dev/null differ diff --git a/host/data/storage/modules/235498de-fa56-42ec-8141-1fa9b1a93dfe.blob b/host/data/storage/modules/235498de-fa56-42ec-8141-1fa9b1a93dfe.blob deleted file mode 100644 index d705f8a..0000000 Binary files a/host/data/storage/modules/235498de-fa56-42ec-8141-1fa9b1a93dfe.blob and /dev/null differ diff --git a/host/data/storage/modules/236edd3e-09ee-40c0-9dde-96bbbe9c0cb5.blob b/host/data/storage/modules/236edd3e-09ee-40c0-9dde-96bbbe9c0cb5.blob deleted file mode 100644 index 1a65529..0000000 Binary files a/host/data/storage/modules/236edd3e-09ee-40c0-9dde-96bbbe9c0cb5.blob and /dev/null differ diff --git a/host/data/storage/modules/258d0806-abee-4c23-ae08-8f81454fec18.blob b/host/data/storage/modules/258d0806-abee-4c23-ae08-8f81454fec18.blob deleted file mode 100644 index 8454123..0000000 Binary files a/host/data/storage/modules/258d0806-abee-4c23-ae08-8f81454fec18.blob and /dev/null differ diff --git a/host/data/storage/modules/25c78a0d-9476-4d2d-9f63-31b9045815c8.blob b/host/data/storage/modules/25c78a0d-9476-4d2d-9f63-31b9045815c8.blob deleted file mode 100644 index 6758d8f..0000000 Binary files a/host/data/storage/modules/25c78a0d-9476-4d2d-9f63-31b9045815c8.blob and /dev/null differ diff --git a/host/data/storage/modules/29829217-b771-4acb-8ad0-5da218153a02.blob b/host/data/storage/modules/29829217-b771-4acb-8ad0-5da218153a02.blob deleted file mode 100644 index 6025cef..0000000 Binary files a/host/data/storage/modules/29829217-b771-4acb-8ad0-5da218153a02.blob and /dev/null differ diff --git a/host/data/storage/modules/29ca7eb3-cdfc-4bb9-8db5-cecfc6aa5a83.blob b/host/data/storage/modules/29ca7eb3-cdfc-4bb9-8db5-cecfc6aa5a83.blob deleted file mode 100644 index 7015ad2..0000000 Binary files a/host/data/storage/modules/29ca7eb3-cdfc-4bb9-8db5-cecfc6aa5a83.blob and /dev/null differ diff --git a/host/data/storage/modules/2b045f9f-b770-4dc1-befe-804a43c4f1ae.blob b/host/data/storage/modules/2b045f9f-b770-4dc1-befe-804a43c4f1ae.blob deleted file mode 100644 index e9d9b45..0000000 Binary files a/host/data/storage/modules/2b045f9f-b770-4dc1-befe-804a43c4f1ae.blob and /dev/null differ diff --git a/host/data/storage/modules/2cbe777a-92cb-4dba-aab3-c2b34451f4e6.blob b/host/data/storage/modules/2cbe777a-92cb-4dba-aab3-c2b34451f4e6.blob deleted file mode 100644 index 8bdf98b..0000000 Binary files a/host/data/storage/modules/2cbe777a-92cb-4dba-aab3-c2b34451f4e6.blob and /dev/null differ diff --git a/host/data/storage/modules/2cdc2377-1305-4516-822a-d35e9541005e.blob b/host/data/storage/modules/2cdc2377-1305-4516-822a-d35e9541005e.blob deleted file mode 100644 index d9fbd7f..0000000 Binary files a/host/data/storage/modules/2cdc2377-1305-4516-822a-d35e9541005e.blob and /dev/null differ diff --git a/host/data/storage/modules/2e949cf3-4214-4f68-8cfc-c80dac44d422.blob b/host/data/storage/modules/2e949cf3-4214-4f68-8cfc-c80dac44d422.blob deleted file mode 100644 index 3bd474d..0000000 Binary files a/host/data/storage/modules/2e949cf3-4214-4f68-8cfc-c80dac44d422.blob and /dev/null differ diff --git a/host/data/storage/modules/2f67b913-b389-4414-bac8-16afbbe244c9.blob b/host/data/storage/modules/2f67b913-b389-4414-bac8-16afbbe244c9.blob deleted file mode 100644 index 3c2ba17..0000000 Binary files a/host/data/storage/modules/2f67b913-b389-4414-bac8-16afbbe244c9.blob and /dev/null differ diff --git a/host/data/storage/modules/30656a0c-8f92-440a-8e21-f0fdf8f6c5c9.blob b/host/data/storage/modules/30656a0c-8f92-440a-8e21-f0fdf8f6c5c9.blob deleted file mode 100644 index f93b1bc..0000000 Binary files a/host/data/storage/modules/30656a0c-8f92-440a-8e21-f0fdf8f6c5c9.blob and /dev/null differ diff --git a/host/data/storage/modules/31377901-a8cf-47ad-8e84-2f20b49d5362.blob b/host/data/storage/modules/31377901-a8cf-47ad-8e84-2f20b49d5362.blob deleted file mode 100644 index c2f1aab..0000000 Binary files a/host/data/storage/modules/31377901-a8cf-47ad-8e84-2f20b49d5362.blob and /dev/null differ diff --git a/host/data/storage/modules/3276f572-0d3c-4759-b565-2986c4cf272c.blob b/host/data/storage/modules/3276f572-0d3c-4759-b565-2986c4cf272c.blob deleted file mode 100644 index 56b33a2..0000000 Binary files a/host/data/storage/modules/3276f572-0d3c-4759-b565-2986c4cf272c.blob and /dev/null differ diff --git a/host/data/storage/modules/32bc346e-2998-4bf6-8e41-52a6a57977dc.blob b/host/data/storage/modules/32bc346e-2998-4bf6-8e41-52a6a57977dc.blob deleted file mode 100644 index 8d4a547..0000000 Binary files a/host/data/storage/modules/32bc346e-2998-4bf6-8e41-52a6a57977dc.blob and /dev/null differ diff --git a/host/data/storage/modules/330bedda-147b-4b59-96c1-942a3fd2251d.blob b/host/data/storage/modules/330bedda-147b-4b59-96c1-942a3fd2251d.blob deleted file mode 100644 index 1360831..0000000 Binary files a/host/data/storage/modules/330bedda-147b-4b59-96c1-942a3fd2251d.blob and /dev/null differ diff --git a/host/data/storage/modules/331ed70c-24a7-4862-a727-4e77eb585bde.blob b/host/data/storage/modules/331ed70c-24a7-4862-a727-4e77eb585bde.blob deleted file mode 100644 index 7da6aa2..0000000 Binary files a/host/data/storage/modules/331ed70c-24a7-4862-a727-4e77eb585bde.blob and /dev/null differ diff --git a/host/data/storage/modules/33db6b1e-5c36-4392-9ceb-e8c740b4b035.blob b/host/data/storage/modules/33db6b1e-5c36-4392-9ceb-e8c740b4b035.blob deleted file mode 100644 index 10cd8df..0000000 Binary files a/host/data/storage/modules/33db6b1e-5c36-4392-9ceb-e8c740b4b035.blob and /dev/null differ diff --git a/host/data/storage/modules/34982c16-d575-4d0e-beee-76ab08763369.blob b/host/data/storage/modules/34982c16-d575-4d0e-beee-76ab08763369.blob deleted file mode 100644 index c35d804..0000000 Binary files a/host/data/storage/modules/34982c16-d575-4d0e-beee-76ab08763369.blob and /dev/null differ diff --git a/host/data/storage/modules/34b1deee-b7ab-4313-9a6c-9704ceecf7ff.blob b/host/data/storage/modules/34b1deee-b7ab-4313-9a6c-9704ceecf7ff.blob deleted file mode 100644 index 6e2a037..0000000 Binary files a/host/data/storage/modules/34b1deee-b7ab-4313-9a6c-9704ceecf7ff.blob and /dev/null differ diff --git a/host/data/storage/modules/361976a1-c940-4831-a996-c1e10c37216d.blob b/host/data/storage/modules/361976a1-c940-4831-a996-c1e10c37216d.blob deleted file mode 100644 index c934a33..0000000 Binary files a/host/data/storage/modules/361976a1-c940-4831-a996-c1e10c37216d.blob and /dev/null differ diff --git a/host/data/storage/modules/383fbd28-547f-44e7-b8b0-dca59a37dc6b.blob b/host/data/storage/modules/383fbd28-547f-44e7-b8b0-dca59a37dc6b.blob deleted file mode 100644 index ec3b01f..0000000 Binary files a/host/data/storage/modules/383fbd28-547f-44e7-b8b0-dca59a37dc6b.blob and /dev/null differ diff --git a/host/data/storage/modules/39b5a090-da86-43de-88b7-782f0dd856ce.blob b/host/data/storage/modules/39b5a090-da86-43de-88b7-782f0dd856ce.blob deleted file mode 100644 index 99dbab3..0000000 Binary files a/host/data/storage/modules/39b5a090-da86-43de-88b7-782f0dd856ce.blob and /dev/null differ diff --git a/host/data/storage/modules/3b0e642a-7178-4c93-8e90-c449d67f174e.blob b/host/data/storage/modules/3b0e642a-7178-4c93-8e90-c449d67f174e.blob deleted file mode 100644 index 37a6e35..0000000 Binary files a/host/data/storage/modules/3b0e642a-7178-4c93-8e90-c449d67f174e.blob and /dev/null differ diff --git a/host/data/storage/modules/3b255a5d-5af8-417f-a212-4ba79ec79132.blob b/host/data/storage/modules/3b255a5d-5af8-417f-a212-4ba79ec79132.blob deleted file mode 100644 index 011099e..0000000 Binary files a/host/data/storage/modules/3b255a5d-5af8-417f-a212-4ba79ec79132.blob and /dev/null differ diff --git a/host/data/storage/modules/3b82ea06-beef-4295-853c-f9eb79b4315f.blob b/host/data/storage/modules/3b82ea06-beef-4295-853c-f9eb79b4315f.blob deleted file mode 100644 index 6bf2f0f..0000000 Binary files a/host/data/storage/modules/3b82ea06-beef-4295-853c-f9eb79b4315f.blob and /dev/null differ diff --git a/host/data/storage/modules/3c6ebf61-b5bf-496c-91fd-c47aefe6063e.blob b/host/data/storage/modules/3c6ebf61-b5bf-496c-91fd-c47aefe6063e.blob deleted file mode 100644 index cc837d9..0000000 Binary files a/host/data/storage/modules/3c6ebf61-b5bf-496c-91fd-c47aefe6063e.blob and /dev/null differ diff --git a/host/data/storage/modules/3ca7a51f-6996-40e8-bc39-e8ad330df0f8.blob b/host/data/storage/modules/3ca7a51f-6996-40e8-bc39-e8ad330df0f8.blob deleted file mode 100644 index 52a019c..0000000 Binary files a/host/data/storage/modules/3ca7a51f-6996-40e8-bc39-e8ad330df0f8.blob and /dev/null differ diff --git a/host/data/storage/modules/3de4e7cf-8be5-4759-ae91-928b44cb1dda.blob b/host/data/storage/modules/3de4e7cf-8be5-4759-ae91-928b44cb1dda.blob deleted file mode 100644 index bca7de7..0000000 Binary files a/host/data/storage/modules/3de4e7cf-8be5-4759-ae91-928b44cb1dda.blob and /dev/null differ diff --git a/host/data/storage/modules/40beed59-7443-4b9f-893a-e1e0ff486b18.blob b/host/data/storage/modules/40beed59-7443-4b9f-893a-e1e0ff486b18.blob deleted file mode 100644 index 808d626..0000000 Binary files a/host/data/storage/modules/40beed59-7443-4b9f-893a-e1e0ff486b18.blob and /dev/null differ diff --git a/host/data/storage/modules/419dfa14-1d7a-4029-bba8-c237e9dfad5e.blob b/host/data/storage/modules/419dfa14-1d7a-4029-bba8-c237e9dfad5e.blob deleted file mode 100644 index a1c23b1..0000000 Binary files a/host/data/storage/modules/419dfa14-1d7a-4029-bba8-c237e9dfad5e.blob and /dev/null differ diff --git a/host/data/storage/modules/426ab67a-1c3b-4326-88b1-d5e3014876b5.blob b/host/data/storage/modules/426ab67a-1c3b-4326-88b1-d5e3014876b5.blob deleted file mode 100644 index 7658b05..0000000 Binary files a/host/data/storage/modules/426ab67a-1c3b-4326-88b1-d5e3014876b5.blob and /dev/null differ diff --git a/host/data/storage/modules/43ff2705-3a8d-4548-ad6b-7762ff189de0.blob b/host/data/storage/modules/43ff2705-3a8d-4548-ad6b-7762ff189de0.blob deleted file mode 100644 index d639b3a..0000000 Binary files a/host/data/storage/modules/43ff2705-3a8d-4548-ad6b-7762ff189de0.blob and /dev/null differ diff --git a/host/data/storage/modules/442990b4-785f-48e1-b5aa-b6a841647251.blob b/host/data/storage/modules/442990b4-785f-48e1-b5aa-b6a841647251.blob deleted file mode 100644 index b664135..0000000 Binary files a/host/data/storage/modules/442990b4-785f-48e1-b5aa-b6a841647251.blob and /dev/null differ diff --git a/host/data/storage/modules/457b0195-913a-4b15-93b3-4709495bc45a.blob b/host/data/storage/modules/457b0195-913a-4b15-93b3-4709495bc45a.blob deleted file mode 100644 index 0501f03..0000000 Binary files a/host/data/storage/modules/457b0195-913a-4b15-93b3-4709495bc45a.blob and /dev/null differ diff --git a/host/data/storage/modules/46877cf8-4d7b-47db-9950-1a34799da841.blob b/host/data/storage/modules/46877cf8-4d7b-47db-9950-1a34799da841.blob deleted file mode 100644 index 80112d7..0000000 Binary files a/host/data/storage/modules/46877cf8-4d7b-47db-9950-1a34799da841.blob and /dev/null differ diff --git a/host/data/storage/modules/4945eb1a-5629-49e4-b918-92257ef8db7d.blob b/host/data/storage/modules/4945eb1a-5629-49e4-b918-92257ef8db7d.blob deleted file mode 100644 index 40375b6..0000000 Binary files a/host/data/storage/modules/4945eb1a-5629-49e4-b918-92257ef8db7d.blob and /dev/null differ diff --git a/host/data/storage/modules/49f682a2-6652-41a1-8edc-e2fa223b1747.blob b/host/data/storage/modules/49f682a2-6652-41a1-8edc-e2fa223b1747.blob deleted file mode 100644 index 797ad87..0000000 Binary files a/host/data/storage/modules/49f682a2-6652-41a1-8edc-e2fa223b1747.blob and /dev/null differ diff --git a/host/data/storage/modules/4b2c1bb6-8dcd-4eb7-be92-cb054449ec37.blob b/host/data/storage/modules/4b2c1bb6-8dcd-4eb7-be92-cb054449ec37.blob deleted file mode 100644 index f3cc6a1..0000000 Binary files a/host/data/storage/modules/4b2c1bb6-8dcd-4eb7-be92-cb054449ec37.blob and /dev/null differ diff --git a/host/data/storage/modules/4bb34166-3b49-4e0a-9ff4-262ef758e10a.blob b/host/data/storage/modules/4bb34166-3b49-4e0a-9ff4-262ef758e10a.blob deleted file mode 100644 index 4d1f1b4..0000000 Binary files a/host/data/storage/modules/4bb34166-3b49-4e0a-9ff4-262ef758e10a.blob and /dev/null differ diff --git a/host/data/storage/modules/4be30950-112c-4046-a83c-0611d6ec27bf.blob b/host/data/storage/modules/4be30950-112c-4046-a83c-0611d6ec27bf.blob deleted file mode 100644 index 25a6665..0000000 Binary files a/host/data/storage/modules/4be30950-112c-4046-a83c-0611d6ec27bf.blob and /dev/null differ diff --git a/host/data/storage/modules/4c1386f4-ed0d-4db1-a4b7-b505a3636eb1.blob b/host/data/storage/modules/4c1386f4-ed0d-4db1-a4b7-b505a3636eb1.blob deleted file mode 100644 index c5a91d9..0000000 Binary files a/host/data/storage/modules/4c1386f4-ed0d-4db1-a4b7-b505a3636eb1.blob and /dev/null differ diff --git a/host/data/storage/modules/4c6e4e73-ff1b-46a7-b3d1-9a34ab0fd44a.blob b/host/data/storage/modules/4c6e4e73-ff1b-46a7-b3d1-9a34ab0fd44a.blob deleted file mode 100644 index 812c529..0000000 Binary files a/host/data/storage/modules/4c6e4e73-ff1b-46a7-b3d1-9a34ab0fd44a.blob and /dev/null differ diff --git a/host/data/storage/modules/4d2ab02b-8726-4cec-82cd-e12613facc3a.blob b/host/data/storage/modules/4d2ab02b-8726-4cec-82cd-e12613facc3a.blob deleted file mode 100644 index a0fb2d6..0000000 Binary files a/host/data/storage/modules/4d2ab02b-8726-4cec-82cd-e12613facc3a.blob and /dev/null differ diff --git a/host/data/storage/modules/4de9c3a4-2722-4c23-ad20-ccfbbd3c0974.blob b/host/data/storage/modules/4de9c3a4-2722-4c23-ad20-ccfbbd3c0974.blob deleted file mode 100644 index 03b163b..0000000 Binary files a/host/data/storage/modules/4de9c3a4-2722-4c23-ad20-ccfbbd3c0974.blob and /dev/null differ diff --git a/host/data/storage/modules/4eabb808-003a-4726-ad39-06a04cf5fa98.blob b/host/data/storage/modules/4eabb808-003a-4726-ad39-06a04cf5fa98.blob deleted file mode 100644 index 6301cf8..0000000 Binary files a/host/data/storage/modules/4eabb808-003a-4726-ad39-06a04cf5fa98.blob and /dev/null differ diff --git a/host/data/storage/modules/5063b464-4f58-4b4a-aa37-877b23509757.blob b/host/data/storage/modules/5063b464-4f58-4b4a-aa37-877b23509757.blob deleted file mode 100644 index 9c80cae..0000000 Binary files a/host/data/storage/modules/5063b464-4f58-4b4a-aa37-877b23509757.blob and /dev/null differ diff --git a/host/data/storage/modules/50b56c57-7b9b-4bdc-9163-7afff1006ff1.blob b/host/data/storage/modules/50b56c57-7b9b-4bdc-9163-7afff1006ff1.blob deleted file mode 100644 index 7cf3db0..0000000 Binary files a/host/data/storage/modules/50b56c57-7b9b-4bdc-9163-7afff1006ff1.blob and /dev/null differ diff --git a/host/data/storage/modules/51166396-3919-4dc0-8e7a-ab4580c84104.blob b/host/data/storage/modules/51166396-3919-4dc0-8e7a-ab4580c84104.blob deleted file mode 100644 index f348055..0000000 Binary files a/host/data/storage/modules/51166396-3919-4dc0-8e7a-ab4580c84104.blob and /dev/null differ diff --git a/host/data/storage/modules/5144887a-c3b0-471f-9b7c-37f9a3a1d0eb.blob b/host/data/storage/modules/5144887a-c3b0-471f-9b7c-37f9a3a1d0eb.blob deleted file mode 100644 index bda1316..0000000 Binary files a/host/data/storage/modules/5144887a-c3b0-471f-9b7c-37f9a3a1d0eb.blob and /dev/null differ diff --git a/host/data/storage/modules/53cf7d17-713b-4446-aa91-119c65010253.blob b/host/data/storage/modules/53cf7d17-713b-4446-aa91-119c65010253.blob deleted file mode 100644 index 9f50c53..0000000 Binary files a/host/data/storage/modules/53cf7d17-713b-4446-aa91-119c65010253.blob and /dev/null differ diff --git a/host/data/storage/modules/5603fb30-ff94-4442-924b-54900e3045f7.blob b/host/data/storage/modules/5603fb30-ff94-4442-924b-54900e3045f7.blob deleted file mode 100644 index 81a601b..0000000 Binary files a/host/data/storage/modules/5603fb30-ff94-4442-924b-54900e3045f7.blob and /dev/null differ diff --git a/host/data/storage/modules/5806b0b5-1bc8-44c4-b57d-d716c9439b5b.blob b/host/data/storage/modules/5806b0b5-1bc8-44c4-b57d-d716c9439b5b.blob deleted file mode 100644 index 364e23a..0000000 Binary files a/host/data/storage/modules/5806b0b5-1bc8-44c4-b57d-d716c9439b5b.blob and /dev/null differ diff --git a/host/data/storage/modules/58949cfb-f75f-4691-a2e1-a94efccbff75.blob b/host/data/storage/modules/58949cfb-f75f-4691-a2e1-a94efccbff75.blob deleted file mode 100644 index 547c5c8..0000000 Binary files a/host/data/storage/modules/58949cfb-f75f-4691-a2e1-a94efccbff75.blob and /dev/null differ diff --git a/host/data/storage/modules/59d796fc-ea43-4edf-b668-b8cae69e0a21.blob b/host/data/storage/modules/59d796fc-ea43-4edf-b668-b8cae69e0a21.blob deleted file mode 100644 index bf776ae..0000000 Binary files a/host/data/storage/modules/59d796fc-ea43-4edf-b668-b8cae69e0a21.blob and /dev/null differ diff --git a/host/data/storage/modules/5a20bb74-fc58-4727-97f3-aebf623b1f44.blob b/host/data/storage/modules/5a20bb74-fc58-4727-97f3-aebf623b1f44.blob deleted file mode 100644 index b19b1ed..0000000 Binary files a/host/data/storage/modules/5a20bb74-fc58-4727-97f3-aebf623b1f44.blob and /dev/null differ diff --git a/host/data/storage/modules/5bb985ce-dba4-44d5-b438-7f74a84593c3.blob b/host/data/storage/modules/5bb985ce-dba4-44d5-b438-7f74a84593c3.blob deleted file mode 100644 index e757992..0000000 Binary files a/host/data/storage/modules/5bb985ce-dba4-44d5-b438-7f74a84593c3.blob and /dev/null differ diff --git a/host/data/storage/modules/5c87c9f8-441f-40bd-88e0-728d7f3e3fc2.blob b/host/data/storage/modules/5c87c9f8-441f-40bd-88e0-728d7f3e3fc2.blob deleted file mode 100644 index 69d5008..0000000 Binary files a/host/data/storage/modules/5c87c9f8-441f-40bd-88e0-728d7f3e3fc2.blob and /dev/null differ diff --git a/host/data/storage/modules/5d18018f-ec8a-4ebc-9110-e09d8365d0e4.blob b/host/data/storage/modules/5d18018f-ec8a-4ebc-9110-e09d8365d0e4.blob deleted file mode 100644 index 063134b..0000000 Binary files a/host/data/storage/modules/5d18018f-ec8a-4ebc-9110-e09d8365d0e4.blob and /dev/null differ diff --git a/host/data/storage/modules/5f23a664-f0db-47c3-b71e-5eb74a11bbee.blob b/host/data/storage/modules/5f23a664-f0db-47c3-b71e-5eb74a11bbee.blob deleted file mode 100644 index 0102ffd..0000000 Binary files a/host/data/storage/modules/5f23a664-f0db-47c3-b71e-5eb74a11bbee.blob and /dev/null differ diff --git a/host/data/storage/modules/60026f0a-ebf0-4105-882a-ff3bf8f2e9d2.blob b/host/data/storage/modules/60026f0a-ebf0-4105-882a-ff3bf8f2e9d2.blob deleted file mode 100644 index 8839a26..0000000 Binary files a/host/data/storage/modules/60026f0a-ebf0-4105-882a-ff3bf8f2e9d2.blob and /dev/null differ diff --git a/host/data/storage/modules/60d1f7cb-e6dc-44df-86a1-6a488f1bb265.blob b/host/data/storage/modules/60d1f7cb-e6dc-44df-86a1-6a488f1bb265.blob deleted file mode 100644 index 0819edd..0000000 Binary files a/host/data/storage/modules/60d1f7cb-e6dc-44df-86a1-6a488f1bb265.blob and /dev/null differ diff --git a/host/data/storage/modules/60f9e217-3591-4cdb-a301-84f6e35c0103.blob b/host/data/storage/modules/60f9e217-3591-4cdb-a301-84f6e35c0103.blob deleted file mode 100644 index a4bbafd..0000000 Binary files a/host/data/storage/modules/60f9e217-3591-4cdb-a301-84f6e35c0103.blob and /dev/null differ diff --git a/host/data/storage/modules/62984409-5547-4352-870a-d5394dceaab8.blob b/host/data/storage/modules/62984409-5547-4352-870a-d5394dceaab8.blob deleted file mode 100644 index 48e1c80..0000000 Binary files a/host/data/storage/modules/62984409-5547-4352-870a-d5394dceaab8.blob and /dev/null differ diff --git a/host/data/storage/modules/629bd26c-9fd2-4146-b78f-dd1d58f99789.blob b/host/data/storage/modules/629bd26c-9fd2-4146-b78f-dd1d58f99789.blob deleted file mode 100644 index 9fed685..0000000 Binary files a/host/data/storage/modules/629bd26c-9fd2-4146-b78f-dd1d58f99789.blob and /dev/null differ diff --git a/host/data/storage/modules/649d4de1-f66d-41fd-9998-70fa20746edc.blob b/host/data/storage/modules/649d4de1-f66d-41fd-9998-70fa20746edc.blob deleted file mode 100644 index 16637d0..0000000 Binary files a/host/data/storage/modules/649d4de1-f66d-41fd-9998-70fa20746edc.blob and /dev/null differ diff --git a/host/data/storage/modules/6639af3d-ffac-4221-ac90-aa8428739783.blob b/host/data/storage/modules/6639af3d-ffac-4221-ac90-aa8428739783.blob deleted file mode 100644 index 2d5c1c0..0000000 Binary files a/host/data/storage/modules/6639af3d-ffac-4221-ac90-aa8428739783.blob and /dev/null differ diff --git a/host/data/storage/modules/666fb68a-7d20-40b8-81e6-c6fe77dd1ec0.blob b/host/data/storage/modules/666fb68a-7d20-40b8-81e6-c6fe77dd1ec0.blob deleted file mode 100644 index 2487545..0000000 Binary files a/host/data/storage/modules/666fb68a-7d20-40b8-81e6-c6fe77dd1ec0.blob and /dev/null differ diff --git a/host/data/storage/modules/66e53a94-bb7c-450f-8039-7e770ecf0ae0.blob b/host/data/storage/modules/66e53a94-bb7c-450f-8039-7e770ecf0ae0.blob deleted file mode 100644 index fe14303..0000000 Binary files a/host/data/storage/modules/66e53a94-bb7c-450f-8039-7e770ecf0ae0.blob and /dev/null differ diff --git a/host/data/storage/modules/66f4d56e-8945-44b2-8e73-a51d01e98651.blob b/host/data/storage/modules/66f4d56e-8945-44b2-8e73-a51d01e98651.blob deleted file mode 100644 index 8ed23e2..0000000 Binary files a/host/data/storage/modules/66f4d56e-8945-44b2-8e73-a51d01e98651.blob and /dev/null differ diff --git a/host/data/storage/modules/68a7ee43-82df-4f7e-b7ba-81539c580b68.blob b/host/data/storage/modules/68a7ee43-82df-4f7e-b7ba-81539c580b68.blob deleted file mode 100644 index c3254b5..0000000 Binary files a/host/data/storage/modules/68a7ee43-82df-4f7e-b7ba-81539c580b68.blob and /dev/null differ diff --git a/host/data/storage/modules/68c3207e-c465-4175-a658-125c77d47f4c.blob b/host/data/storage/modules/68c3207e-c465-4175-a658-125c77d47f4c.blob deleted file mode 100644 index a89933a..0000000 Binary files a/host/data/storage/modules/68c3207e-c465-4175-a658-125c77d47f4c.blob and /dev/null differ diff --git a/host/data/storage/modules/68dbd75f-304d-49e2-b0d8-d177e9056a8a.blob b/host/data/storage/modules/68dbd75f-304d-49e2-b0d8-d177e9056a8a.blob deleted file mode 100644 index 9d1a709..0000000 Binary files a/host/data/storage/modules/68dbd75f-304d-49e2-b0d8-d177e9056a8a.blob and /dev/null differ diff --git a/host/data/storage/modules/69684e93-67de-4052-a17e-cf42cf7df044.blob b/host/data/storage/modules/69684e93-67de-4052-a17e-cf42cf7df044.blob deleted file mode 100644 index 2b589d2..0000000 Binary files a/host/data/storage/modules/69684e93-67de-4052-a17e-cf42cf7df044.blob and /dev/null differ diff --git a/host/data/storage/modules/6acb37c7-7098-4fcc-b8d4-06d4961fa654.blob b/host/data/storage/modules/6acb37c7-7098-4fcc-b8d4-06d4961fa654.blob deleted file mode 100644 index 95feb4b..0000000 Binary files a/host/data/storage/modules/6acb37c7-7098-4fcc-b8d4-06d4961fa654.blob and /dev/null differ diff --git a/host/data/storage/modules/6afcd1c1-e108-4354-83eb-1f8cca7074eb.blob b/host/data/storage/modules/6afcd1c1-e108-4354-83eb-1f8cca7074eb.blob deleted file mode 100644 index 276565a..0000000 Binary files a/host/data/storage/modules/6afcd1c1-e108-4354-83eb-1f8cca7074eb.blob and /dev/null differ diff --git a/host/data/storage/modules/6f220f71-4753-4dfe-824b-85bd9e24fab7.blob b/host/data/storage/modules/6f220f71-4753-4dfe-824b-85bd9e24fab7.blob deleted file mode 100644 index 73114dd..0000000 Binary files a/host/data/storage/modules/6f220f71-4753-4dfe-824b-85bd9e24fab7.blob and /dev/null differ diff --git a/host/data/storage/modules/70da6606-fda0-40b6-80ad-1616f187cfeb.blob b/host/data/storage/modules/70da6606-fda0-40b6-80ad-1616f187cfeb.blob deleted file mode 100644 index a048e76..0000000 Binary files a/host/data/storage/modules/70da6606-fda0-40b6-80ad-1616f187cfeb.blob and /dev/null differ diff --git a/host/data/storage/modules/7258b49f-b322-4d18-b00e-4c7d242afd55.blob b/host/data/storage/modules/7258b49f-b322-4d18-b00e-4c7d242afd55.blob deleted file mode 100644 index 3b33974..0000000 Binary files a/host/data/storage/modules/7258b49f-b322-4d18-b00e-4c7d242afd55.blob and /dev/null differ diff --git a/host/data/storage/modules/7296e720-2358-494b-8383-b36943a12db3.blob b/host/data/storage/modules/7296e720-2358-494b-8383-b36943a12db3.blob deleted file mode 100644 index 7178246..0000000 Binary files a/host/data/storage/modules/7296e720-2358-494b-8383-b36943a12db3.blob and /dev/null differ diff --git a/host/data/storage/modules/751c6a47-a444-4e16-952e-b62ddf7bba92.blob b/host/data/storage/modules/751c6a47-a444-4e16-952e-b62ddf7bba92.blob deleted file mode 100644 index 5361e08..0000000 Binary files a/host/data/storage/modules/751c6a47-a444-4e16-952e-b62ddf7bba92.blob and /dev/null differ diff --git a/host/data/storage/modules/760bd982-6f3a-4d83-a60b-e9a78f2c7939.blob b/host/data/storage/modules/760bd982-6f3a-4d83-a60b-e9a78f2c7939.blob deleted file mode 100644 index 04f4438..0000000 Binary files a/host/data/storage/modules/760bd982-6f3a-4d83-a60b-e9a78f2c7939.blob and /dev/null differ diff --git a/host/data/storage/modules/76d08afd-1b08-403d-b412-eae0ade17ac9.blob b/host/data/storage/modules/76d08afd-1b08-403d-b412-eae0ade17ac9.blob deleted file mode 100644 index eadb9dd..0000000 Binary files a/host/data/storage/modules/76d08afd-1b08-403d-b412-eae0ade17ac9.blob and /dev/null differ diff --git a/host/data/storage/modules/781bf5d3-88cf-4174-aae5-86d02b03787c.blob b/host/data/storage/modules/781bf5d3-88cf-4174-aae5-86d02b03787c.blob deleted file mode 100644 index e8d58f4..0000000 Binary files a/host/data/storage/modules/781bf5d3-88cf-4174-aae5-86d02b03787c.blob and /dev/null differ diff --git a/host/data/storage/modules/782d93b1-7d30-4f56-9194-da927d21baa0.blob b/host/data/storage/modules/782d93b1-7d30-4f56-9194-da927d21baa0.blob deleted file mode 100644 index 07c6697..0000000 Binary files a/host/data/storage/modules/782d93b1-7d30-4f56-9194-da927d21baa0.blob and /dev/null differ diff --git a/host/data/storage/modules/7a9e7a22-f732-4cc0-a642-6dd47731a8a2.blob b/host/data/storage/modules/7a9e7a22-f732-4cc0-a642-6dd47731a8a2.blob deleted file mode 100644 index b4f646a..0000000 Binary files a/host/data/storage/modules/7a9e7a22-f732-4cc0-a642-6dd47731a8a2.blob and /dev/null differ diff --git a/host/data/storage/modules/7b368b6b-1642-475e-a4f7-4311e9ab244f.blob b/host/data/storage/modules/7b368b6b-1642-475e-a4f7-4311e9ab244f.blob deleted file mode 100644 index 5bc18b2..0000000 Binary files a/host/data/storage/modules/7b368b6b-1642-475e-a4f7-4311e9ab244f.blob and /dev/null differ diff --git a/host/data/storage/modules/7bc56e10-0e83-40b3-8b50-e75c919417e5.blob b/host/data/storage/modules/7bc56e10-0e83-40b3-8b50-e75c919417e5.blob deleted file mode 100644 index 1be9600..0000000 Binary files a/host/data/storage/modules/7bc56e10-0e83-40b3-8b50-e75c919417e5.blob and /dev/null differ diff --git a/host/data/storage/modules/7bdd258a-99a1-42db-b829-38684731edcb.blob b/host/data/storage/modules/7bdd258a-99a1-42db-b829-38684731edcb.blob deleted file mode 100644 index 33369bf..0000000 Binary files a/host/data/storage/modules/7bdd258a-99a1-42db-b829-38684731edcb.blob and /dev/null differ diff --git a/host/data/storage/modules/7e7a756a-6ac2-434c-9f0f-839c94c56969.blob b/host/data/storage/modules/7e7a756a-6ac2-434c-9f0f-839c94c56969.blob deleted file mode 100644 index e2c2ccb..0000000 Binary files a/host/data/storage/modules/7e7a756a-6ac2-434c-9f0f-839c94c56969.blob and /dev/null differ diff --git a/host/data/storage/modules/7f074b17-56ed-47b4-92b7-e656effc0f75.blob b/host/data/storage/modules/7f074b17-56ed-47b4-92b7-e656effc0f75.blob deleted file mode 100644 index 5c7efd8..0000000 Binary files a/host/data/storage/modules/7f074b17-56ed-47b4-92b7-e656effc0f75.blob and /dev/null differ diff --git a/host/data/storage/modules/80004eaa-41ea-42fb-91e0-31a2ee4dbe68.blob b/host/data/storage/modules/80004eaa-41ea-42fb-91e0-31a2ee4dbe68.blob deleted file mode 100644 index ad1c3cc..0000000 Binary files a/host/data/storage/modules/80004eaa-41ea-42fb-91e0-31a2ee4dbe68.blob and /dev/null differ diff --git a/host/data/storage/modules/85e1b3f9-7fc2-487b-9e4a-59f45711a023.blob b/host/data/storage/modules/85e1b3f9-7fc2-487b-9e4a-59f45711a023.blob deleted file mode 100644 index f3abe32..0000000 Binary files a/host/data/storage/modules/85e1b3f9-7fc2-487b-9e4a-59f45711a023.blob and /dev/null differ diff --git a/host/data/storage/modules/8aa708fb-439c-4b12-9d03-c6f159ee2745.blob b/host/data/storage/modules/8aa708fb-439c-4b12-9d03-c6f159ee2745.blob deleted file mode 100644 index fb1032b..0000000 Binary files a/host/data/storage/modules/8aa708fb-439c-4b12-9d03-c6f159ee2745.blob and /dev/null differ diff --git a/host/data/storage/modules/8aeef10a-dda7-49b8-a49d-0abbf22bdfdd.blob b/host/data/storage/modules/8aeef10a-dda7-49b8-a49d-0abbf22bdfdd.blob deleted file mode 100644 index 8edf7f5..0000000 Binary files a/host/data/storage/modules/8aeef10a-dda7-49b8-a49d-0abbf22bdfdd.blob and /dev/null differ diff --git a/host/data/storage/modules/8d13959e-edb4-4ba5-a40f-b39eb320be58.blob b/host/data/storage/modules/8d13959e-edb4-4ba5-a40f-b39eb320be58.blob deleted file mode 100644 index 39c9996..0000000 Binary files a/host/data/storage/modules/8d13959e-edb4-4ba5-a40f-b39eb320be58.blob and /dev/null differ diff --git a/host/data/storage/modules/8e1540ef-6793-47a5-8e18-5ae45584692f.blob b/host/data/storage/modules/8e1540ef-6793-47a5-8e18-5ae45584692f.blob deleted file mode 100644 index 32bbb23..0000000 Binary files a/host/data/storage/modules/8e1540ef-6793-47a5-8e18-5ae45584692f.blob and /dev/null differ diff --git a/host/data/storage/modules/8f53d40b-37e2-4690-8fd4-4f5c310dd8be.blob b/host/data/storage/modules/8f53d40b-37e2-4690-8fd4-4f5c310dd8be.blob deleted file mode 100644 index 689c123..0000000 Binary files a/host/data/storage/modules/8f53d40b-37e2-4690-8fd4-4f5c310dd8be.blob and /dev/null differ diff --git a/host/data/storage/modules/90ab4a7a-93e6-49b1-8b92-9b7278506555.blob b/host/data/storage/modules/90ab4a7a-93e6-49b1-8b92-9b7278506555.blob deleted file mode 100644 index 1b012ba..0000000 Binary files a/host/data/storage/modules/90ab4a7a-93e6-49b1-8b92-9b7278506555.blob and /dev/null differ diff --git a/host/data/storage/modules/927a2103-9eb1-41d0-b353-56e67b608d33.blob b/host/data/storage/modules/927a2103-9eb1-41d0-b353-56e67b608d33.blob deleted file mode 100644 index 5f43cff..0000000 Binary files a/host/data/storage/modules/927a2103-9eb1-41d0-b353-56e67b608d33.blob and /dev/null differ diff --git a/host/data/storage/modules/94eb4b7f-f69a-414a-80fb-11ea76303897.blob b/host/data/storage/modules/94eb4b7f-f69a-414a-80fb-11ea76303897.blob deleted file mode 100644 index 3275784..0000000 Binary files a/host/data/storage/modules/94eb4b7f-f69a-414a-80fb-11ea76303897.blob and /dev/null differ diff --git a/host/data/storage/modules/9685ce23-0cd6-47b4-8d69-55291a975619.blob b/host/data/storage/modules/9685ce23-0cd6-47b4-8d69-55291a975619.blob deleted file mode 100644 index 2ee3f48..0000000 Binary files a/host/data/storage/modules/9685ce23-0cd6-47b4-8d69-55291a975619.blob and /dev/null differ diff --git a/host/data/storage/modules/98991433-999e-49bb-9f43-df5a44dc1f74.blob b/host/data/storage/modules/98991433-999e-49bb-9f43-df5a44dc1f74.blob deleted file mode 100644 index 6c2152b..0000000 Binary files a/host/data/storage/modules/98991433-999e-49bb-9f43-df5a44dc1f74.blob and /dev/null differ diff --git a/host/data/storage/modules/995f8ede-e2fe-4b28-b6cc-5d53a1d08319.blob b/host/data/storage/modules/995f8ede-e2fe-4b28-b6cc-5d53a1d08319.blob deleted file mode 100644 index 75c9323..0000000 Binary files a/host/data/storage/modules/995f8ede-e2fe-4b28-b6cc-5d53a1d08319.blob and /dev/null differ diff --git a/host/data/storage/modules/9a0aeed6-668e-4487-bb41-0b03bc82f4ad.blob b/host/data/storage/modules/9a0aeed6-668e-4487-bb41-0b03bc82f4ad.blob deleted file mode 100644 index 8f35128..0000000 Binary files a/host/data/storage/modules/9a0aeed6-668e-4487-bb41-0b03bc82f4ad.blob and /dev/null differ diff --git a/host/data/storage/modules/9b5c1b15-7e57-41f1-9433-b50286cfb597.blob b/host/data/storage/modules/9b5c1b15-7e57-41f1-9433-b50286cfb597.blob deleted file mode 100644 index 561daab..0000000 Binary files a/host/data/storage/modules/9b5c1b15-7e57-41f1-9433-b50286cfb597.blob and /dev/null differ diff --git a/host/data/storage/modules/9beb7a23-91d1-4ec9-a120-9beaaa1bed26.blob b/host/data/storage/modules/9beb7a23-91d1-4ec9-a120-9beaaa1bed26.blob deleted file mode 100644 index d28db0f..0000000 Binary files a/host/data/storage/modules/9beb7a23-91d1-4ec9-a120-9beaaa1bed26.blob and /dev/null differ diff --git a/host/data/storage/modules/9c0cdf7f-5ab5-477d-8bef-00c2596dfe66.blob b/host/data/storage/modules/9c0cdf7f-5ab5-477d-8bef-00c2596dfe66.blob deleted file mode 100644 index 2047661..0000000 Binary files a/host/data/storage/modules/9c0cdf7f-5ab5-477d-8bef-00c2596dfe66.blob and /dev/null differ diff --git a/host/data/storage/modules/9dc0f59d-fbe0-4aeb-be42-aa25c5877f0b.blob b/host/data/storage/modules/9dc0f59d-fbe0-4aeb-be42-aa25c5877f0b.blob deleted file mode 100644 index f1133a0..0000000 Binary files a/host/data/storage/modules/9dc0f59d-fbe0-4aeb-be42-aa25c5877f0b.blob and /dev/null differ diff --git a/host/data/storage/modules/9def96ff-b647-4965-98d8-232bef25213c.blob b/host/data/storage/modules/9def96ff-b647-4965-98d8-232bef25213c.blob deleted file mode 100644 index d603aa5..0000000 Binary files a/host/data/storage/modules/9def96ff-b647-4965-98d8-232bef25213c.blob and /dev/null differ diff --git a/host/data/storage/modules/9dfcd309-2d08-4e7b-a72a-036f030d107a.blob b/host/data/storage/modules/9dfcd309-2d08-4e7b-a72a-036f030d107a.blob deleted file mode 100644 index 12087f0..0000000 Binary files a/host/data/storage/modules/9dfcd309-2d08-4e7b-a72a-036f030d107a.blob and /dev/null differ diff --git a/host/data/storage/modules/9e9b9bcc-90f9-4292-887e-b240ebfe43d1.blob b/host/data/storage/modules/9e9b9bcc-90f9-4292-887e-b240ebfe43d1.blob deleted file mode 100644 index 68e38a1..0000000 Binary files a/host/data/storage/modules/9e9b9bcc-90f9-4292-887e-b240ebfe43d1.blob and /dev/null differ diff --git a/host/data/storage/modules/9fb417a0-b6eb-4444-8886-cad745c1d90a.blob b/host/data/storage/modules/9fb417a0-b6eb-4444-8886-cad745c1d90a.blob deleted file mode 100644 index 796c6f5..0000000 Binary files a/host/data/storage/modules/9fb417a0-b6eb-4444-8886-cad745c1d90a.blob and /dev/null differ diff --git a/host/data/storage/modules/a1b1b7be-276f-4559-bda6-f5cf4e435d2d.blob b/host/data/storage/modules/a1b1b7be-276f-4559-bda6-f5cf4e435d2d.blob deleted file mode 100644 index 28edd16..0000000 Binary files a/host/data/storage/modules/a1b1b7be-276f-4559-bda6-f5cf4e435d2d.blob and /dev/null differ diff --git a/host/data/storage/modules/a1e0aaad-6fc8-4879-813d-a8baba7f7f59.blob b/host/data/storage/modules/a1e0aaad-6fc8-4879-813d-a8baba7f7f59.blob deleted file mode 100644 index 5b47fc6..0000000 Binary files a/host/data/storage/modules/a1e0aaad-6fc8-4879-813d-a8baba7f7f59.blob and /dev/null differ diff --git a/host/data/storage/modules/a2c09d9c-ec34-41c6-8b0e-d71c9b9ff845.blob b/host/data/storage/modules/a2c09d9c-ec34-41c6-8b0e-d71c9b9ff845.blob deleted file mode 100644 index 7d3cd0c..0000000 Binary files a/host/data/storage/modules/a2c09d9c-ec34-41c6-8b0e-d71c9b9ff845.blob and /dev/null differ diff --git a/host/data/storage/modules/a45770ad-e178-4578-9312-3847c06a640d.blob b/host/data/storage/modules/a45770ad-e178-4578-9312-3847c06a640d.blob deleted file mode 100644 index b5e6a1b..0000000 Binary files a/host/data/storage/modules/a45770ad-e178-4578-9312-3847c06a640d.blob and /dev/null differ diff --git a/host/data/storage/modules/a50db92b-c62e-4f00-b619-136ec16c7b02.blob b/host/data/storage/modules/a50db92b-c62e-4f00-b619-136ec16c7b02.blob deleted file mode 100644 index 27bd048..0000000 Binary files a/host/data/storage/modules/a50db92b-c62e-4f00-b619-136ec16c7b02.blob and /dev/null differ diff --git a/host/data/storage/modules/a552bace-7ac7-4fb6-949d-aee6d2dc7fd6.blob b/host/data/storage/modules/a552bace-7ac7-4fb6-949d-aee6d2dc7fd6.blob deleted file mode 100644 index 5d15701..0000000 Binary files a/host/data/storage/modules/a552bace-7ac7-4fb6-949d-aee6d2dc7fd6.blob and /dev/null differ diff --git a/host/data/storage/modules/a5eb59b3-7414-4ef3-a7e8-df2716f1cc65.blob b/host/data/storage/modules/a5eb59b3-7414-4ef3-a7e8-df2716f1cc65.blob deleted file mode 100644 index 43da491..0000000 Binary files a/host/data/storage/modules/a5eb59b3-7414-4ef3-a7e8-df2716f1cc65.blob and /dev/null differ diff --git a/host/data/storage/modules/a656a1f6-96c8-44c7-af34-764ee36387af.blob b/host/data/storage/modules/a656a1f6-96c8-44c7-af34-764ee36387af.blob deleted file mode 100644 index 7b307a7..0000000 Binary files a/host/data/storage/modules/a656a1f6-96c8-44c7-af34-764ee36387af.blob and /dev/null differ diff --git a/host/data/storage/modules/a76bb33f-4dfc-4ac8-92b7-32aa1e091521.blob b/host/data/storage/modules/a76bb33f-4dfc-4ac8-92b7-32aa1e091521.blob deleted file mode 100644 index a94af80..0000000 Binary files a/host/data/storage/modules/a76bb33f-4dfc-4ac8-92b7-32aa1e091521.blob and /dev/null differ diff --git a/host/data/storage/modules/a79ca7d4-ef64-4496-a872-47abd3834833.blob b/host/data/storage/modules/a79ca7d4-ef64-4496-a872-47abd3834833.blob deleted file mode 100644 index 06caf29..0000000 Binary files a/host/data/storage/modules/a79ca7d4-ef64-4496-a872-47abd3834833.blob and /dev/null differ diff --git a/host/data/storage/modules/a9e7739c-b434-4f41-ba69-8b6041116b3a.blob b/host/data/storage/modules/a9e7739c-b434-4f41-ba69-8b6041116b3a.blob deleted file mode 100644 index 6da6048..0000000 Binary files a/host/data/storage/modules/a9e7739c-b434-4f41-ba69-8b6041116b3a.blob and /dev/null differ diff --git a/host/data/storage/modules/a9fd2b57-06f1-421a-af43-01bd97690f73.blob b/host/data/storage/modules/a9fd2b57-06f1-421a-af43-01bd97690f73.blob deleted file mode 100644 index 0658fda..0000000 Binary files a/host/data/storage/modules/a9fd2b57-06f1-421a-af43-01bd97690f73.blob and /dev/null differ diff --git a/host/data/storage/modules/aa4029c8-37b0-44d5-8e34-7f734a9ac100.blob b/host/data/storage/modules/aa4029c8-37b0-44d5-8e34-7f734a9ac100.blob deleted file mode 100644 index 0695b07..0000000 Binary files a/host/data/storage/modules/aa4029c8-37b0-44d5-8e34-7f734a9ac100.blob and /dev/null differ diff --git a/host/data/storage/modules/ac674584-0975-4dd2-923b-bdd2dfb4acf0.blob b/host/data/storage/modules/ac674584-0975-4dd2-923b-bdd2dfb4acf0.blob deleted file mode 100644 index 0e84000..0000000 Binary files a/host/data/storage/modules/ac674584-0975-4dd2-923b-bdd2dfb4acf0.blob and /dev/null differ diff --git a/host/data/storage/modules/ad49f0ba-c363-44db-a47b-a8ba9773cd47.blob b/host/data/storage/modules/ad49f0ba-c363-44db-a47b-a8ba9773cd47.blob deleted file mode 100644 index 2ab5a0d..0000000 Binary files a/host/data/storage/modules/ad49f0ba-c363-44db-a47b-a8ba9773cd47.blob and /dev/null differ diff --git a/host/data/storage/modules/b0a5fdec-a11e-4d0c-8592-db36dd6576fe.blob b/host/data/storage/modules/b0a5fdec-a11e-4d0c-8592-db36dd6576fe.blob deleted file mode 100644 index f3b16d9..0000000 Binary files a/host/data/storage/modules/b0a5fdec-a11e-4d0c-8592-db36dd6576fe.blob and /dev/null differ diff --git a/host/data/storage/modules/b12b3963-0714-4702-a477-c9c6fa8deb9f.blob b/host/data/storage/modules/b12b3963-0714-4702-a477-c9c6fa8deb9f.blob deleted file mode 100644 index c1972a2..0000000 Binary files a/host/data/storage/modules/b12b3963-0714-4702-a477-c9c6fa8deb9f.blob and /dev/null differ diff --git a/host/data/storage/modules/b161a40e-2bd2-4dde-98e5-ee97a825a396.blob b/host/data/storage/modules/b161a40e-2bd2-4dde-98e5-ee97a825a396.blob deleted file mode 100644 index 9d47629..0000000 Binary files a/host/data/storage/modules/b161a40e-2bd2-4dde-98e5-ee97a825a396.blob and /dev/null differ diff --git a/host/data/storage/modules/b47532bb-4c4d-452f-8438-4d949b5eafa2.blob b/host/data/storage/modules/b47532bb-4c4d-452f-8438-4d949b5eafa2.blob deleted file mode 100644 index 2cd4cf6..0000000 Binary files a/host/data/storage/modules/b47532bb-4c4d-452f-8438-4d949b5eafa2.blob and /dev/null differ diff --git a/host/data/storage/modules/b536d2f6-a625-4d25-a66f-7be4d114af9f.blob b/host/data/storage/modules/b536d2f6-a625-4d25-a66f-7be4d114af9f.blob deleted file mode 100644 index 71e4cec..0000000 Binary files a/host/data/storage/modules/b536d2f6-a625-4d25-a66f-7be4d114af9f.blob and /dev/null differ diff --git a/host/data/storage/modules/b6fb177e-c2ee-4c87-8adc-69758d39bd34.blob b/host/data/storage/modules/b6fb177e-c2ee-4c87-8adc-69758d39bd34.blob deleted file mode 100644 index a537446..0000000 Binary files a/host/data/storage/modules/b6fb177e-c2ee-4c87-8adc-69758d39bd34.blob and /dev/null differ diff --git a/host/data/storage/modules/b8043c8a-0c5f-4275-947d-943e9204b8ae.blob b/host/data/storage/modules/b8043c8a-0c5f-4275-947d-943e9204b8ae.blob deleted file mode 100644 index a205b39..0000000 Binary files a/host/data/storage/modules/b8043c8a-0c5f-4275-947d-943e9204b8ae.blob and /dev/null differ diff --git a/host/data/storage/modules/b8b09c50-39e3-47e9-9fff-8df4a0209cf8.blob b/host/data/storage/modules/b8b09c50-39e3-47e9-9fff-8df4a0209cf8.blob deleted file mode 100644 index 0281f9a..0000000 Binary files a/host/data/storage/modules/b8b09c50-39e3-47e9-9fff-8df4a0209cf8.blob and /dev/null differ diff --git a/host/data/storage/modules/bad06820-0fff-44f6-9ef3-9d64fa3cbd43.blob b/host/data/storage/modules/bad06820-0fff-44f6-9ef3-9d64fa3cbd43.blob deleted file mode 100644 index 0b14373..0000000 Binary files a/host/data/storage/modules/bad06820-0fff-44f6-9ef3-9d64fa3cbd43.blob and /dev/null differ diff --git a/host/data/storage/modules/bdf4ada8-48d6-4da9-8433-a8dbef55da51.blob b/host/data/storage/modules/bdf4ada8-48d6-4da9-8433-a8dbef55da51.blob deleted file mode 100644 index 8468267..0000000 Binary files a/host/data/storage/modules/bdf4ada8-48d6-4da9-8433-a8dbef55da51.blob and /dev/null differ diff --git a/host/data/storage/modules/be2f558c-ac4a-43e2-b8e0-976340b919e3.blob b/host/data/storage/modules/be2f558c-ac4a-43e2-b8e0-976340b919e3.blob deleted file mode 100644 index 9afb73d..0000000 Binary files a/host/data/storage/modules/be2f558c-ac4a-43e2-b8e0-976340b919e3.blob and /dev/null differ diff --git a/host/data/storage/modules/bf8a455d-1f29-4a91-bbfa-aec72008e0a0.blob b/host/data/storage/modules/bf8a455d-1f29-4a91-bbfa-aec72008e0a0.blob deleted file mode 100644 index db3e05d..0000000 Binary files a/host/data/storage/modules/bf8a455d-1f29-4a91-bbfa-aec72008e0a0.blob and /dev/null differ diff --git a/host/data/storage/modules/c100d3d1-1545-49e3-975b-10b3ccf078d9.blob b/host/data/storage/modules/c100d3d1-1545-49e3-975b-10b3ccf078d9.blob deleted file mode 100644 index adf4dc1..0000000 Binary files a/host/data/storage/modules/c100d3d1-1545-49e3-975b-10b3ccf078d9.blob and /dev/null differ diff --git a/host/data/storage/modules/c2ae8100-fa86-41c5-91ba-22c0dd808dd2.blob b/host/data/storage/modules/c2ae8100-fa86-41c5-91ba-22c0dd808dd2.blob deleted file mode 100644 index ff4e972..0000000 Binary files a/host/data/storage/modules/c2ae8100-fa86-41c5-91ba-22c0dd808dd2.blob and /dev/null differ diff --git a/host/data/storage/modules/c2bfe71a-1bdd-4717-982d-db88b87ce245.blob b/host/data/storage/modules/c2bfe71a-1bdd-4717-982d-db88b87ce245.blob deleted file mode 100644 index afcb395..0000000 Binary files a/host/data/storage/modules/c2bfe71a-1bdd-4717-982d-db88b87ce245.blob and /dev/null differ diff --git a/host/data/storage/modules/c3096191-2992-41dc-a8f4-b428143b5a1c.blob b/host/data/storage/modules/c3096191-2992-41dc-a8f4-b428143b5a1c.blob deleted file mode 100644 index f02c584..0000000 Binary files a/host/data/storage/modules/c3096191-2992-41dc-a8f4-b428143b5a1c.blob and /dev/null differ diff --git a/host/data/storage/modules/c368baa6-61d7-45ea-afc8-81970a0d56f1.blob b/host/data/storage/modules/c368baa6-61d7-45ea-afc8-81970a0d56f1.blob deleted file mode 100644 index 250f55b..0000000 Binary files a/host/data/storage/modules/c368baa6-61d7-45ea-afc8-81970a0d56f1.blob and /dev/null differ diff --git a/host/data/storage/modules/c43aa46c-4ac2-4a79-8059-99954d75ebf5.blob b/host/data/storage/modules/c43aa46c-4ac2-4a79-8059-99954d75ebf5.blob deleted file mode 100644 index c6a275a..0000000 Binary files a/host/data/storage/modules/c43aa46c-4ac2-4a79-8059-99954d75ebf5.blob and /dev/null differ diff --git a/host/data/storage/modules/c7ab6940-ddb5-4d89-a2c8-05b867b29bef.blob b/host/data/storage/modules/c7ab6940-ddb5-4d89-a2c8-05b867b29bef.blob deleted file mode 100644 index 6d87f8b..0000000 Binary files a/host/data/storage/modules/c7ab6940-ddb5-4d89-a2c8-05b867b29bef.blob and /dev/null differ diff --git a/host/data/storage/modules/c9815584-fc7c-48d2-bbc6-5a662d69e2d6.blob b/host/data/storage/modules/c9815584-fc7c-48d2-bbc6-5a662d69e2d6.blob deleted file mode 100644 index 660dc17..0000000 Binary files a/host/data/storage/modules/c9815584-fc7c-48d2-bbc6-5a662d69e2d6.blob and /dev/null differ diff --git a/host/data/storage/modules/cb662980-f07f-4130-8051-c54fe2a05bb7.blob b/host/data/storage/modules/cb662980-f07f-4130-8051-c54fe2a05bb7.blob deleted file mode 100644 index 1c29360..0000000 Binary files a/host/data/storage/modules/cb662980-f07f-4130-8051-c54fe2a05bb7.blob and /dev/null differ diff --git a/host/data/storage/modules/cc381913-39f8-4582-858c-8502492f0b0d.blob b/host/data/storage/modules/cc381913-39f8-4582-858c-8502492f0b0d.blob deleted file mode 100644 index 2b1c252..0000000 Binary files a/host/data/storage/modules/cc381913-39f8-4582-858c-8502492f0b0d.blob and /dev/null differ diff --git a/host/data/storage/modules/cc870fa3-8051-44d2-9cb0-6aefeb155120.blob b/host/data/storage/modules/cc870fa3-8051-44d2-9cb0-6aefeb155120.blob deleted file mode 100644 index e6533ce..0000000 Binary files a/host/data/storage/modules/cc870fa3-8051-44d2-9cb0-6aefeb155120.blob and /dev/null differ diff --git a/host/data/storage/modules/cebd59b1-c75d-420d-995f-adafbd170c72.blob b/host/data/storage/modules/cebd59b1-c75d-420d-995f-adafbd170c72.blob deleted file mode 100644 index d6eb81b..0000000 Binary files a/host/data/storage/modules/cebd59b1-c75d-420d-995f-adafbd170c72.blob and /dev/null differ diff --git a/host/data/storage/modules/ced7a1c6-097f-40c8-aa94-3bd0d32c7e61.blob b/host/data/storage/modules/ced7a1c6-097f-40c8-aa94-3bd0d32c7e61.blob deleted file mode 100644 index da89d13..0000000 Binary files a/host/data/storage/modules/ced7a1c6-097f-40c8-aa94-3bd0d32c7e61.blob and /dev/null differ diff --git a/host/data/storage/modules/d0548799-1c11-4f1b-a899-d4f91229da12.blob b/host/data/storage/modules/d0548799-1c11-4f1b-a899-d4f91229da12.blob deleted file mode 100644 index af9e8f5..0000000 Binary files a/host/data/storage/modules/d0548799-1c11-4f1b-a899-d4f91229da12.blob and /dev/null differ diff --git a/host/data/storage/modules/d29ada61-226c-4e18-9f2c-f526e2a93671.blob b/host/data/storage/modules/d29ada61-226c-4e18-9f2c-f526e2a93671.blob deleted file mode 100644 index 2acb3f2..0000000 Binary files a/host/data/storage/modules/d29ada61-226c-4e18-9f2c-f526e2a93671.blob and /dev/null differ diff --git a/host/data/storage/modules/d315b4e5-ed3e-4034-8bd5-a95bfafae83e.blob b/host/data/storage/modules/d315b4e5-ed3e-4034-8bd5-a95bfafae83e.blob deleted file mode 100644 index e3ba75c..0000000 Binary files a/host/data/storage/modules/d315b4e5-ed3e-4034-8bd5-a95bfafae83e.blob and /dev/null differ diff --git a/host/data/storage/modules/d3c83e44-2aaa-46e4-bdc6-7a9988f9e76a.blob b/host/data/storage/modules/d3c83e44-2aaa-46e4-bdc6-7a9988f9e76a.blob deleted file mode 100644 index 8e49eb3..0000000 Binary files a/host/data/storage/modules/d3c83e44-2aaa-46e4-bdc6-7a9988f9e76a.blob and /dev/null differ diff --git a/host/data/storage/modules/d4e1fd32-97e7-4cb4-85c9-92388c6e4d7d.blob b/host/data/storage/modules/d4e1fd32-97e7-4cb4-85c9-92388c6e4d7d.blob deleted file mode 100644 index 99ee5bd..0000000 Binary files a/host/data/storage/modules/d4e1fd32-97e7-4cb4-85c9-92388c6e4d7d.blob and /dev/null differ diff --git a/host/data/storage/modules/d6900676-12a2-450d-811e-c609462e0e20.blob b/host/data/storage/modules/d6900676-12a2-450d-811e-c609462e0e20.blob deleted file mode 100644 index 0b8e194..0000000 Binary files a/host/data/storage/modules/d6900676-12a2-450d-811e-c609462e0e20.blob and /dev/null differ diff --git a/host/data/storage/modules/d6a9a5a9-aa8a-4e34-a129-75e38a215308.blob b/host/data/storage/modules/d6a9a5a9-aa8a-4e34-a129-75e38a215308.blob deleted file mode 100644 index ddc2386..0000000 Binary files a/host/data/storage/modules/d6a9a5a9-aa8a-4e34-a129-75e38a215308.blob and /dev/null differ diff --git a/host/data/storage/modules/d6c0d0a8-7e9f-4783-9854-b3c91ed427da.blob b/host/data/storage/modules/d6c0d0a8-7e9f-4783-9854-b3c91ed427da.blob deleted file mode 100644 index a845aa6..0000000 Binary files a/host/data/storage/modules/d6c0d0a8-7e9f-4783-9854-b3c91ed427da.blob and /dev/null differ diff --git a/host/data/storage/modules/d7533d47-3967-457d-b9ef-03ed9b843789.blob b/host/data/storage/modules/d7533d47-3967-457d-b9ef-03ed9b843789.blob deleted file mode 100644 index f93219e..0000000 Binary files a/host/data/storage/modules/d7533d47-3967-457d-b9ef-03ed9b843789.blob and /dev/null differ diff --git a/host/data/storage/modules/d7b9ba0c-6f08-4744-a3f9-aeb10cb1656d.blob b/host/data/storage/modules/d7b9ba0c-6f08-4744-a3f9-aeb10cb1656d.blob deleted file mode 100644 index c7b9fb4..0000000 Binary files a/host/data/storage/modules/d7b9ba0c-6f08-4744-a3f9-aeb10cb1656d.blob and /dev/null differ diff --git a/host/data/storage/modules/db146456-f915-41f0-aa09-62072ed52305.blob b/host/data/storage/modules/db146456-f915-41f0-aa09-62072ed52305.blob deleted file mode 100644 index 68aac93..0000000 Binary files a/host/data/storage/modules/db146456-f915-41f0-aa09-62072ed52305.blob and /dev/null differ diff --git a/host/data/storage/modules/dc08c375-42e2-4b23-8aab-ecef494aba94.blob b/host/data/storage/modules/dc08c375-42e2-4b23-8aab-ecef494aba94.blob deleted file mode 100644 index 7ed87ca..0000000 Binary files a/host/data/storage/modules/dc08c375-42e2-4b23-8aab-ecef494aba94.blob and /dev/null differ diff --git a/host/data/storage/modules/df4abd6b-b15b-40d9-8599-cd51fe46a54d.blob b/host/data/storage/modules/df4abd6b-b15b-40d9-8599-cd51fe46a54d.blob deleted file mode 100644 index 8bd6c0e..0000000 Binary files a/host/data/storage/modules/df4abd6b-b15b-40d9-8599-cd51fe46a54d.blob and /dev/null differ diff --git a/host/data/storage/modules/e12eef44-3a87-4ead-a371-c3e4e51e7d2f.blob b/host/data/storage/modules/e12eef44-3a87-4ead-a371-c3e4e51e7d2f.blob deleted file mode 100644 index c69c9bf..0000000 Binary files a/host/data/storage/modules/e12eef44-3a87-4ead-a371-c3e4e51e7d2f.blob and /dev/null differ diff --git a/host/data/storage/modules/e161ab62-6512-442c-b946-93bce873f2ac.blob b/host/data/storage/modules/e161ab62-6512-442c-b946-93bce873f2ac.blob deleted file mode 100644 index 2a1ffdd..0000000 Binary files a/host/data/storage/modules/e161ab62-6512-442c-b946-93bce873f2ac.blob and /dev/null differ diff --git a/host/data/storage/modules/e297b414-92ef-4317-be2f-de4cbd524f9c.blob b/host/data/storage/modules/e297b414-92ef-4317-be2f-de4cbd524f9c.blob deleted file mode 100644 index d5f38fb..0000000 Binary files a/host/data/storage/modules/e297b414-92ef-4317-be2f-de4cbd524f9c.blob and /dev/null differ diff --git a/host/data/storage/modules/e2d1e78d-cc97-4ed1-9b60-47755586e742.blob b/host/data/storage/modules/e2d1e78d-cc97-4ed1-9b60-47755586e742.blob deleted file mode 100644 index 1a09052..0000000 Binary files a/host/data/storage/modules/e2d1e78d-cc97-4ed1-9b60-47755586e742.blob and /dev/null differ diff --git a/host/data/storage/modules/e37e32e5-1d55-4ac7-b659-26f6a2f031e1.blob b/host/data/storage/modules/e37e32e5-1d55-4ac7-b659-26f6a2f031e1.blob deleted file mode 100644 index 1c23e2d..0000000 Binary files a/host/data/storage/modules/e37e32e5-1d55-4ac7-b659-26f6a2f031e1.blob and /dev/null differ diff --git a/host/data/storage/modules/e6f2f2f6-6d0e-40c9-aee3-6903b648ebde.blob b/host/data/storage/modules/e6f2f2f6-6d0e-40c9-aee3-6903b648ebde.blob deleted file mode 100644 index 11df94d..0000000 Binary files a/host/data/storage/modules/e6f2f2f6-6d0e-40c9-aee3-6903b648ebde.blob and /dev/null differ diff --git a/host/data/storage/modules/e815033c-b626-4892-b20b-24b837be9835.blob b/host/data/storage/modules/e815033c-b626-4892-b20b-24b837be9835.blob deleted file mode 100644 index a3a865f..0000000 Binary files a/host/data/storage/modules/e815033c-b626-4892-b20b-24b837be9835.blob and /dev/null differ diff --git a/host/data/storage/modules/e85c7fd1-f41a-4f2f-abaa-06cc77cc7e15.blob b/host/data/storage/modules/e85c7fd1-f41a-4f2f-abaa-06cc77cc7e15.blob deleted file mode 100644 index ce52b54..0000000 Binary files a/host/data/storage/modules/e85c7fd1-f41a-4f2f-abaa-06cc77cc7e15.blob and /dev/null differ diff --git a/host/data/storage/modules/e8fd6897-d68d-4152-bf5b-79c88f7af47a.blob b/host/data/storage/modules/e8fd6897-d68d-4152-bf5b-79c88f7af47a.blob deleted file mode 100644 index 7176099..0000000 Binary files a/host/data/storage/modules/e8fd6897-d68d-4152-bf5b-79c88f7af47a.blob and /dev/null differ diff --git a/host/data/storage/modules/eaa40c84-a9a1-4042-84a5-158aaa63b580.blob b/host/data/storage/modules/eaa40c84-a9a1-4042-84a5-158aaa63b580.blob deleted file mode 100644 index 1033dd3..0000000 Binary files a/host/data/storage/modules/eaa40c84-a9a1-4042-84a5-158aaa63b580.blob and /dev/null differ diff --git a/host/data/storage/modules/ec529c53-fa32-49a1-8a0e-caff30f9793a.blob b/host/data/storage/modules/ec529c53-fa32-49a1-8a0e-caff30f9793a.blob deleted file mode 100644 index cc0b60a..0000000 Binary files a/host/data/storage/modules/ec529c53-fa32-49a1-8a0e-caff30f9793a.blob and /dev/null differ diff --git a/host/data/storage/modules/eca63f75-929c-4f3c-9d26-314cf5bc5a92.blob b/host/data/storage/modules/eca63f75-929c-4f3c-9d26-314cf5bc5a92.blob deleted file mode 100644 index 4c5d5c5..0000000 Binary files a/host/data/storage/modules/eca63f75-929c-4f3c-9d26-314cf5bc5a92.blob and /dev/null differ diff --git a/host/data/storage/modules/ed0e6a36-a7a2-42fe-94a9-ded219c9bbcb.blob b/host/data/storage/modules/ed0e6a36-a7a2-42fe-94a9-ded219c9bbcb.blob deleted file mode 100644 index df28707..0000000 Binary files a/host/data/storage/modules/ed0e6a36-a7a2-42fe-94a9-ded219c9bbcb.blob and /dev/null differ diff --git a/host/data/storage/modules/ed1b82d5-7955-4e0d-b65b-50c48f3dceb3.blob b/host/data/storage/modules/ed1b82d5-7955-4e0d-b65b-50c48f3dceb3.blob deleted file mode 100644 index 092e124..0000000 Binary files a/host/data/storage/modules/ed1b82d5-7955-4e0d-b65b-50c48f3dceb3.blob and /dev/null differ diff --git a/host/data/storage/modules/ed6e2ad1-9c0c-43d4-a1a8-4098e8d01173.blob b/host/data/storage/modules/ed6e2ad1-9c0c-43d4-a1a8-4098e8d01173.blob deleted file mode 100644 index 20c5ab2..0000000 Binary files a/host/data/storage/modules/ed6e2ad1-9c0c-43d4-a1a8-4098e8d01173.blob and /dev/null differ diff --git a/host/data/storage/modules/edb0de87-a152-4b65-98a8-d5558a4d7064.blob b/host/data/storage/modules/edb0de87-a152-4b65-98a8-d5558a4d7064.blob deleted file mode 100644 index 1506acf..0000000 Binary files a/host/data/storage/modules/edb0de87-a152-4b65-98a8-d5558a4d7064.blob and /dev/null differ diff --git a/host/data/storage/modules/eeb42053-3671-4192-9d59-1850cbf9291d.blob b/host/data/storage/modules/eeb42053-3671-4192-9d59-1850cbf9291d.blob deleted file mode 100644 index 01fde95..0000000 Binary files a/host/data/storage/modules/eeb42053-3671-4192-9d59-1850cbf9291d.blob and /dev/null differ diff --git a/host/data/storage/modules/eef993db-7683-4132-97de-6073e1fe7710.blob b/host/data/storage/modules/eef993db-7683-4132-97de-6073e1fe7710.blob deleted file mode 100644 index 0274c54..0000000 Binary files a/host/data/storage/modules/eef993db-7683-4132-97de-6073e1fe7710.blob and /dev/null differ diff --git a/host/data/storage/modules/ef8b51a8-b812-423c-89ed-6093c2b53e23.blob b/host/data/storage/modules/ef8b51a8-b812-423c-89ed-6093c2b53e23.blob deleted file mode 100644 index 9f76c25..0000000 Binary files a/host/data/storage/modules/ef8b51a8-b812-423c-89ed-6093c2b53e23.blob and /dev/null differ diff --git a/host/data/storage/modules/ef8fdd81-89c9-4ae2-91b8-08a1a94c7eba.blob b/host/data/storage/modules/ef8fdd81-89c9-4ae2-91b8-08a1a94c7eba.blob deleted file mode 100644 index dad8195..0000000 Binary files a/host/data/storage/modules/ef8fdd81-89c9-4ae2-91b8-08a1a94c7eba.blob and /dev/null differ diff --git a/host/data/storage/modules/efb73c0f-d55d-4515-89a3-5938a52360a8.blob b/host/data/storage/modules/efb73c0f-d55d-4515-89a3-5938a52360a8.blob deleted file mode 100644 index 550ba8a..0000000 Binary files a/host/data/storage/modules/efb73c0f-d55d-4515-89a3-5938a52360a8.blob and /dev/null differ diff --git a/host/data/storage/modules/f028e249-301c-4cfa-b00e-4e4358827b50.blob b/host/data/storage/modules/f028e249-301c-4cfa-b00e-4e4358827b50.blob deleted file mode 100644 index 7970157..0000000 Binary files a/host/data/storage/modules/f028e249-301c-4cfa-b00e-4e4358827b50.blob and /dev/null differ diff --git a/host/data/storage/modules/f5e3af00-e4d8-4bd4-9bd6-6011f20f6c9a.blob b/host/data/storage/modules/f5e3af00-e4d8-4bd4-9bd6-6011f20f6c9a.blob deleted file mode 100644 index fce8aea..0000000 Binary files a/host/data/storage/modules/f5e3af00-e4d8-4bd4-9bd6-6011f20f6c9a.blob and /dev/null differ diff --git a/host/data/storage/modules/f73d05d4-c866-4898-bb8b-355680406369.blob b/host/data/storage/modules/f73d05d4-c866-4898-bb8b-355680406369.blob deleted file mode 100644 index 874ec0b..0000000 Binary files a/host/data/storage/modules/f73d05d4-c866-4898-bb8b-355680406369.blob and /dev/null differ diff --git a/host/data/storage/modules/f786e7c1-2305-44f3-b4da-b8905d0d70d9.blob b/host/data/storage/modules/f786e7c1-2305-44f3-b4da-b8905d0d70d9.blob deleted file mode 100644 index 8d36743..0000000 Binary files a/host/data/storage/modules/f786e7c1-2305-44f3-b4da-b8905d0d70d9.blob and /dev/null differ diff --git a/host/data/storage/modules/f7ea7d46-3ff3-4627-8459-13492c2b9220.blob b/host/data/storage/modules/f7ea7d46-3ff3-4627-8459-13492c2b9220.blob deleted file mode 100644 index 51289a0..0000000 Binary files a/host/data/storage/modules/f7ea7d46-3ff3-4627-8459-13492c2b9220.blob and /dev/null differ diff --git a/host/data/storage/modules/fa4fa8e1-e19d-4ee5-8f6a-cf3893818b0a.blob b/host/data/storage/modules/fa4fa8e1-e19d-4ee5-8f6a-cf3893818b0a.blob deleted file mode 100644 index c5f0c2a..0000000 Binary files a/host/data/storage/modules/fa4fa8e1-e19d-4ee5-8f6a-cf3893818b0a.blob and /dev/null differ diff --git a/host/data/storage/modules/faa3033b-df71-4e82-af24-cf5a6524e44e.blob b/host/data/storage/modules/faa3033b-df71-4e82-af24-cf5a6524e44e.blob deleted file mode 100644 index 033c784..0000000 Binary files a/host/data/storage/modules/faa3033b-df71-4e82-af24-cf5a6524e44e.blob and /dev/null differ diff --git a/host/data/storage/modules/fac569d3-b879-4e36-a763-77b1efaf4dcf.blob b/host/data/storage/modules/fac569d3-b879-4e36-a763-77b1efaf4dcf.blob deleted file mode 100644 index 323a0cf..0000000 Binary files a/host/data/storage/modules/fac569d3-b879-4e36-a763-77b1efaf4dcf.blob and /dev/null differ diff --git a/host/data/storage/modules/fcf3a661-6486-48c1-94a8-a769b0d86bdc.blob b/host/data/storage/modules/fcf3a661-6486-48c1-94a8-a769b0d86bdc.blob deleted file mode 100644 index d8cb23a..0000000 Binary files a/host/data/storage/modules/fcf3a661-6486-48c1-94a8-a769b0d86bdc.blob and /dev/null differ diff --git a/host/data/storage/modules/fdd7ee23-2991-4731-92cd-a81dbe55f03c.blob b/host/data/storage/modules/fdd7ee23-2991-4731-92cd-a81dbe55f03c.blob deleted file mode 100644 index 978e8ee..0000000 Binary files a/host/data/storage/modules/fdd7ee23-2991-4731-92cd-a81dbe55f03c.blob and /dev/null differ diff --git a/host/data/storage/modules/fe719db9-bc8b-47d7-a7ec-9291b4657142.blob b/host/data/storage/modules/fe719db9-bc8b-47d7-a7ec-9291b4657142.blob deleted file mode 100644 index 9e3195a..0000000 Binary files a/host/data/storage/modules/fe719db9-bc8b-47d7-a7ec-9291b4657142.blob and /dev/null differ diff --git a/host/env.example b/host/env.example deleted file mode 100644 index d5fc5f1..0000000 --- a/host/env.example +++ /dev/null @@ -1,35 +0,0 @@ -# Next Envrionment Variables -NETWORK=nginx-bridge -CONTAINER_NAME=techtracker-next -DOMAIN_NAME=techtracker.gbrown.org -# Port is disabled by default as suggested -# config is to have reverse proxy on the same -# network so you can just forward to the -# port on the internal network. -PORT=3000 - -# Convex Environment Variables -BACKEND_TAG=00bd92723422f3bff968230c94ccdeb8c1719832 -BACKEND_CONTAINER_NAME=tt-convex-backend -BACKEND_DOMAIN_NAME=convex.gbrown.org -#BACKEND_PORT= -#SITE_PROXY_PORT= -DASHBOARD_TAG=33cef775a8a6228cbacee4a09ac2c4073d62ed13 -DASHBOARD_CONTAINER_NAME=tt-convex-dashboard -DASHBOARD_DOMAIN=dashboard.convex.gbrown.org -#DASHBOARD_PORT -INSTANCE_NAME=Convex.gib -#INSTANCE_SECRET= -CONVEX_CLOUD_ORIGIN=https://api.convex.gbrown.org -CONVEX_SITE_ORIGIN=https://convex.gbrown.org -DISABLE_BEACON=true -REDACT_LOGS_TO_CLIENT=true -DO_NOT_REQUIRE_SSL=true -NEXT_PUBLIC_DEPLOYMENT_URL=https://api.convex.gbrown.org -#POSTGRES_URL= -#DATABASE_URL= -#CONVEX_RELEASE_VERSION_DEV= -#ACTIONS_USER_TIMEOUT_SECS= -#MYSQL_URL= -#RUST_LOG= -#RUST_BACKTRACE= diff --git a/host/update b/host/update deleted file mode 100755 index 2c2b51a..0000000 --- a/host/update +++ /dev/null @@ -1,49 +0,0 @@ -#!/usr/bin/env bash -set -e # Exit immediately if a command exits with a non-zero status. - -# --- Configuration --- -COMPOSE_FILE="./docker/compose.yml" -DEFAULT_PROJECT_NAME="techtracker" -DEV_PROJECT_NAME="dev-techtracker" # The project name for dev mode - -COMPOSE_PROJECT_FLAG=${DEFAULT_PROJECT_NAME} # This will hold "-p dev-techtracker" if --dev is used - -# --- Function to display usage --- -usage() { - echo "Usage: $0 [OPTIONS]" - echo "Or: ./update.sh [OPTIONS]" # Assuming the script is named update.sh - echo "" - echo "Options:" - echo " -d, --dev Run in development mode, using project name '${DEV_PROJECT_NAME}'." - echo " Adds '-p ${DEV_PROJECT_NAME}' to docker compose commands." - echo " -h, --help Display this help message." - exit 1 -} - -# --- Parse arguments --- -while [[ "$#" -gt 0 ]]; do - case "$1" in - -d|--dev) - COMPOSE_PROJECT_FLAG=${DEV_PROJECT_NAME} - shift # Consume the argument - ;; - -h|--help) - usage - ;; - *) - echo "Error: Unknown argument '$1'" >&2 - usage - ;; - esac -done - -# --- Main Script Logic --- -echo "\n--- Pulling latest git changes ---\n" -git pull -echo "\n--- Building Docker Compose services ${COMPOSE_PROJECT_FLAG} ---\n" -sudo docker compose -p ${COMPOSE_PROJECT_FLAG} -f "${COMPOSE_FILE}" build -echo "\n--- Bringing down Docker Compose services ${COMPOSE_PROJECT_FLAG} ---\n" -sudo docker compose -p ${COMPOSE_PROJECT_FLAG} -f "${COMPOSE_FILE}" down -echo "\n--- Bringing up Docker Compose services ${COMPOSE_PROJECT_FLAG} in detached mode ---\n" -sudo docker compose -p ${COMPOSE_PROJECT_FLAG} -f "${COMPOSE_FILE}" up -d -echo "\n--- Script finished successfully ---\n"