Lutris #

An open-source gaming platform for Linux that allows you to install and manage games from various sources, including Steam, GOG, and more. It simplifies the process of running games on Linux.
An open-source gaming platform for Linux that allows you to install and manage games from various sources, including Steam, GOG, and more. It simplifies the process of running games on Linux.
This is the default configuration block that will be used in Wolf, you can override it by editing the
config.toml
.
[[apps]]
title = 'Lutris'
icon_png_path = "https://games-on-whales.github.io/wildlife/apps/lutris/assets/icon.png"
[apps.runner]
type = 'docker'
name = 'WolfLutris'
image = 'ghcr.io/games-on-whales/lutris:edge'
env = ['RUN_SWAY=true', 'GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*']
devices = []
mounts = []
ports = []
base_create_json = '''{
"HostConfig": {
"IpcMode": "host",
"CapAdd": ["SYS_ADMIN", "SYS_NICE", "SYS_PTRACE", "NET_RAW", "MKNOD", "NET_ADMIN"],
"SecurityOpt": ["seccomp=unconfined", "apparmor=unconfined"],
"Ulimits": [{"Name":"nofile", "Hard":10240, "Soft":10240}],
"Privileged": false,
"DeviceCgroupRules": ["c 13:* rmw", "c 244:* rmw"]
}
}'''