{"id":17909078,"url":"https://github.com/mback2k/simple-cgi-server","last_synced_at":"2025-03-23T20:31:23.973Z","repository":{"id":57580534,"uuid":"172364342","full_name":"mback2k/simple-cgi-server","owner":"mback2k","description":"A simple CGI server to host legacy CGI scripts.","archived":false,"fork":false,"pushed_at":"2023-03-29T17:22:35.000Z","size":28,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T01:03:22.014Z","etag":null,"topics":["cgi","golang-application","http-server","simple"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mback2k.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":"2019-02-24T16:57:19.000Z","updated_at":"2025-02-06T07:01:56.000Z","dependencies_parsed_at":"2024-06-20T12:04:06.666Z","dependency_job_id":"1aaa6359-ac9a-455d-ad29-b2240ec0bebb","html_url":"https://github.com/mback2k/simple-cgi-server","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fsimple-cgi-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fsimple-cgi-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fsimple-cgi-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fsimple-cgi-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mback2k","download_url":"https://codeload.github.com/mback2k/simple-cgi-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245164970,"owners_count":20571217,"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":["cgi","golang-application","http-server","simple"],"created_at":"2024-10-28T19:19:56.777Z","updated_at":"2025-03-23T20:31:23.570Z","avatar_url":"https://github.com/mback2k.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"simple-cgi-server\n=================\nThis Go program is a simple CGI server to host legacy CGI scripts.\nThis server is intended to be running behind a reverse proxy or\nloadbalancer, like [traefik](https://traefik.io/).\n\n[![Build Status](https://travis-ci.org/mback2k/simple-cgi-server.svg?branch=master)](https://travis-ci.org/mback2k/simple-cgi-server)\n[![GoDoc](https://godoc.org/github.com/mback2k/simple-cgi-server?status.svg)](https://godoc.org/github.com/mback2k/simple-cgi-server)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mback2k/simple-cgi-server)](https://goreportcard.com/report/github.com/mback2k/simple-cgi-server)\n\nDependencies\n------------\nThe following awesome Go libraries are dependencies:\n\n- https://github.com/sirupsen/logrus\n- https://github.com/spf13/viper\n\nInstallation\n------------\nYou basically have two options to install this Go program package:\n\n1. If you have Go installed and configured on your PATH, just do the following go get inside your GOPATH to get the latest version:\n\n```\ngo get -u github.com/mback2k/simple-cgi-server\n```\n\n2. If you do not have Go installed and just want to use a released binary,\nthen you can just go ahead and download a pre-compiled Linux amd64 binary from the [Github releases](https://github.com/mback2k/simple-cgi-server/releases).\n\nFinally put the simple-cgi-server binary onto your PATH and make sure it is executable.\n\nConfiguration\n-------------\nThe following YAML file is an example configuration to serve Python scripts:\n\n```\nAddress: \"localhost:8080\"\nHandlerList:\n  - FileExt: .py\n    Handler: python\nLogging:\n  Level: info\n```\n\nSave this file in one of the following locations and run `./simple-cgi-server`:\n\n- /etc/simple-cgi-server/simple-cgi-server.yaml\n- $HOME/.simple-cgi-server.yaml\n- $PWD/simple-cgi-server.yaml\n\nLicense\n-------\nCopyright (C) 2019  Marc Hoersken \u003cinfo@marc-hoersken.de\u003e\n\nThis software is licensed as described in the file LICENSE, which\nyou should have received as part of this software distribution.\n\nAll trademarks are the property of their respective owners.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmback2k%2Fsimple-cgi-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmback2k%2Fsimple-cgi-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmback2k%2Fsimple-cgi-server/lists"}