{"id":25448853,"url":"https://github.com/bilalalpaslan/otoconf","last_synced_at":"2026-05-15T21:33:00.908Z","repository":{"id":58633948,"uuid":"532842541","full_name":"BilalAlpaslan/otoconf","owner":"BilalAlpaslan","description":"proxy conf file compiler from microservice conf files","archived":false,"fork":false,"pushed_at":"2022-09-06T05:04:59.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T08:09:24.015Z","etag":null,"topics":["cli","nginx","nginx-configuration","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/BilalAlpaslan.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}},"created_at":"2022-09-05T10:02:02.000Z","updated_at":"2022-12-31T11:28:20.000Z","dependencies_parsed_at":"2022-09-05T17:40:12.584Z","dependency_job_id":null,"html_url":"https://github.com/BilalAlpaslan/otoconf","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BilalAlpaslan%2Fotoconf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BilalAlpaslan%2Fotoconf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BilalAlpaslan%2Fotoconf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BilalAlpaslan%2Fotoconf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BilalAlpaslan","download_url":"https://codeload.github.com/BilalAlpaslan/otoconf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493385,"owners_count":22080127,"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":["cli","nginx","nginx-configuration","python"],"created_at":"2025-02-17T20:15:22.735Z","updated_at":"2026-05-15T21:33:00.874Z","avatar_url":"https://github.com/BilalAlpaslan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generate configuration for proxy tools(just nginx for now)\n```js\n    server {        \n        listen 443 ssl;\n        server_name example.com;\n\n        ssl_certificate cert/fullchain.pem;\n        ssl_certificate_key cert/example.com.key;\n\n\n        @{% 'user/.conf' %}\n        @{% 'product/.conf' %}\n        @{% 'sms/.conf' %}\n        @{% 'mail/.conf' %}\n        location / {\n            proxy_pass http://frontend:3000;\n        }\n    }\n```\n\n## Installation\n\n```bash\npip install otoconf\n```\n\n## Usage\n\n```bash\npython -m otoconf\n```\nor\n```bash\npython -m otoconf -t nginx --conf /path/to/nginx.conf --output /path/to/oto.conf\n```\n\nfor more information, please run `python -m otoconf --help`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilalalpaslan%2Fotoconf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilalalpaslan%2Fotoconf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilalalpaslan%2Fotoconf/lists"}