feat: Enhance game station setup and configuration
- Updated README with detailed instructions for creating a dedicated Ansible user on Linux, including SSH key setup and passwordless sudo. - Added userConfigurations.json for Steam ROM Manager with configurations for various gaming consoles. - Introduced scripts for managing Gamescope and Steam sessions, including launch scripts for various emulators (Genesis, PSP, RPCS3, SNES). - Created systemd service for Gamescope session management. - Developed Ansible playbook for configuring Fedora for optimized Sunshine and Gamescope streaming, including user setup and system configurations. - Updated Prometheus configuration to reflect changes in exporter targets. - Commented out the Devolo exporter module in Terraform configuration for future reference.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
LOGDIR="${HOME}/.local/logs"
|
||||
mkdir -p "$LOGDIR"
|
||||
echo "Starting steamos session..."
|
||||
systemctl --user start sunshine.service
|
||||
LOGFILE="${LOGDIR}/steam.log"
|
||||
steam -steamos3 -pipewire-dmabuf -gamepadui >>"$LOGFILE" 2>&1
|
||||
Reference in New Issue
Block a user