wip website

This commit is contained in:
Matthew Tran 2023-09-10 20:43:10 +00:00
parent c2c7a956c1
commit 201d3967d1
33 changed files with 20 additions and 5 deletions

View File

@ -3,7 +3,7 @@
Stuff that's deployed on [matthewtran.com](matthewtran.com). Tested on Ubuntu Server 22.04.3 LTS. Currently running the following services.
- website
- gitlab
- gitea (`git.matthewtran.com`)
- monerod
- p2pool (`xmrig -o matthewtran.com:3333`)
- minecraft

View File

@ -1,12 +1,19 @@
services:
website:
restart: always
build: website/.
# entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
ports:
- "80:80"
- "443:443"
# volumes:
# - ./monerod/.bitmonero:/home/matt/.bitmonero
monerod:
restart: always
build: monerod/.
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
ports:
- "18080:18080"
- "18081:18081"
- "18083:18083"
volumes:
- ./monerod/.bitmonero:/home/matt/.bitmonero
p2pool:
@ -19,6 +26,7 @@ services:
- "37889:37889"
volumes:
- ./p2pool/cache:/home/matt/cache
- /dev/hugepages:/dev/hugepages
minecraft:
restart: always
build: minecraft/.

View File

@ -1,3 +1,10 @@
FROM nginx
FROM ubuntu:22.04
COPY nginx/matthewtran.com/html /usr/share/nginx/html
RUN apt-get update && apt-get upgrade
# RUN apt-get install -y wget
RUN useradd -m matt
USER matt
WORKDIR /home/matt
# TODO everything else

View File

Before

Width:  |  Height:  |  Size: 365 KiB

After

Width:  |  Height:  |  Size: 365 KiB

View File

Before

Width:  |  Height:  |  Size: 381 KiB

After

Width:  |  Height:  |  Size: 381 KiB

View File

Before

Width:  |  Height:  |  Size: 401 KiB

After

Width:  |  Height:  |  Size: 401 KiB

View File

Before

Width:  |  Height:  |  Size: 526 KiB

After

Width:  |  Height:  |  Size: 526 KiB

View File

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 216 KiB

View File

Before

Width:  |  Height:  |  Size: 349 KiB

After

Width:  |  Height:  |  Size: 349 KiB

View File

Before

Width:  |  Height:  |  Size: 553 KiB

After

Width:  |  Height:  |  Size: 553 KiB

View File

Before

Width:  |  Height:  |  Size: 414 KiB

After

Width:  |  Height:  |  Size: 414 KiB

View File

Before

Width:  |  Height:  |  Size: 366 KiB

After

Width:  |  Height:  |  Size: 366 KiB

View File

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 226 KiB

View File

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 251 KiB

View File

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 303 KiB

View File

Before

Width:  |  Height:  |  Size: 354 KiB

After

Width:  |  Height:  |  Size: 354 KiB

View File

Before

Width:  |  Height:  |  Size: 480 KiB

After

Width:  |  Height:  |  Size: 480 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 380 B

View File

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 769 B

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB