{"id":16420697,"url":"https://github.com/whynothugo/docker-stepmania","last_synced_at":"2025-10-26T20:33:05.651Z","repository":{"id":41432471,"uuid":"121970802","full_name":"WhyNotHugo/docker-stepmania","owner":"WhyNotHugo","description":"Easily run stepmania inside a docker container.","archived":true,"fork":false,"pushed_at":"2023-01-24T15:35:41.000Z","size":5,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-10T01:35:52.294Z","etag":null,"topics":["docker","games","stepmania"],"latest_commit_sha":null,"homepage":"https://git.sr.ht/~whynothugo/docker-stepmania","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WhyNotHugo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-18T16:55:41.000Z","updated_at":"2024-06-30T23:55:42.000Z","dependencies_parsed_at":"2023-02-13T23:00:38.982Z","dependency_job_id":null,"html_url":"https://github.com/WhyNotHugo/docker-stepmania","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhyNotHugo%2Fdocker-stepmania","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhyNotHugo%2Fdocker-stepmania/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhyNotHugo%2Fdocker-stepmania/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhyNotHugo%2Fdocker-stepmania/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WhyNotHugo","download_url":"https://codeload.github.com/WhyNotHugo/docker-stepmania/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238397316,"owners_count":19465152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","games","stepmania"],"created_at":"2024-10-11T07:28:47.133Z","updated_at":"2025-10-26T20:33:00.395Z","avatar_url":"https://github.com/WhyNotHugo.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-stepmania\n================\n\nThis docker image allows running stepmania inside a docker container.\n\nStepmania can be *hard* to get up and running:\n\n* 5.0 is hard to build because it has very old dependencies.\n* The upstream 5.0 binary has lots of old binary deps too, and won't work on a\n  modern Linux setup (at least not on Arch)\n* Using latest git version is incompatible with a lot of content on the web.\n* Lots of themes, skinnotes, etc only work on 5.0.\n\n# Usage\n\nFirst of all, build the image (you only need to do this once):\n\n    docker build -t stepmania .\n\nThen run this by using this helper script (add it to your path somewhere):\n\n```sh\n#!/bin/sh\n#\n# Runs stepmania inside a docker container\n\n# Allow docker to connect to the local X11 instance.\nxhost +local:docker\n\n# Run stepmania itself.\ndocker run -it --rm\\\n  -v /tmp/.X11-unix:/tmp/.X11-unix \\\n  -v /home/$USER/stepmania:/root/.stepmania-5.0 \\\n  -e DISPLAY=$DISPLAY \\\n  -e PULSE_SERVER=unix:/path/to/pulseaudio/socket \\\n  -e PULSE_COOKIE=/run/pulse/cookie \\\n  -v /run/user/$UID/pulse/native:/path/to/pulseaudio/socket \\\n  -v ~/.config/pulse/cookie:/run/pulse/cookie \\\n  --device /dev/snd \\\n  whynothugo/stepmania\n```\n\nThis should allow pulseaudio and X11 forwarding from the docker container. Just\ndump your songs, etc inside `~/stepmania` (in the same fashion you'd use with\nregular stepmania).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhynothugo%2Fdocker-stepmania","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhynothugo%2Fdocker-stepmania","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhynothugo%2Fdocker-stepmania/lists"}