Upload files to "/"
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -50,8 +50,8 @@ COPY --chmod=0755 --chown=blockland:blockland bin/ /usr/local/bin/
|
|||||||
# Environment defaults
|
# Environment defaults
|
||||||
ENV BL_DEDI_LAN=0 \
|
ENV BL_DEDI_LAN=0 \
|
||||||
BL_DTOKEN="" \
|
BL_DTOKEN="" \
|
||||||
BL_SERVER_NAME="Blockland_Server" \
|
BL_SERVER_NAME="" \
|
||||||
BL_MAX_PLAYERS=32 \
|
BL_MAX_PLAYERS="" \
|
||||||
BL_GAMEMODE="Custom" \
|
BL_GAMEMODE="Custom" \
|
||||||
BL_PORT=28000 \
|
BL_PORT=28000 \
|
||||||
BL_EXTRA_ARGS="" \
|
BL_EXTRA_ARGS="" \
|
||||||
@@ -59,9 +59,9 @@ ENV BL_DEDI_LAN=0 \
|
|||||||
BL_INST_FORCE=0 \
|
BL_INST_FORCE=0 \
|
||||||
BL_INST_OVERWRITE=0 \
|
BL_INST_OVERWRITE=0 \
|
||||||
BL_PATCH_ENABLE=1 \
|
BL_PATCH_ENABLE=1 \
|
||||||
BL_PATCH_EXE_URL=https://gitlab.com/-/project/19166101/uploads/7e9bc075056c3301fd1247975ecaa218/Blockland.>
|
BL_PATCH_EXE_URL=https://gitlab.com/-/project/19166101/uploads/7e9bc075056c3301fd1247975ecaa218/Blockland.exe \
|
||||||
BL_PATCH_LOADER_URL=https://gitlab.com/-/project/19166101/uploads/2970aa2d8c23259f8becb0f49630efcc/RedBloc>
|
BL_PATCH_LOADER_URL=https://gitlab.com/-/project/19166101/uploads/2970aa2d8c23259f8becb0f49630efcc/RedBlocklandLoader.dll \
|
||||||
BL_PATCH_WINEFIX_URL=https://gitlab.com/-/project/46964875/uploads/91958483cf78ffc270a09824336bd91a/WineFi>
|
BL_PATCH_WINEFIX_URL=https://gitlab.com/-/project/46964875/uploads/91958483cf78ffc270a09824336bd91a/WineFix.dll \
|
||||||
WINEARCH=win32 \
|
WINEARCH=win32 \
|
||||||
WINEDEBUG=-all
|
WINEDEBUG=-all
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ The image is available on Docker Hub at [rallyblockk/blockland-pelican](https://
|
|||||||
| -------------------- | ------------- | ----------------- | ----------- |
|
| -------------------- | ------------- | ----------------- | ----------- |
|
||||||
| BL_DEDI_LAN | bool (0 or 1) | 0 | Launches the server as a Dedicated or Dedicated LAN type. Note that DedicatedLANs are forced into using 28050 as their port. Blame Badspot, not me
|
| BL_DEDI_LAN | bool (0 or 1) | 0 | Launches the server as a Dedicated or Dedicated LAN type. Note that DedicatedLANs are forced into using 28050 as their port. Blame Badspot, not me
|
||||||
| BL_DTOKEN | string | "" | Your [DToken](https://blockland.us/steam-dToken.php) for authentication
|
| BL_DTOKEN | string | "" | Your [DToken](https://blockland.us/steam-dToken.php) for authentication
|
||||||
| BL_SERVER_NAME | string | Blockland_Server | The name shown on the server list. Underscores will be replaced with spaces by Blockland
|
| BL_SERVER_NAME | string | (blank) | The name shown on the server list. Underscores will be replaced with spaces by Blockland
|
||||||
| BL_MAX_PLAYERS | int | 32 | The max number of players that can join the server
|
| BL_MAX_PLAYERS | int | (blank) | The max number of players that can join the server
|
||||||
| BL_GAMEMODE | string | Custom | The name of the gamemode to launch with
|
| BL_GAMEMODE | string | Custom | The name of the gamemode to launch with
|
||||||
| BL_PORT | int | 28000 | The port to bind to, see the Network section below
|
| BL_PORT | int | 28000 | The port to bind to, see the Network section below
|
||||||
| BL_EXTRA_ARGS | string | "" | Additional parameters to pass to the game as you see fit
|
| BL_EXTRA_ARGS | string | "" | Additional parameters to pass to the game as you see fit
|
||||||
|
|||||||
Reference in New Issue
Block a user