{"id":21202610,"url":"https://github.com/cundd/fleet_master","last_synced_at":"2025-03-14T22:28:20.673Z","repository":{"id":146204576,"uuid":"88339587","full_name":"cundd/fleet_master","owner":"cundd","description":"Master application for fleet","archived":false,"fork":false,"pushed_at":"2025-01-21T14:12:35.000Z","size":194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T15:11:24.495Z","etag":null,"topics":["automation","statistics"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/cundd.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":"2017-04-15T10:17:39.000Z","updated_at":"2025-01-21T14:12:39.000Z","dependencies_parsed_at":"2024-10-29T15:43:42.358Z","dependency_job_id":null,"html_url":"https://github.com/cundd/fleet_master","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/cundd%2Ffleet_master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Ffleet_master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Ffleet_master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Ffleet_master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cundd","download_url":"https://codeload.github.com/cundd/fleet_master/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243655713,"owners_count":20326131,"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":["automation","statistics"],"created_at":"2024-11-20T20:17:23.758Z","updated_at":"2025-03-14T22:28:20.647Z","avatar_url":"https://github.com/cundd.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fleet Master\n============\n\nFleet is a tool to collect information from different (remote) servers \nand applications through SSH.\n \nCurrently the only information providers are the builtin provider `fleet provide` \nand the provider for TYPO3 [fleet_typo3](https://github.com/cundd/fleet_typo3).\n\nTo get an overview of the available commands run:\n\n```bash\nfleet help\n```\n\n\nBuilding\n--------\n\n### macOS 10.10+\n\nThe dependency [libssh2](https://github.com/alexcrichton/ssh2-rs) links against OpenSSL and to compile it, it needs to \nfind the OpenSSL headers. OpenSSL headers have been removed on macOS 10.10+, but can be installed via \n[Homebrew](https://brew.sh/):\n\n```sh\nbrew install openssl\n```\n\nA compatible version of `cmake` also has to be installed:\n\n```sh\nbrew install cmake\n```\n\n\nConfiguration\n-------------\n\nFleet expects a JSON file with server configurations. If `fleet.json` or \n`.fleet.json` exists in the current working directory it will be used. \nOtherwise the path to the configuration file has to be specified through \nthe `-c` argument.\n\nA simple configuration file may look like this:\n\n```json\n{\n    \"host-without-login-credentials\": {\n        \"host\": \"host1.tld\",\n        \"command\": \"path/to/the/provider/script\",\n        \"username\": \"your-username\"\n    },\n    \"host-with-password\": {\n        \"host\": \"host2.tld\",\n        \"command\": \"path/to/the/provider/script\",\n        \"username\": \"your-username\",\n        \"password\": \"your-password\"\n    },\n    \"host-with-ssh-key\": {\n        \"host\": \"host3.tld\",\n        \"command\": \"path/to/the/provider/script\",\n        \"username\": \"your-username\",\n        \"private_key\": \"/your/home-dir/.ssh/id_rsa\",\n        \"public_key\": \"/your/home-dir/.ssh/id_rsa.pub\"\n    },\n    \"host-with-custom-port\": {\n        \"host\": \"host4.tld\",\n        \"port\": 2222,\n        \"command\": \"path/to/the/provider/script\",\n        \"username\": \"your-username\"\n    }\n}\n```\n\n\nIf your SSH keys require a passphrase you have to specify it through the `PASSPHRASE` environment variable: \n\n```bash\nPASSPHRASE=yourPassphrase fleet list\n```\n\n\nTodo\n----\n\n- ~~Make the port configuration optional~~\n- ~~Resolve the tilde `~` in the path to the SSH key files~~\n- ~~Support for ssh-agent~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcundd%2Ffleet_master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcundd%2Ffleet_master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcundd%2Ffleet_master/lists"}