{"id":24333294,"url":"https://github.com/creadone/angie","last_synced_at":"2026-02-06T02:31:20.578Z","repository":{"id":271111633,"uuid":"912451002","full_name":"creadone/angie","owner":"creadone","description":"A DSL for generating configuration files for the web server Angie","archived":false,"fork":false,"pushed_at":"2025-01-05T16:19:03.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T18:51:08.270Z","etag":null,"topics":["angie","nginx","nginx-configuration"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/creadone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-05T16:02:31.000Z","updated_at":"2025-01-05T16:38:33.000Z","dependencies_parsed_at":"2025-01-05T16:15:26.150Z","dependency_job_id":"9a61e77a-df09-4feb-82ca-bdbb7aa78313","html_url":"https://github.com/creadone/angie","commit_stats":null,"previous_names":["creadone/angie"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/creadone/angie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creadone%2Fangie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creadone%2Fangie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creadone%2Fangie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creadone%2Fangie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creadone","download_url":"https://codeload.github.com/creadone/angie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creadone%2Fangie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29145828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T01:13:33.096Z","status":"online","status_checked_at":"2026-02-06T02:00:08.092Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["angie","nginx","nginx-configuration"],"created_at":"2025-01-18T03:14:54.667Z","updated_at":"2026-02-06T02:31:20.545Z","avatar_url":"https://github.com/creadone.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angie\n\nA DSL for generating configuration files for the web server [Angie](https://angie.software/) (formerly known as Nginx)\n\n## Installation\n\n```\ngem install angie\n```\n\n## Usage\n\n```ruby\nconfig = Angie::DSL.new do\n  worker_processes 4\n\n  events do\n    worker_connections 1024\n  end\n\n  http do\n    server do\n      listen 80\n      server_name \"example.com\"\n\n      location \"/\" do\n        root \"/var/www/html\"\n        index \"index.html\"\n      end\n\n      location \"/images/\" do\n        root \"/var/www/images\"\n      end\n    end\n  end\nend\n\nputs config.to_s\n```\n\n```nginx\nworker_processes 4;\nevents {\n  worker_connections 1024;\n}\nhttp {\n  server {\n    listen 80;\n    server_name example.com;\n    location {\n      root /var/www/html;\n      index index.html;\n    }\n    location {\n      root /var/www/images;\n    }\n  }\n}\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/creadone/angie.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreadone%2Fangie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreadone%2Fangie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreadone%2Fangie/lists"}