{"id":17222919,"url":"https://github.com/marksteve/formic","last_synced_at":"2025-08-20T00:04:25.075Z","repository":{"id":25985444,"uuid":"29427616","full_name":"marksteve/formic","owner":"marksteve","description":"Open-source forms web service written in Go","archived":false,"fork":false,"pushed_at":"2015-04-30T04:19:17.000Z","size":851,"stargazers_count":18,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T23:15:15.386Z","etag":null,"topics":[],"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/marksteve.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}},"created_at":"2015-01-18T13:59:27.000Z","updated_at":"2018-10-24T13:13:04.000Z","dependencies_parsed_at":"2022-08-24T14:19:03.444Z","dependency_job_id":null,"html_url":"https://github.com/marksteve/formic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marksteve/formic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fformic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fformic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fformic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fformic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marksteve","download_url":"https://codeload.github.com/marksteve/formic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fformic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271242036,"owners_count":24724978,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"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":[],"created_at":"2024-10-15T04:06:42.853Z","updated_at":"2025-08-20T00:04:25.019Z","avatar_url":"https://github.com/marksteve.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Formic](https://formic.marksteve.com)\n\nOpen-source forms web service written in Go\n\n## Requirements\n\n- A working [Go](http://golang.org/doc/install) environment\n- [Godep](https://github.com/tools/godep)\n- [Bower](http://bower.io)\n- [Redis](http://redis.io)\n- [Google OAuth 2.0 Client ID](https://console.developers.google.com/project) (used for login)\n\n## Install\n\n```bash\ngit clone https://github.com/marksteve/formic\ncd formic\nbower install\n```\n\n## Configuration\n\nFormic uses [drone/config](https://github.com/drone/config) so you can configure it either by creating a `formic.toml` file:\n\n```toml\nredis-host = \"localhost\"\nsession-secret = \"secret\"\n\n[google]\nclient-id = \"client id\"\nclient-secret = \"client secret\"\nallowed-emails = \"you@company.com,you@gmail.com\"\n```\n\nOr through environment variables prefixed with `FORMIC_`:\n\n```bash\nexport FORMIC_REDIS_HOST=\"localhost\"\nexport FORMIC_SESSION_SECRET=\"secret\"\nexport FORMIC_GOOGLE_CLIENT_ID=\"client id\"\nexport FORMIC_GOOGLE_CLIENT_SECRET=\"client secret\"\nexport FORMIC_GOOGLE_ALLOWED_EMAILS=\"you@company.com,you@gmail.com\"\n```\n\n### Google OAuth 2.0\n\nSet your Google OAuth 2.0 Client ID's redirect URI to `http://\u003cADDRESS\u003e/oauth2callback`.\n\nYou can set `google-allowed-emails` to `\"anyone\"` and host forms for, well, anyone!\n\n## Running\n\n```bash\ngodep go run main.go\n```\n\nFormic binds on `:8000` by default. You can change that using the `-bind` argument:\n\n```bash\ngodep go run main.go -bind 127.0.0.1:5000\n```\n\n## License\n\n[MIT](http://marksteve.mit-license.org)\n\nSpace background image from: https://flic.kr/p/9pGfXt\n\n## (Might be) FAQ\n\n__I think I've seen something similar before__\n\nYes you have!\n\n- https://formkeep.com\n- http://forms.brace.io/\n\n__NIH?__\n\nNope! I was learning Go and wanted to create something that I'd use with it.\n\n__Why name it after the [buggers](http://ansible.wikia.com/wiki/Formic)?__\n\nA friend suggested it. It sounds cool and has \"form\" in it. It's way better than its original name `go-submit`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fformic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksteve%2Fformic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fformic/lists"}