commit c7de75fcb95cafb6ddc27389697468e2cfb13f59 Author: Lazy Hippopotamus Date: Wed Feb 5 16:35:29 2025 -0500 initial diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..0bcc291 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,20 @@ +name: Swaous.Asuscomm Build +run-name: building swaous.asuscomm.com +on: [push] + +jobs: + Build-Docker-Image: + runs-on: ubuntu-latest + steps: + - name: Pull repo + uses: actions/checkout@v4 + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + registry: swaous.asuscomm.com + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + - name: Build + run: | + docker build -t swaous.asuscomm.com/swaous.asuscomm.com:latest . + docker push swaous.asuscomm.com/swaous.asuscomm.com:latest diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..7360467 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,12 @@ +FROM busybox:1.35 + +# Create a non-root user to own the files and run our server +RUN mkdir /static +WORKDIR /static + +# Copy the static website +# Use the .dockerignore file to control what ends up inside the image! +COPY . . + +# Run BusyBox httpd +CMD ["busybox", "httpd", "-f", "-v", "-p", "80"] diff --git a/comics.html b/comics.html new file mode 100644 index 0000000..3ef530e --- /dev/null +++ b/comics.html @@ -0,0 +1,83 @@ + + + Comics Tyler Likes + + +

Comics Tyler Likes

+

if you don't read Schlock Mercenary I will cut off your skin and wear it as a suit

+

+ comics and shit
+ truly I've accumulated multiple fuck tons of this stuff, and I still occasionally remember a comic I really liked that ended and I don't remember the name and I'll probably never read it again and aaaghghhhh +
men in hats keeps getting assfucked but it was really good and you should find a url that still works so I can post it here dm me on matrix @weird_pusheen:matrix.clarkeis.com :3 +

+

+ note!!! this website can be edited by Tired Tyler on his phone at 1:37am in the morning with juicessh....
+

quality not assured

+

Active Comics

+

+ Currently running webcomics that I check daily or so. In no particular order. +

+ +

Finished Comics

+

+ Comics that finished +

+ +

These are not comics...

+

+ Shit I read that isn't comics but is good. +

+ + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..38f8141 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + + Under Construction + + + This is Tyler Clarke's personal website. It used to have cool stuff, but now it's pretty blank. + The reason is a massive server move; there are some details (and more appearing by the day) over on my WeBlog. +