{"id":24811203,"url":"https://github.com/thin-edge/c8y-textconfig-plugin","last_synced_at":"2025-03-25T13:24:21.385Z","repository":{"id":215346730,"uuid":"738706724","full_name":"thin-edge/c8y-textconfig-plugin","owner":"thin-edge","description":"thin-edge.io operation plugin to handle text-based configuration from Cumulocity IoT","archived":false,"fork":false,"pushed_at":"2024-02-08T18:59:45.000Z","size":262,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T12:19:51.256Z","etag":null,"topics":["community","iot","thin-edge"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/thin-edge.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}},"created_at":"2024-01-03T21:21:11.000Z","updated_at":"2024-01-16T17:16:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6cb2227-a1b1-4b01-b35d-8f5c7d1a6592","html_url":"https://github.com/thin-edge/c8y-textconfig-plugin","commit_stats":null,"previous_names":["thin-edge/c8y-textconfig-plugin"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Fc8y-textconfig-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Fc8y-textconfig-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Fc8y-textconfig-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Fc8y-textconfig-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thin-edge","download_url":"https://codeload.github.com/thin-edge/c8y-textconfig-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245468803,"owners_count":20620455,"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":["community","iot","thin-edge"],"created_at":"2025-01-30T12:19:38.207Z","updated_at":"2025-03-25T13:24:21.353Z","avatar_url":"https://github.com/thin-edge.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# c8y-textconfig-plugin\n\n## Plugin summary\n\nthin-edge.io [text-based configuration operation](https://cumulocity.com/guides/reference/smartrest-two/#configuration-513) plugin for Cumulocity IoT.\n\n:warning: The plugin itself currently only receives and acknowledges the config change, but does not do anything with it. The part where this can be included is shown in the code section.\n\n![docs](docs/images/config.png)\n\n**Technical summary**\n\nThe following details the technical aspects of the plugin to get an idea what systems it supports.\n\n|||\n|--|--|\n|**Languages**|`python3`|\n|**CPU Architectures**|`all/noarch`. Not CPU specific|\n|**Supported init systems**|`N/A`|\n|**Required Dependencies**|`python3`|\n|**Optional Dependencies (feature specific)**|-|\n\n### How to do I get it?\n\nThe following linux package formats are provided on the releases page and also in the [tedge-community](https://cloudsmith.io/~thinedge/repos/community/packages/) repository:\n\n|Operating System|Repository link|\n|--|--|\n|Debian/Ubuntu|[![Latest version of 'c8y-textconfig-plugin' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/thinedge/community/deb/c8y-textconfig-plugin/latest/a=all;d=any-distro%252Fany-version;t=binary/?render=true\u0026show_latest=true)](https://cloudsmith.io/~thinedge/repos/community/packages/detail/deb/c8y-textconfig-plugin/latest/a=all;d=any-distro%252Fany-version;t=binary/)|\n|RHEL/CentOS/Fedora/openSUSE|[![Latest version of 'c8y-textconfig-plugin' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/thinedge/community/rpm/c8y-textconfig-plugin/latest/a=noarch;d=any-distro%252Fany-version;t=binary/?render=true\u0026show_latest=true)](https://cloudsmith.io/~thinedge/repos/community/packages/detail/rpm/c8y-textconfig-plugin/latest/a=noarch;d=any-distro%252Fany-version;t=binary/)|\n|Alpine Linux|[![Latest version of 'c8y-textconfig-plugin' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/thinedge/community/alpine/c8y-textconfig-plugin/latest/a=noarch;d=alpine%252Fany-version/?render=true\u0026show_latest=true)](https://cloudsmith.io/~thinedge/repos/community/packages/detail/alpine/c8y-textconfig-plugin/latest/a=noarch;d=alpine%252Fany-version/)|\n\n\n### What will be deployed to the device?\n\n* The following operation plugins are installed:\n    * `c8y/c8y_Configuration` - to apply text based configuration from Cumulocity\n\n## Plugin Dependencies\n\nThe following packages are required to use the plugin:\n\n* python3\n\n## Development\n\nThe following tools are requires for local development. Please install them before following the instructions:\n\n* [nfpm](https://nfpm.goreleaser.com/tips/) - Tool to build linux packages\n* [go-c8y-cli](https://goc8ycli.netlify.app/) - A Cumulocity IoT CLI app\n* [c8y-tedge extension](https://github.com/thin-edge/c8y-tedge) - go-c8y-cli extension for thin-edge.io to help with bootstrapping\n\n### Start demo\n\n1. Build the c8y-textconfig-plugin package\n\n    ```sh\n    just build\n    ```\n\n2. Start the demo\n\n    ```sh\n    just up\n    ```\n\n3. Activate your Cumulocity IoT session in go-c8y-cli where you want to bootstrap the device to\n\n    ```sh\n    set-session\n    ```\n\n    `set-session` is part of [go-c8y-cli](https://goc8ycli.netlify.app/), check out the documentation for instructions on how to install and create your session if you don't already have one.\n\n4. Bootstrap the device\n\n    ```sh\n    just bootstrap\n    ```\n\n    The bootstrap command used the [c8y-tedge extension](https://github.com/thin-edge/c8y-tedge).\n\n### Stop demo\n\n```sh\njust down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthin-edge%2Fc8y-textconfig-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthin-edge%2Fc8y-textconfig-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthin-edge%2Fc8y-textconfig-plugin/lists"}