Compare commits

...

3 Commits

Author SHA1 Message Date
Clemens Hering 3f0f5a35c6 fixed quadlet and path
Build and Deploy Container / build_and_deploy (push) Failing after 28s
2025-11-10 07:43:20 +01:00
Clemens Hering 3c3d4eda48 disable astro telemetry 2025-11-10 07:39:14 +01:00
Clemens Hering 27237bd8c6 disable astro telemetry 2025-11-10 07:36:17 +01:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ env:
TARGET_USER: traefik
APP_DIR: /home/traefik/valtrix-website
CONTAINER_NAME: valtrix-website
QUADLET_FILE: valtrix-website.container
QUADLET_FILE: ./deploy/valtrix-website.container
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
+1
View File
@@ -17,6 +17,7 @@ ENV NODE_ENV=production
ENV PORT=3000
ENV WEB_ROOT=/app/dist
ENV TZ=Europe/Berlin
ENV ASTRO_TELEMETRY_DISABLED=1
COPY --from=builder /app/dist /app/dist
COPY server.mjs /app/server.mjs
# Drop root: use the pre-created node user
+1 -1
View File
@@ -4,7 +4,7 @@ Requires=edge.network
After=edge.network
[Container]
Image=localhost/valtrixweb
Image=localhost/valtrix-website
ContainerName=valtrixwebsite
Network=edge
AutoUpdate=registry