{"id":16513942,"url":"https://github.com/twin/gatic","last_synced_at":"2026-04-21T13:04:13.391Z","repository":{"id":106444603,"uuid":"217938908","full_name":"TwiN/gatic","owner":"TwiN","description":"Very small static web server in Go","archived":false,"fork":false,"pushed_at":"2021-10-08T03:31:13.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-12T07:06:24.300Z","etag":null,"topics":["container","container-image","docker","go","golang","static-server"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TwiN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":["TwiN"]}},"created_at":"2019-10-28T00:57:18.000Z","updated_at":"2024-09-26T23:30:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d6835e5-55dc-4cda-826b-22309420be6e","html_url":"https://github.com/TwiN/gatic","commit_stats":null,"previous_names":["twinproduction/gatic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TwiN/gatic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwiN%2Fgatic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwiN%2Fgatic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwiN%2Fgatic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwiN%2Fgatic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TwiN","download_url":"https://codeload.github.com/TwiN/gatic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwiN%2Fgatic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32093157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["container","container-image","docker","go","golang","static-server"],"created_at":"2024-10-11T16:10:55.520Z","updated_at":"2026-04-21T13:04:13.351Z","avatar_url":"https://github.com/TwiN.png","language":"HTML","readme":"# gatic\n\n[![Docker pulls](https://img.shields.io/docker/pulls/twinproduction/gatic.svg)](https://cloud.docker.com/repository/docker/twinproduction/gatic)\n\nVery small static web server in Go.\n\n\n## Usage\n\nAll you have to do is create a Dockerfile that uses this image, and copy the static files you want to expose\nin the `static` folder of the Docker image:\n\n```dockerfile\nFROM twinproduction/gatic\nADD static ./static\n```\n\nSee the [example](example) folder for an example.\n\n\n## Docker\n\nBuilding the Docker image is done as following:\n\n```\ndocker build . -t gatic\n```\n\nYou can then run the container with the following command:\n\n```\ndocker run -p 8080:8080 --name gatic gatic\n```\n\n\n## Running the tests\n\n```\ngo test ./... -mod vendor -cover\n```\n","funding_links":["https://github.com/sponsors/TwiN"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwin%2Fgatic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwin%2Fgatic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwin%2Fgatic/lists"}