{"id":21477546,"url":"https://github.com/5ht2/vintagestory-docker","last_synced_at":"2025-06-25T15:08:34.808Z","repository":{"id":57675941,"uuid":"459936137","full_name":"5HT2/vintagestory-docker","owner":"5HT2","description":"Minimal Dockerfile (works on arm64 and x86) with accessible config files for Vintage Story","archived":false,"fork":false,"pushed_at":"2023-04-22T11:41:55.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T00:44:56.522Z","etag":null,"topics":["docker","dockerfile","vintagestory"],"latest_commit_sha":null,"homepage":"https://vintagestory.at","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5HT2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-02-16T09:31:18.000Z","updated_at":"2024-10-12T13:27:05.000Z","dependencies_parsed_at":"2023-07-12T23:12:39.097Z","dependency_job_id":"9f332bed-ba02-4eb7-9dec-6b1452265d22","html_url":"https://github.com/5HT2/vintagestory-docker","commit_stats":null,"previous_names":["l1ving/vintagestory-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/5HT2/vintagestory-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5HT2%2Fvintagestory-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5HT2%2Fvintagestory-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5HT2%2Fvintagestory-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5HT2%2Fvintagestory-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5HT2","download_url":"https://codeload.github.com/5HT2/vintagestory-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5HT2%2Fvintagestory-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261897032,"owners_count":23226649,"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","dockerfile","vintagestory"],"created_at":"2024-11-23T11:14:14.290Z","updated_at":"2025-06-25T15:08:34.785Z","avatar_url":"https://github.com/5HT2.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vintagestory-docker\n\nThis Dockerfile and run script are all you need to run a Vintage Story server with no further configuration required.\n\nYou do need to ensure your server has port `42420` opened, as Vintage Story requires that.\n\n## Usage\n\nYour `~/.env` should look like so: \n\n```bash\n# Edit the path to where you would like vintagestory config files to be saved\nexport VINTAGESTORY_PATH=\"$HOME/vintagestory\"\n```\n\nNext, all you need to do in order to run the server is:\n\n```bash\ngit clone https://github.com/5HT2/vintagestory-docker\ncd vintagestory-docker\n# Build the image, only required when updating the version\ndocker build -t vintagestory .\nchmod +x run.sh\n\n# Run the server. You can run this command again to re-create the server\n# in case you edited the config file path, or to forcefully restart it.\n./run.sh\n```\n\n### Updating\n\nThis Dockerfile will be kept up to date as Vintage Story updates (feel free to open a pull request if it is not).\n\nOnce you've followed the usage instructions and want to apply a new update, just do\n\n```bash\ncd vintagestory-docker\ngit pull\ndocker build -t vintagestory .\n./run.sh\n```\n\nOr, as an easy to copy oneliner:\n\n```bash\ncd vintagestory-docker; git pull; docker build -t vintagestory .; ./run.sh; cd\n```\n\n### Using an older version\n\nYou can use an older version of Vintage Story if needed, by building with the `VERSION` env variable set, eg\n\n```bash\nVERSION=1.16.1 docker build -t vintagestory .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5ht2%2Fvintagestory-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5ht2%2Fvintagestory-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5ht2%2Fvintagestory-docker/lists"}