{"id":16162897,"url":"https://github.com/luckyturtledev/docker-avorion","last_synced_at":"2026-01-21T01:01:56.429Z","repository":{"id":110442593,"uuid":"208044853","full_name":"LuckyTurtleDev/docker-avorion","owner":"LuckyTurtleDev","description":"Docker image for Avorion's dedicated server","archived":false,"fork":false,"pushed_at":"2022-06-29T19:02:26.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-07T04:24:21.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"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/LuckyTurtleDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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}},"created_at":"2019-09-12T12:22:04.000Z","updated_at":"2022-06-29T19:02:29.000Z","dependencies_parsed_at":"2023-05-18T02:31:32.543Z","dependency_job_id":null,"html_url":"https://github.com/LuckyTurtleDev/docker-avorion","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/LuckyTurtleDev/docker-avorion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckyTurtleDev%2Fdocker-avorion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckyTurtleDev%2Fdocker-avorion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckyTurtleDev%2Fdocker-avorion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckyTurtleDev%2Fdocker-avorion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LuckyTurtleDev","download_url":"https://codeload.github.com/LuckyTurtleDev/docker-avorion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckyTurtleDev%2Fdocker-avorion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28620572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-10T02:33:49.458Z","updated_at":"2026-01-21T01:01:56.275Z","avatar_url":"https://github.com/LuckyTurtleDev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Avorion for Docker\n==================\n\n\n### Game Info\n\nFor some information about the game see https://www.avorion.net/\n\nThis is a docker image to create a dedicated server.\n\n\n## Getting started\nStarting the server \n\n* Create a `/data` directory, this will be mounted into the container.\n* Change the owner of the `/data` directory to UID 1000\n* Start the server to generate the configfiles.\n* Stop the server.\n* Edit the configfiles as you like.\n* If necessary delete the galaxy (```alliances```,```factions```,```moddata```,```players```and```sectors``` folders)\n* Start the server\n\n\u003e **Note: if you change ports in the config, you'll need to adjust the port mappings.**\n\nRun the following to start the server.\n```\ndocker run --name avorion -d -v `pwd`/data:/home/steam/.avorion/galaxies/avorion_galaxy -p 27000:27000 -p 27000:27000/udp -p 27003:27003 -p 27003:27003/udp -p 27020:27020 -p 27022:27022 lukas1818/avorion\n```\nor use docker-compose:\n```\nversion: '3.3'\nservices:\n    avorion-docker:\n        image: registry.gitlab.com/luckyturtledev/avorion \n        container_name: avorion\n        volumes:\n            - './data:/home/steam/.avorion/galaxies/avorion_galaxy'\n        ports:\n            - '27000:27000'\n            - '27000:27000/udp'\n            - '27003:27003'\n            - '27003:27003/udp'\n            - '27020:27020'\n            - '27022:27022'\n        restart: unless-stopped\n```\n\nThe server data will be saved locally on the host machine within the data folder. This allows you to bring the server down, and pull the new image when needed to do any updates.\n\n\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://gitlab.com/LuckyTurtleDev/docker-avorion/-/blob/master/CONTRIBUTING.md)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckyturtledev%2Fdocker-avorion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluckyturtledev%2Fdocker-avorion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckyturtledev%2Fdocker-avorion/lists"}