{"id":19938887,"url":"https://github.com/bentekkie/config-manager","last_synced_at":"2025-05-03T14:32:28.153Z","repository":{"id":78716068,"uuid":"157617031","full_name":"bentekkie/config-manager","owner":"bentekkie","description":"A streamlined web interface to manage config files on a remote server","archived":false,"fork":false,"pushed_at":"2018-11-21T17:01:30.000Z","size":1195,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T17:03:57.166Z","etag":null,"topics":["configuration-management","devops"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bentekkie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-11-14T22:02:26.000Z","updated_at":"2021-04-24T17:44:09.000Z","dependencies_parsed_at":"2023-03-12T05:14:47.837Z","dependency_job_id":null,"html_url":"https://github.com/bentekkie/config-manager","commit_stats":{"total_commits":35,"total_committers":3,"mean_commits":"11.666666666666666","dds":0.08571428571428574,"last_synced_commit":"df436acf809f8a67380f5035f1af2087c4b16075"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bentekkie%2Fconfig-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bentekkie%2Fconfig-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bentekkie%2Fconfig-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bentekkie%2Fconfig-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bentekkie","download_url":"https://codeload.github.com/bentekkie/config-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251052205,"owners_count":21528793,"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":["configuration-management","devops"],"created_at":"2024-11-12T23:42:13.713Z","updated_at":"2025-05-03T14:32:28.146Z","avatar_url":"https://github.com/bentekkie.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Server Config Manager\n\u003e A streamlined web interface to manage config files on a remote server\n\n[![NPM Version][npm-image]][npm-url]\n\n![](img/screenshot.png)\n\n## Installation\n\n```sh\nyarn global add server-config-manager\n```\n\n## Usage\n```sh\nserver-config-manager [configLocation]\n\nstart the server\n\nPositionals:\n  configLocation  Location of config file\n                          [default: \"~/.config/config-manager.ini\"]\n\nOptions:\n  --help         Show help                                             [boolean]\n  --version      Show version number                                   [boolean]\n  --verbose, -v                                                 [default: false]\n  --port, -p                                                     [default: 5000]\n```\n\n## Sample `config-manager.ini`\n\nUsername and password will be used for basic authentication for the web interface\n\nThe `[Config Manager]` section is mandatory and will be auto generated the first time you provide your config file to the application\n\n```ini\nusername = admin\npassword = admin\n\n[Config Manager]\nconfig = /Users/username/.config/config-manager.ini\n\n[Pip]\npip.conf = /Users/username/.config/pip/pip.conf\n\n[Apache]\nmain httpd.conf = /etc/apache2/httpd.conf\n```\n\n\n## Development setup\n\n```sh\nyarn\n```\n\n### To start the development server:\n\n```sh\nyarn build\n```\n\nThen:\n\n```sh\nyarn start\n```\n\n### To start a react development server for the frontend:\n\nStart the development server as above then:\n\n```sh\nyarn watch:client\n```\n\nAccess the react development server on port 3000\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/bentekkie/config-manager\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n\u003c!-- Markdown link \u0026 img dfn's --\u003e\n[npm-image]: https://badge.fury.io/js/server-config-manager.svg?kill_cache=1\n[npm-url]: https://www.npmjs.com/package/server-config-manager/v/latest\n[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square\n[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square\n[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics\n[wiki]: https://github.com/yourname/yourproject/wiki\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentekkie%2Fconfig-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbentekkie%2Fconfig-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentekkie%2Fconfig-manager/lists"}