{"id":31048981,"url":"https://github.com/taylorskalyo/docker-vintagestory","last_synced_at":"2026-04-17T04:34:13.240Z","repository":{"id":308067459,"uuid":"1031500566","full_name":"taylorskalyo/docker-vintagestory","owner":"taylorskalyo","description":"Docker image for Vintage Story","archived":false,"fork":false,"pushed_at":"2025-09-10T19:41:05.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T21:38:34.449Z","etag":null,"topics":["docker-image","vintage-story"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taylorskalyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-03T21:48:29.000Z","updated_at":"2025-08-03T23:16:29.000Z","dependencies_parsed_at":"2025-08-04T00:30:45.605Z","dependency_job_id":"ca509d65-95b1-401b-abc1-8e4599d7fe50","html_url":"https://github.com/taylorskalyo/docker-vintagestory","commit_stats":null,"previous_names":["taylorskalyo/docker-vintagestory"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/taylorskalyo/docker-vintagestory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorskalyo%2Fdocker-vintagestory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorskalyo%2Fdocker-vintagestory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorskalyo%2Fdocker-vintagestory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorskalyo%2Fdocker-vintagestory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taylorskalyo","download_url":"https://codeload.github.com/taylorskalyo/docker-vintagestory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorskalyo%2Fdocker-vintagestory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-image","vintage-story"],"created_at":"2025-09-14T21:25:41.791Z","updated_at":"2026-04-17T04:34:13.226Z","avatar_url":"https://github.com/taylorskalyo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# taylorskalyo/vintagestory\n\nDocker image for Vintage Story based on [linuxserver.io's alpine base image](https://github.com/linuxserver/docker-baseimage-alpine).\n\n\u003e [!WARNING]\n\u003e At the moment I have no plans to maintain this image beyond version 1.20.12. If you need older/newer versions consider using one of the other available images. [VSDS](https://github.com/XurxoMF/vsds) seems to have several versions available (though I have not tried any of them).\n\n## Usage\n\n### docker-compose (recommended)\n\n```\n---\nservices:\n  vintagestory:\n    image: ghcr.io/taylorskalyo/vintagestory\n    container_name: vintagestory\n    environment:\n      PUID: 1000\n      PGID: 1000\n      STARTUP_COMMANDS: \"/op \u003cyour-user\u003e\"\n      PLAYERS_WHITELIST: \"\u003cyour-user\u003e \u003canother-user\u003e\"\n      SERVER_PASSWORD: \"\u003ca-secure-password\u003e\"\n      MOD_URLS: \"\n      \u003curl-for-mod-zip-file\u003e\n      \u003curl-for-mod-zip-file\u003e\n      \"\n    volumes:\n      - \u003cpath-to-config\u003e:/config\n    ports:\n      - 42420:42420\n    restart: unless-stopped\n```\n\n## Parameters\n\nContainers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate `\u003cexternal\u003e:\u003cinternal\u003e` respectively. For example, `-p 8080:80` would expose port `80` from inside the container to be accessible from the host's IP on port `8080` outside the container.\n\n| Parameter | Function |\n| :----: | --- |\n| `-p 42420` | Vintage Story port |\n| `-e PUID=1000` | For UserID - see below for explanation |\n| `-e PGID=1000` | For GroupID - see below for explanation |\n| `-e TZ=Etc/UTC` | Specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) |\n| `-e STARTUP_COMMANDS=` | Run a command when server starts. For example, players without access to the server console can op themselves. Can run multiple commands by separating them with linebreaks. See official [docs](https://wiki.vintagestory.at/Server_Config) |\n| `-e SERVER_PASSWORD=` | If not empty, requires a password for players to log in |\n| `-e PLAYERS_WHITELIST=` | By default Vintage Story only allows whitelisted players to join |\n| `-e MOD_URLS=` | Download mods from the given URLs before starting the server |\n| `-v /config` | Persistent config files |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorskalyo%2Fdocker-vintagestory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaylorskalyo%2Fdocker-vintagestory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorskalyo%2Fdocker-vintagestory/lists"}