{"id":23398818,"url":"https://github.com/mbround18/enshrouded-docker","last_synced_at":"2025-04-11T17:23:17.909Z","repository":{"id":219370489,"uuid":"748460626","full_name":"mbround18/enshrouded-docker","owner":"mbround18","description":"🌟 Welcome to the ultimate enshrouded Server Setup! 🌍 This GitHub repository is your go-to toolkit 🛠️ for launching an enshrouded server in a snap using Docker!","archived":false,"fork":false,"pushed_at":"2025-04-02T21:40:36.000Z","size":92,"stargazers_count":42,"open_issues_count":7,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T22:28:41.378Z","etag":null,"topics":["docker","enshrouded","python","server"],"latest_commit_sha":null,"homepage":"https://dev.to/mbround18/setting-up-an-enshrouded-dedicated-server-with-docker-2n1i","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbround18.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}},"created_at":"2024-01-26T02:29:34.000Z","updated_at":"2025-03-26T21:41:48.000Z","dependencies_parsed_at":"2025-03-18T03:28:34.906Z","dependency_job_id":"ae0bacc0-71e6-4fdb-85d3-8f16e0d6a70f","html_url":"https://github.com/mbround18/enshrouded-docker","commit_stats":null,"previous_names":["mbround18/enshrouded-docker"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbround18%2Fenshrouded-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbround18%2Fenshrouded-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbround18%2Fenshrouded-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbround18%2Fenshrouded-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbround18","download_url":"https://codeload.github.com/mbround18/enshrouded-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248448155,"owners_count":21105249,"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","enshrouded","python","server"],"created_at":"2024-12-22T09:49:33.196Z","updated_at":"2025-04-11T17:23:17.885Z","avatar_url":"https://github.com/mbround18.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enshrouded Server \n\n🌟 Welcome to the ultimate enshrouded Server Setup! \n🌍 This GitHub repository is your go-to toolkit \n🛠️ for launching an enshrouded server in a snap using Docker!\n\n\n## Dont forget to backup your saves!\n\nwe highly recommend you back up your save files! [Click here to see how to integrate auto backups.](./docs/compose-with-backups.md)\n\n## Prerequisites\n\n- Docker\n- Docker Compose\n\n## Using Docker Compose\n\nTo run the server with Docker Compose, you first need to create a `docker-compose.yml` file in the root of this repository with the following content:\n\n```yaml\nservices:\n  enshrouded:\n    image: mbround18/enshrouded-docker:latest\n    build:\n      context: .\n      dockerfile: Dockerfile\n      platforms:\n        - linux/amd64\n    environment:\n      SERVER_NAME: \"My Enshrouded Server\" # Optional, Name of the server\n    #      PASSWORD: \"\" # Optional, Password for the server\n    #      ADMIN_PASSWORD: \"adminpassword\" # Optional, Admin password for the server\n    #      SAVE_DIRECTORY: ./savegame # Optional, Save directory for the game\n    #      LOG_DIRECTORY: ./logs # Optional, Log directory for the server\n    #      SERVER_IP: 0.0.0.0 # Optional, IP address for the server\n    #      GAME_PORT: 15636 # Optional, Game port for the server\n    #      QUERY_PORT: 15637 # Optional, Query port for the server\n    #      SLOT_COUNT: 16 # Optional, Number of slots for the server\n    ports:\n      - \"15636:15636/udp\"\n      - \"15636:15636/tcp\"\n      - \"15637:15637/udp\"\n      - \"15637:15637/tcp\"\n    volumes:\n      - ./data:/home/steam/enshrouded\n```\n\n### Running the Server\n\nTo start the server with your chosen configuration, run:\n\n```bash\ndocker-compose up\n```\n\n## Updating Server Settings\n\nTo update the server settings after initial setup, modify the `docker-compose.yml` file as needed and restart the server:\n\n```bash\ndocker-compose down\ndocker-compose up\n```\n\nThis process ensures that your server configuration is always up to date with your specifications.\n\n## Contributions\n\nContributions to this project are welcome! Please submit a pull request or open an issue for any bugs, features, or improvements.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbround18%2Fenshrouded-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbround18%2Fenshrouded-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbround18%2Fenshrouded-docker/lists"}