{"id":20155321,"url":"https://github.com/redhat-cop/gows","last_synced_at":"2025-06-16T11:37:45.765Z","repository":{"id":70196389,"uuid":"90300255","full_name":"redhat-cop/gows","owner":"redhat-cop","description":"A tiny web server written in Go","archived":false,"fork":false,"pushed_at":"2017-06-08T14:37:46.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-03T01:41:33.648Z","etag":null,"topics":["container-cop"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-cop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-05-04T19:08:37.000Z","updated_at":"2021-08-17T09:26:44.000Z","dependencies_parsed_at":"2023-04-09T14:17:14.684Z","dependency_job_id":null,"html_url":"https://github.com/redhat-cop/gows","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redhat-cop/gows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Fgows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Fgows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Fgows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Fgows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-cop","download_url":"https://codeload.github.com/redhat-cop/gows/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Fgows/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260151304,"owners_count":22966489,"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":["container-cop"],"created_at":"2024-11-13T23:31:33.211Z","updated_at":"2025-06-16T11:37:45.739Z","avatar_url":"https://github.com/redhat-cop.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gows - A Tiny Web Server\n\nThe gows project is a web server with a very small footprint that's made for simply serving static content.\n\n## Build\n\nFirst we're going to build the go binary.\n\n```\nCGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o gows .\n```\n\nThen we build the image\n\n```\ndocker build -t etsauer/gows:latest .\n```\n\n## Run\n\n```\ndocker run -p 8080:8080 -v /path/to/static/content:/opt/_site -e GOWS_DIR=/opt/_site etsauer/gows:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-cop%2Fgows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-cop%2Fgows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-cop%2Fgows/lists"}