{"id":21217656,"url":"https://github.com/nlamirault/skybox","last_synced_at":"2026-04-11T08:38:40.785Z","repository":{"id":44999796,"uuid":"50243792","full_name":"nlamirault/skybox","owner":"nlamirault","description":"Collecting metrics from a box provider and exporting data","archived":false,"fork":false,"pushed_at":"2022-01-14T14:40:34.000Z","size":8772,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-21T16:45:53.070Z","etag":null,"topics":["freebox","livebox"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nlamirault.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-23T15:17:16.000Z","updated_at":"2016-01-23T15:17:44.000Z","dependencies_parsed_at":"2022-07-26T13:02:12.320Z","dependency_job_id":null,"html_url":"https://github.com/nlamirault/skybox","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/nlamirault%2Fskybox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fskybox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fskybox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fskybox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlamirault","download_url":"https://codeload.github.com/nlamirault/skybox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243667966,"owners_count":20328036,"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":["freebox","livebox"],"created_at":"2024-11-20T21:59:33.021Z","updated_at":"2025-12-30T11:44:20.896Z","avatar_url":"https://github.com/nlamirault.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skybox\n\n[![License Apache 2][badge-license]](LICENSE)\n\nMaster :\n* [![Circle CI](https://circleci.com/gh/nlamirault/skybox/tree/master.svg?style=svg)](https://circleci.com/gh/nlamirault/skybox/tree/master)\n\nDevelop :\n* [![Circle CI](https://circleci.com/gh/nlamirault/skybox/tree/develop.svg?style=svg)](https://circleci.com/gh/nlamirault/skybox/tree/develop)\n\n*Skybox* is an agent collecting metrics from a box provider, and writing them into outputs.\nYou could use [Grafana][] to display nice dashboards.\n\nSupported box providers :\n\n* [Freebox][]\n\nSupported outputs :\n\n* [InfluxDB][]\n\n## Installation\n\nYou can download the binaries :\n\n* Architecture i386 [ [linux](https://bintray.com/artifact/download/nlamirault/oss/skybox_linux_386) / [darwin](https://bintray.com/artifact/download/nlamirault/oss/skybox_darwin_386) / [freebsd](https://bintray.com/artifact/download/nlamirault/oss/skybox_freebsd_386) / [netbsd](https://bintray.com/artifact/download/nlamirault/oss/skybox_netbsd_386) / [openbsd](https://bintray.com/artifact/download/nlamirault/oss/skybox_openbsd_386) / [windows](https://bintray.com/artifact/download/nlamirault/oss/skybox_windows_386.exe) ]\n* Architecture amd64 [ [linux](https://bintray.com/artifact/download/nlamirault/oss/skybox_linux_amd64) / [darwin](https://bintray.com/artifact/download/nlamirault/oss/skybox_darwin_amd64) / [freebsd](https://bintray.com/artifact/download/nlamirault/oss/skybox_freebsd_amd64) / [netbsd](https://bintray.com/artifact/download/nlamirault/oss/skybox_netbsd_amd64) / [openbsd](https://bintray.com/artifact/download/nlamirault/oss/skybox_openbsd_amd64) / [windows](https://bintray.com/artifact/download/nlamirault/oss/skybox_windows_amd64.exe) ]\n* Architecture arm [ [linux](https://bintray.com/artifact/download/nlamirault/oss/skybox_linux_arm) / [freebsd](https://bintray.com/artifact/download/nlamirault/oss/skybox_freebsd_arm) / [netbsd](https://bintray.com/artifact/download/nlamirault/oss/skybox_netbsd_arm) ]\n\n\n\n## Configuration\n\n*Skybox* configuration use [toml][] format. File is located into `$HOME/.config/skybox/skybox.toml`.\n\n## Usage\n\n### Freebox\n\nSetup configuration :\n\n```toml\n[freebox]\nurl= \"http://mafreebox.freebox.fr/\"\ntoken = \"\"\n```\n    $ skybox check box\n\n*skybox* will ask for an `app_token` using the API. A message will be displayed on\nthe Freebox LCD asking the user to grant/deny access to the requesting app.\n\nOnce the app has obtained a valid `app_token`, edit your configuration file, and setup this token into the\nspecific entry: `token`.\n\n\n### InfluxDB\n\nSetup configuration :\n\n```toml\n[influxdb]\nurl = \"http://localhost:8086/\"\nusername = \"root\"\npassword = \"root\"\ndatabase = \"skybox\"\nretentionPolicy = \"default\"\n```\n\nAnd check connection :\n\n    $ skybox check output\n\n## Development\n\n* Initialize environment\n\n        $ make init\n\n* Build tool :\n\n        $ make build\n\n* Start InfluxDB output (port `8083`) and Grafana (port `3000)\nusing [Docker Compose][] :\n\n        $ docker-compose up\n\n* Launch unit tests :\n\n        $ make test\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\n\n## License\n\nSee [LICENSE](LICENSE) for the complete license.\n\n\n## Changelog\n\nA [changelog](ChangeLog.md) is available\n\n\n## Contact\n\nNicolas Lamirault \u003cnicolas.lamirault@gmail.com\u003e\n\n\n[badge-license]: https://img.shields.io/badge/license-Apache2-green.svg?style=flat\n\n[Freebox]: http://www.free.fr/adsl/freebox-revolution.html\n\n[InfluxDB]: https://influxdata.com/time-series-platform/influxdb/\n\n[Grafana]: http://grafana.org/\n\n[toml]: https://github.com/toml-lang/toml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fskybox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlamirault%2Fskybox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fskybox/lists"}