{"id":21869735,"url":"https://github.com/cha87de/sidekick-confer","last_synced_at":"2026-04-28T18:02:09.910Z","repository":{"id":144743298,"uuid":"188224267","full_name":"cha87de/sidekick-confer","owner":"cha87de","description":"dynamic sidekick container for building config files from environment vars","archived":false,"fork":false,"pushed_at":"2019-05-23T13:03:49.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T16:44:42.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cha87de.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,"publiccode":null,"codemeta":null}},"created_at":"2019-05-23T11:52:44.000Z","updated_at":"2019-07-17T08:51:34.000Z","dependencies_parsed_at":"2023-04-26T18:01:07.051Z","dependency_job_id":null,"html_url":"https://github.com/cha87de/sidekick-confer","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/cha87de%2Fsidekick-confer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cha87de%2Fsidekick-confer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cha87de%2Fsidekick-confer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cha87de%2Fsidekick-confer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cha87de","download_url":"https://codeload.github.com/cha87de/sidekick-confer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244875045,"owners_count":20524591,"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-28T06:09:03.999Z","updated_at":"2026-04-28T18:02:04.865Z","avatar_url":"https://github.com/cha87de.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Pulls](https://img.shields.io/docker/pulls/cha87de/sidekick-confer.svg)](https://hub.docker.com/r/cha87de/sidekick-confer/)\n\n# Base Image for Dynamic Sidekick Config Containers\n\n## Usage example:\n\nBuild your image with your template configuration files:\n\nCreate a new `Dockerfile` (example with telegraf.conf):\n\n```\nFROM cha87de/sidekick-confer\nVOLUME /etc/telegraf/\nADD telegraf.conf.tmpl /etc/telegraf/\n```\n\nAnd place a variable in the `telegraf.conf.tmpl` e.g.:\n\n```\n...\n[[outputs.influxdb]]\n  urls = [\"$INFLUX_SERVER\"]\n...\n```\n\nBuild your config image as `user/yourconfig:latest`. During deploy time use environment variables to set the variable in your configuration file:\n\n```\ndocker run -e INFLUX_SERVER=http://testblabla:8086 user/yourconfig:latest\n```\n\nOr use it with docker-compose:\n\n```\nconfig:\n    image: user/yourconfig:latest\n    restart: \"no\"\n    environment:\n    - INFLUX_SERVER=http://testblabla:8086\n\ntelegraf:\n    image: telegraf:1.10-alpine\n    volumes_from:\n    - config\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcha87de%2Fsidekick-confer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcha87de%2Fsidekick-confer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcha87de%2Fsidekick-confer/lists"}