Update stack.env

This commit is contained in:
2025-10-16 09:33:22 -04:00
parent aa37f602ab
commit bbbb110e85

View File

@@ -6,19 +6,19 @@
# |___/ # |___/
# #
NAME=SteamHeadless NAME=SteamHeadless
TZ=Pacific/Auckland TZ=America/New_York
USER_LOCALES=en_US.UTF-8 UTF-8 USER_LOCALES=en_US.UTF-8 UTF-8
DISPLAY=:55 DISPLAY=:55
SHM_SIZE=2G SHM_SIZE=2G
## HOME_DIR: ## HOME_DIR:
## Description: The path to the home directory on your host. Mounts to `/home/default` inside the container. ## Description: The path to the home directory on your host. Mounts to `/home/default` inside the container.
HOME_DIR=/opt/container-data/steam-headless/home HOME_DIR=/containers/steam-headless/home
## SHARED_SOCKETS_DIR: ## SHARED_SOCKETS_DIR:
## Description: Shared sockets such as pulse audio and X11. ## Description: Shared sockets such as pulse audio and X11.
SHARED_SOCKETS_DIR=/opt/container-data/steam-headless/sockets SHARED_SOCKETS_DIR=/containers/steam-headless
## GAMES_DIR: ## GAMES_DIR:
## Description: The path to the games directory on your host. Mounts to `/mnt/games` inside the container. ## Description: The path to the games directory on your host. Mounts to `/mnt/games` inside the container.
GAMES_DIR=/mnt/games GAMES_DIR=/containers/steam-headless/games
# ____ __ _ _ _ _ # ____ __ _ _ _ _
# | _ \ ___ / _| __ _ _ _| | |_ | | | |___ ___ _ __ # | _ \ ___ / _| __ _ _ _| | |_ | | | |___ ___ _ __
@@ -105,7 +105,7 @@ ENABLE_EVDEV_INPUTS=true
## Available Options: ['true', 'false'] ## Available Options: ['true', 'false']
## Description: Forces the installation of xorg.dummy.conf. This should be used when your output device does not have a monitor connected. ## Description: Forces the installation of xorg.dummy.conf. This should be used when your output device does not have a monitor connected.
## Supported Modes: ['primary'] ## Supported Modes: ['primary']
FORCE_X11_DUMMY_CONFIG=false FORCE_X11_DUMMY_CONFIG=true
# Nvidia specific config (not required for non Nvidia GPUs) # Nvidia specific config (not required for non Nvidia GPUs)
## NVIDIA_DRIVER_CAPABILITIES: ## NVIDIA_DRIVER_CAPABILITIES: