mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
add minecraft service
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
# matthewtran.com
|
||||
|
||||
Stuff that's deployed on matthewtran.com.
|
||||
Stuff that's deployed on matthewtran.com. Tested on Ubuntu Server 22.04.3 LTS.
|
||||
|
||||
## setup
|
||||
|
||||
Tested on Ubuntu Server 22.04.3 LTS.
|
||||
|
||||
### port forwarding
|
||||
|
||||
Forward the following ports to the server.
|
||||
|
||||
| service | port |
|
||||
@@ -16,14 +12,12 @@ Forward the following ports to the server.
|
||||
| p2pool | 3333 |
|
||||
| monerod | 18081 |
|
||||
| minecraft | 25565 |
|
||||
| terraria | 7777 |
|
||||
| wireguard | 51820 |
|
||||
|
||||
### build
|
||||
|
||||
TODO all of this
|
||||
|
||||
```
|
||||
make
|
||||
make install # add service that runs on boot
|
||||
make backup
|
||||
docker compose build
|
||||
```
|
||||
|
||||
TODO service that runs on boot (and restarts/stops gracefully)
|
||||
TODO backup script
|
||||
|
||||
Reference in New Issue
Block a user