mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
24 lines
458 B
Markdown
24 lines
458 B
Markdown
# matthewtran.com
|
|
|
|
Stuff that's deployed on matthewtran.com. Tested on Ubuntu Server 22.04.3 LTS.
|
|
|
|
## setup
|
|
|
|
Forward the following ports to the server.
|
|
|
|
| service | port |
|
|
|-----------|---------|
|
|
| website | 80, 443 |
|
|
| p2pool | 3333 |
|
|
| monerod | 18081 |
|
|
| minecraft | 25565 |
|
|
| terraria | 7777 |
|
|
| wireguard | 51820 |
|
|
|
|
```
|
|
docker compose build
|
|
```
|
|
|
|
TODO service that runs on boot (and restarts/stops gracefully)
|
|
TODO backup script
|