{"id":19751113,"url":"https://github.com/vulcan-dev/kissmp_vklib-docker","last_synced_at":"2025-10-04T05:09:16.227Z","repository":{"id":115360038,"uuid":"530231500","full_name":"vulcan-dev/kissmp_vklib-docker","owner":"vulcan-dev","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-16T00:59:52.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T21:32:35.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"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/vulcan-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2022-08-29T13:26:44.000Z","updated_at":"2022-09-16T01:01:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfa65de3-3d8c-4e48-a2c5-14f42d5e284d","html_url":"https://github.com/vulcan-dev/kissmp_vklib-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulcan-dev%2Fkissmp_vklib-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulcan-dev%2Fkissmp_vklib-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulcan-dev%2Fkissmp_vklib-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulcan-dev%2Fkissmp_vklib-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vulcan-dev","download_url":"https://codeload.github.com/vulcan-dev/kissmp_vklib-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241080795,"owners_count":19906349,"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":[],"created_at":"2024-11-12T02:42:23.169Z","updated_at":"2025-10-04T05:09:11.196Z","avatar_url":"https://github.com/vulcan-dev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KissMP w/ VK-Framework\n#### Important Note: The repositories linked below are currently closed source whilst in development. This will change in the future.\n\n## Suggested Setup\n1. Head over to [VK-Essentials](https://github.com/VK-Framework) and download the extensions you would like to use (Note: You need VK-Core)\n2. Create a folder called `shared` and `servers` in a folder of your choice.\n3. Create a folder in `shared` called `addons` and copy the `vk-core` folder into it (along with any other extensions you downloaded into `vk-score/extensions`)\n4. Create a folder in `shared` called `vklib_libs` and copy the libraries from [here](https://github.com/vulcan-dev/vklib/releases) into it.\n5. Create a folder in `servers`, name it whatever you want.\n\nCreate a file called `config.json` in the folder you just created and paste the contents from below.\n\n`config.json`\n```json\n{\n  \"server_name\": \"My KissMP Server\",\n  \"description\": \"My Server Description\",\n  \"map\": \"/levels/smallgrid/info.json\",\n  \"max_players\": 15,\n  \"tickrate\": 60,\n  \"port\": 3698,\n  \"max_vehicles_per_client\": 5,\n  \"show_in_server_list\": true,\n  \"server_identifier\": \"AeMF%9`Hu4\"\n}\n```\n\nCreate a file called `docker-compose.yml` in the folder you just created and paste the contents from below, customize to your liking.\n\n`docker-compose.yml`\n```yaml\nversion: \"3\"\nservices:\n  kissmp:\n    image: vk_kissmp-docker:latest\n    ports:\n      - \"3698:3698/udp\"\n    restart: unless-stopped\n    volumes:\n      - ./:/server/\n      - ./config.json:/server/config.json\n      - ./mods/:/server/mods/\n      - ../shared/addons/:/server/addons/\n      - ../shared/addons/:/server/addons/\n      - ../shared/vklib_libs/vklib.so:/server/vklib.so\n      - ../shared/vklib_libs/libmongoc-1.0.so:/server/libmongoc-1.0.so\n      - ../shared/vklib_libs/libbson-1.0.so:/server/libbson-1.0.so\n    environment:\n      MONGO_PASSWORD: YOUR_MONGO_PASSWORD\n      MONGO_IP: YOUR_MONGO_IP\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulcan-dev%2Fkissmp_vklib-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvulcan-dev%2Fkissmp_vklib-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulcan-dev%2Fkissmp_vklib-docker/lists"}