From 7adbbdeecee5f87dbbfe120ad7fbbf44b2e86bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Wed, 21 Aug 2024 00:38:53 +0200 Subject: [PATCH] Confirm talk's date --- Dockerfile | 2 +- src/content/blog/going-global-with-localhost.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c42aace..6700836 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN npm i RUN npm run build FROM httpd:2.4-alpine AS runtime -ENV TZ=Europe/Warsaw +ENV TZ Europe/Warsaw RUN apk add --no-cache tzdata COPY --from=build /app/httpd.conf /usr/local/apache2/conf/httpd.conf COPY --from=build /app/dist /usr/local/apache2/htdocs/ diff --git a/src/content/blog/going-global-with-localhost.md b/src/content/blog/going-global-with-localhost.md index 5dd2d2a..9d86881 100644 --- a/src/content/blog/going-global-with-localhost.md +++ b/src/content/blog/going-global-with-localhost.md @@ -1,7 +1,7 @@ --- title: going global with localhost description: "This is how I've set up my local network and machine to safely expose my personal projects and other services to the outside world" -pubDate: 2024-08-07T16:49:34.239Z +pubDate: 2024-09-23T15:00:00.00Z draft: true categories: - project homelabtop @@ -11,7 +11,7 @@ tags: - notes --- -This post is a script for a talk I gave for James Quick's [Learn Build Teach Discord](https://discord.gg/vM2bagU) on DATE TBA. If you'd like to watch that talk instead of reading its script, then [here's the VOD link](https://www.youtube.com/watch?v=dQw4w9WgXcQ). +This post is a script for a talk I gave for James Quick's [Learn Build Teach Discord](https://discord.gg/vM2bagU) on 23 September 2024. If you'd like to watch that talk instead of reading its script, then [here's the VOD link](https://www.youtube.com/watch?v=dQw4w9WgXcQ). ## Introduction