{"id":37191743,"url":"https://github.com/kellpossible/gogs","last_synced_at":"2026-01-14T22:13:04.870Z","repository":{"id":57585181,"uuid":"54878474","full_name":"kellpossible/gogs","owner":"kellpossible","description":"Gogs (Go Git Service) is a painless self-hosted Git service.","archived":false,"fork":true,"pushed_at":"2016-08-04T07:27:51.000Z","size":68665,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T01:04:25.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gogs.io","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"gogs/gogs","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kellpossible.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-28T08:34:41.000Z","updated_at":"2024-06-20T01:04:25.245Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kellpossible/gogs","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/kellpossible/gogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fgogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fgogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fgogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fgogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kellpossible","download_url":"https://codeload.github.com/kellpossible/gogs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fgogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-01-14T22:13:04.080Z","updated_at":"2026-01-14T22:13:04.856Z","avatar_url":"https://github.com/kellpossible.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n=====================\n\n![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)\n\n##### Current version: 0.9.22\n\n| Web | UI  | Preview  |\n|:-------------:|:-------:|:-------:|\n|![Dashboard](https://gogs.io/img/screenshots/1.png)|![Repository](https://gogs.io/img/screenshots/2.png)|![Commits History](https://gogs.io/img/screenshots/3.png)|\n|![Profile](https://gogs.io/img/screenshots/4.png)|![Admin Dashboard](https://gogs.io/img/screenshots/5.png)|![Diff](https://gogs.io/img/screenshots/6.png)|\n|![Issues](https://gogs.io/img/screenshots/7.png)|![Releases](https://gogs.io/img/screenshots/8.png)|![Organization](https://gogs.io/img/screenshots/9.png)|\n\n### Important Notes\n\n1. **YOU MUST READ [Contributing Code](https://github.com/gogits/gogs/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**.\n2. Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site.\n3. The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch.\n4. If you think there are vulnerabilities in the project, please talk privately to **u@gogs.io**. Thanks!\n5. If you're interested in using APIs, we have experimental support with [documentation](https://github.com/gogits/go-gogs-client/wiki).\n6. If your team/company is using Gogs and would like to put your logo on [our website](http://gogs.io), contact us by any means.\n\n[简体中文](README_ZH.md)\n\n## Purpose\n\nThe goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, Mac OS X, Windows and ARM.\n\n## Overview\n\n- Please see the [Documentation](http://gogs.io/docs/intro) for common usages and change log.\n- See the [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team.\n- Want to try it before doing anything else? Do it [online](https://try.gogs.io/gogs/gogs)!\n- Having trouble? Get help with [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html) or [User Forum](https://discuss.gogs.io/).\n- Want to help with localization? Check out the [guide](http://gogs.io/docs/features/i18n.html)!\n\n## Features\n\n- Activity timeline\n- SSH and HTTP/HTTPS protocols\n- SMTP/LDAP/Reverse proxy authentication\n- Reverse proxy with sub-path\n- Account/Organization/Repository management\n- Repository/Organization webhooks (including Slack)\n- Repository Git hooks/deploy keys\n- Repository issues, pull requests and wiki\n- Add/Remove repository collaborators\n- Gravatar and custom source\n- Mail service\n- Administration panel\n- Supports MySQL, PostgreSQL, SQLite3 and [TiDB](https://github.com/pingcap/tidb) (experimental)\n- Multi-language support ([17 languages](https://crowdin.com/project/gogs))\n\n## System Requirements\n\n- A cheap Raspberry Pi is powerful enough for basic functionality.\n- 2 CPU cores and 1GB RAM would be the baseline for teamwork.\n\n## Browser Support\n\n- Please see [Semantic UI](https://github.com/Semantic-Org/Semantic-UI#browser-support) for specific versions of supported browsers.\n- The official support minimal size  is **1024*768**, UI may still looks right in smaller size but no promises and fixes.\n\n## Installation\n\nMake sure you install the [prerequisites](http://gogs.io/docs/installation) first.\n\nThere are 5 ways to install Gogs:\n\n- [Install from binary](http://gogs.io/docs/installation/install_from_binary.html)\n- [Install from source](http://gogs.io/docs/installation/install_from_source.html)\n- [Install from packages](http://gogs.io/docs/installation/install_from_packages.html)\n- [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker)\n- [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)\n\n### Tutorials\n\n- [How To Set Up Gogs on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-gogs-on-ubuntu-14-04)\n- [Run your own GitHub-like service with the help of Docker](http://blog.hypriot.com/post/run-your-own-github-like-service-with-docker/)\n- [使用 Gogs 搭建自己的 Git 服务器](https://mynook.info/blog/post/host-your-own-git-server-using-gogs) (Chinese)\n- [阿里云上 Ubuntu 14.04 64 位安装 Gogs](http://my.oschina.net/luyao/blog/375654) (Chinese)\n- [Installing Gogs on FreeBSD](https://www.codejam.info/2015/03/installing-gogs-on-freebsd.html)\n- [Gogs on Raspberry Pi](http://blog.meinside.pe.kr/Gogs-on-Raspberry-Pi/)\n- [Cloudflare Full SSL with GOGS (Go Git Service) using NGINX](http://www.listekconsulting.com/articles/cloudflare-full-ssl-with-gogs-go-git-service-using-nginx/)\n\n### Screencasts\n\n- [Instalando Gogs no Ubuntu](https://www.youtube.com/watch?v=4UkHAR1F7ZA) (Português)\n\n### Deploy to Cloud\n\n- [OpenShift](https://github.com/tkisme/gogs-openshift)\n- [Cloudron](https://cloudron.io/appstore.html#io.gogs.cloudronapp)\n- [Scaleway](https://www.scaleway.com/imagehub/gogs/)\n- [Portal](https://portaldemo.xyz/cloud/)\n- [Sandstorm](https://github.com/cem/gogs-sandstorm)\n- [sloppy.io](https://github.com/sloppyio/quickstarters/tree/master/gogs)\n- [YunoHost](https://github.com/mbugeia/gogs_ynh)\n\n## Software and Service Support\n\n- [Drone](https://github.com/drone/drone) (CI)\n- [Fabric8](http://fabric8.io/) (DevOps)\n- [Taiga](https://taiga.io/) (Project Management)\n- [Puppet](https://forge.puppetlabs.com/Siteminds/gogs) (IT)\n- [Kanboard](http://kanboard.net/plugin/gogs-webhook) (Project Management)\n- [BearyChat](https://bearychat.com/) (Team Communication)\n- [HiWork](http://www.hiwork.cc/) (Team Communication)\n\n### Product Support\n\n- [Synology](https://www.synology.com) (Docker)\n- [One Space](http://www.onespace.cc) (App Store)\n\n## Acknowledgments\n\n- Router and middleware mechanism of [Macaron](https://github.com/go-macaron/macaron).\n- System Monitor Status is inspired by [GoBlog](https://github.com/fuxiaohei/goblog).\n- Thanks [lavachen](http://www.lavachen.cn/) and [Rocker](http://weibo.com/rocker1989) for designing Logo.\n- Thanks [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan.\n- Thanks [DigitalOcean](https://www.digitalocean.com) for hosting home and demo sites.\n- Thanks [KeyCDN](https://www.keycdn.com/) for providing CDN service.\n\n## Contributors\n\n- Ex-team members [@lunny](https://github.com/lunny), [@fuxiaohei](https://github.com/fuxiaohei) and [@slene](https://github.com/slene).\n- See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.\n- See [TRANSLATORS](conf/locale/TRANSLATORS) for public list of translators.\n\n## License\n\nThis project is under the MIT License. See the [LICENSE](https://github.com/gogits/gogs/blob/master/LICENSE) file for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellpossible%2Fgogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkellpossible%2Fgogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellpossible%2Fgogs/lists"}