{"id":16646363,"url":"https://github.com/coffebar/jetbrains-deployment-config-to-lua","last_synced_at":"2025-06-15T04:04:57.988Z","repository":{"id":200477327,"uuid":"705593577","full_name":"coffebar/jetbrains-deployment-config-to-lua","owner":"coffebar","description":"Convert Jetbrains deployment configuration from xml to lua or json","archived":false,"fork":false,"pushed_at":"2023-10-16T10:34:31.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-12T09:15:01.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/coffebar.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":"2023-10-16T10:13:23.000Z","updated_at":"2024-03-27T04:13:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"a36bf440-c1aa-489c-bfa0-ba49658cc6ad","html_url":"https://github.com/coffebar/jetbrains-deployment-config-to-lua","commit_stats":null,"previous_names":["coffebar/jetbrains-deployment-config-to-lua"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coffebar/jetbrains-deployment-config-to-lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffebar%2Fjetbrains-deployment-config-to-lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffebar%2Fjetbrains-deployment-config-to-lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffebar%2Fjetbrains-deployment-config-to-lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffebar%2Fjetbrains-deployment-config-to-lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coffebar","download_url":"https://codeload.github.com/coffebar/jetbrains-deployment-config-to-lua/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffebar%2Fjetbrains-deployment-config-to-lua/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259919352,"owners_count":22932069,"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-10-12T08:27:21.785Z","updated_at":"2025-06-15T04:04:57.940Z","avatar_url":"https://github.com/coffebar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Convert JetBrains deployment config to lua\n\n## Usage\n\n```bash\n$ python3 main.py ~/dev/idea-project\n```\n\nIt will parse `~/dev/idea-project/.idea/` and generate `~/dev/idea-project/.nvim/deployment.lua`\n\n```lua\n-- example deployment.lua\nreturn {\n  [\"server1\"] = {\n    host = \"server1\",\n    username = \"web\",\n    port = 9202,\n    mappings = {\n      {\n        [\"local\"] = \"domains/example.com\",\n        [\"remote\"] = \"/var/www/example.com\",\n      },\n    },\n    excludedPaths = {\n      \"src\",\n    },\n  },\n}\n```\n\nExample [how this config can be used](https://github.com/coffebar/dotfiles/blob/b336aa5b985763237de6fbf9498cf147bbe6f162/.config/nvim/lua/coffebar/deployment.lua#L23C1-L67C4).\n\n## DISCLAIMER\n\nThere are no guarantees that it will work for you.\n\nThis is not a complete solution, it's just a quick hack that works for my projects, where I use only ssh connections with key based auth.\n\nPassword based auth is not supported!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffebar%2Fjetbrains-deployment-config-to-lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoffebar%2Fjetbrains-deployment-config-to-lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffebar%2Fjetbrains-deployment-config-to-lua/lists"}