From 066d416dafc8c321e268d100076a6abd9a79b08c Mon Sep 17 00:00:00 2001 From: z Date: Fri, 15 Aug 2025 22:36:18 +0930 Subject: [PATCH] inital --- .dockerignore | 2 ++ Dockerfile | 3 ++ httpd.conf | 0 index.html | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 98 insertions(+) create mode 100644 .dockerignore create mode 100644 Dockerfile create mode 100644 httpd.conf create mode 100644 index.html diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..445bda4 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +/.git +Dockerfile \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..46edb69 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM lipanski/docker-static-website:latest + +COPY . . \ No newline at end of file diff --git a/httpd.conf b/httpd.conf new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..cee1d31 --- /dev/null +++ b/index.html @@ -0,0 +1,93 @@ + + + + + + puppyboy.parts + + + + + + +
+ +
+ + + + + + + + + +
+
+ +
+

Hello

+ +

+ this is my website running on a raspberry pi +

+ +

+ this page is entirely self contained you can save it forever with your right click + button +

+ +

+ all content is MITMed courtesy of + cloudflare +

+ +

+ my forge: https://git.puppyboy.parts/ +

+ +

+ i am on bluesky: @puppyboy.parts +

+ +

+ age pk:

age1puppyf2cj9vfhumurqtqqw6w3tetp3q67zqjw4pqy7vzyx27zp6qtpftj9
+

+ + +
+ + \ No newline at end of file