{"id":20418514,"url":"https://github.com/willnode/summon","last_synced_at":"2025-03-05T04:16:26.693Z","repository":{"id":228523677,"uuid":"774170102","full_name":"willnode/summon","owner":"willnode","description":"NGINX module to launch any program and forward requests to it","archived":false,"fork":false,"pushed_at":"2024-03-21T19:19:52.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T14:14:03.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/willnode.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":"2024-03-19T04:12:27.000Z","updated_at":"2024-03-21T13:04:15.000Z","dependencies_parsed_at":"2025-01-15T13:48:34.652Z","dependency_job_id":"fba551bd-37a2-4be1-acc5-730cf98f08ee","html_url":"https://github.com/willnode/summon","commit_stats":null,"previous_names":["willnode/summon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fsummon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fsummon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fsummon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fsummon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willnode","download_url":"https://codeload.github.com/willnode/summon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241960883,"owners_count":20049344,"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-15T06:33:30.257Z","updated_at":"2025-03-05T04:16:26.672Z","avatar_url":"https://github.com/willnode.png","language":"Rust","readme":"\n# HTTP Summon App NGINX Module\n\nA simple NGINX module to launch any program and forward HTTP requests to it.\n\nNot yet ready for production. Primilarity built for [DOM Cloud](https://domcloud.co).\n\n## Installation and Running Demo\n\n```sh\nmake nginx-install\nmake build\nmake run\n```\n\n## Configuration\n\n#### `summon_app_command \"\u003ccmd\u003e\"`\n\n**Required to activate summon module.**\n\nRun app at `\u003ccmd\u003e`. App must listen to `PORT` envar.\n\nUse `proxy_pass http://localhost:$summon_port` to forward HTTP requests.\n\n#### `summon_app_root \u003cpath\u003e`\n\nSet app pwd at `\u003cpath\u003e`. Defaults to parent of `root`.\n\n#### `summon_app_user \u003cuser\u003e`\n\nSet app to run under user. Defaults to who owned the \"file\" found in args or `nobody`.\n\n#### `summon_app_log \u003cpath\u003e`\n\nSet app log to path. Defaults log to NGINX error.\n\n#### `summon_app_idle_timeout \u003cduration\u003e`\n\nSet app maximum time before getting killed because of idle traffic. Defaults 15 minutes. Set 0 to run indefinitely.\n\n#### `summon_app_min_instance \u003cnumber\u003e`\n\nSpawn app at many times. Default is 1.\n\n#### `summon_app_use_port \u003cnumber\u003e`\n\nSpawn app using reserved port. Will try kill any app listening to port before hand.\nIf `summon_app_min_instance` \u003e 1 then app must spawn with `SO_REUSEADDR`.\n\nIf `summon_app_use_port` uses same number, test config should fail.\n\n#### `summon_app_show_crash \u003con|off\u003e`\n\nShow helpful diagnostic error information if app is crashing either at startup or in middle of request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnode%2Fsummon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillnode%2Fsummon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnode%2Fsummon/lists"}