{"id":27772311,"url":"https://github.com/zekrotja/vintagestory-docker","last_synced_at":"2026-05-07T01:09:56.810Z","repository":{"id":290042255,"uuid":"973194063","full_name":"zekroTJA/vintagestory-docker","owner":"zekroTJA","description":"An unofficial Docker image to host a Vintage Story server with built-in backup support.","archived":false,"fork":false,"pushed_at":"2025-05-09T19:36:45.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T01:02:44.026Z","etag":null,"topics":["docker","docker-image","server","vintage-story","vintagestory"],"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/zekroTJA.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}},"created_at":"2025-04-26T13:19:11.000Z","updated_at":"2025-05-09T19:36:49.000Z","dependencies_parsed_at":"2025-04-26T14:34:41.181Z","dependency_job_id":"5315b2bc-e709-4604-990d-22d447df333f","html_url":"https://github.com/zekroTJA/vintagestory-docker","commit_stats":null,"previous_names":["zekrotja/vintagestory-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zekroTJA/vintagestory-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekroTJA%2Fvintagestory-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekroTJA%2Fvintagestory-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekroTJA%2Fvintagestory-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekroTJA%2Fvintagestory-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zekroTJA","download_url":"https://codeload.github.com/zekroTJA/vintagestory-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekroTJA%2Fvintagestory-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272871383,"owners_count":25007143,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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","docker-image","server","vintage-story","vintagestory"],"created_at":"2025-04-29T23:58:33.977Z","updated_at":"2026-05-07T01:09:56.785Z","avatar_url":"https://github.com/zekroTJA.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vintage Story Server Docker Image\n\nAn unofficial Docker image to host a [Vintage Story](https://www.vintagestory.at) server with built-in backup support.\n\n## Setup\n\nTake a look at the provided [docker-compose.yml](docker-compose.yml) to easily setup the server.\n\n## Backup\n\nBackups can be created automatically before a server start.\nFor this, a Docker secret must be stored in /run/secrets/rcloneconfig.  \nrclone is used. The default target is `backup:/`  \nRclone offers a number of very [different destinations](https://rclone.org/overview/). In this example, an S3 endpoint with a specific subdirectory is used.\n\nExample config:\n\n```txt\n[contabo]\ntype = s3\nprovider = Other\nenv_auth = false\naccess_key_id = access_key\nsecret_access_key = secret_key\nendpoint = https://eu2.contabostorage.com/\n\n[backup]\ntype = alias\nremote = contabo:/vintagestory-server\n```\n\nThis configuration must now be loaded into the container as a secret.\nTarget file is ``/run/secrets/rcloneconfig``.\nIf the target file is found, the backup starts each container start.\n\n### Envs for Backup Settings\n\nFor exact details please refer to ``backup.sh``.\n\n- ``BACKUP_FILE_FORMAT``:\nThis can be used to specify the backup timestamp.\nIt uses the date command line tool to interpret the placeholder varibales (``date ${BACKUP_FILE_FORMAT}``).  \n- ``BACKUP_TARGET``: Rclone backup target name\n- ``MAX_AGE_BACKUP_FILES``:\nSpecify the maximum length of time a backup file should be kept. One backup file is always kept.\n- ``POST_START_BACKUP``: Enable backup after server stop\n- ``PRE_START_BACKUP``: Enable pre start backup  \n- ``BACKUP_SUCCESS_SCRIPT``: Will be executed when the backup creation was successful.\n- ``BACKUP_FAILED_SCRIPT``: Will be executed when the backup creation has failed.\n\nAn example for a `BACKUP_FAILED_SCRIPT` could look as following.\n```\ncurl -u \"user:password\" -d \"$MESSAGE\" \"https://ntfy.example.com/vintagestory_backups?title=Backup%Failed\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekrotja%2Fvintagestory-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzekrotja%2Fvintagestory-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekrotja%2Fvintagestory-docker/lists"}