From 335e7109fe1fe32bf900bac0155a59df5740d6fd Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Mon, 23 Sep 2024 21:22:11 +0000 Subject: [PATCH 1/3] Bump version --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69d19c4..136339a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ export default function App() { return (
-

Mottov0.0.1-dev

+

Mottov1.0.0

Motto is a static file server beautifier. Click here for more information.

From b6346255fbec7271df13d2c7a3d533820193ca2b Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Tue, 24 Sep 2024 05:53:45 +0000 Subject: [PATCH 2/3] Disable runtime telemetry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bb6bcb..7a4ceca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ WORKDIR /app ENV NODE_ENV=production # Uncomment the following line in case you want to disable telemetry during runtime. -# ENV NEXT_TELEMETRY_DISABLED=1 +ENV NEXT_TELEMETRY_DISABLED=1 RUN apk add shadow RUN groupadd --system --gid 1001 nodejs From 476575a9b48e794736871fdede90e3168a8d0a10 Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Mon, 23 Sep 2024 21:22:11 +0000 Subject: [PATCH 3/3] Bump version --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69d19c4..136339a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ export default function App() { return (
-

Mottov0.0.1-dev

+

Mottov1.0.0

Motto is a static file server beautifier. Click here for more information.