{"id":24503933,"url":"https://github.com/lukluk/codebaseid","last_synced_at":"2025-08-17T16:13:34.196Z","repository":{"id":149446918,"uuid":"129860889","full_name":"lukluk/codebaseid","owner":"lukluk","description":"Codebase Gogs Theme","archived":false,"fork":false,"pushed_at":"2018-04-17T18:37:13.000Z","size":7631,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T08:25:30.752Z","etag":null,"topics":["gogs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukluk.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":"2018-04-17T07:02:49.000Z","updated_at":"2018-04-17T18:37:14.000Z","dependencies_parsed_at":"2023-06-19T17:49:11.487Z","dependency_job_id":null,"html_url":"https://github.com/lukluk/codebaseid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukluk/codebaseid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukluk%2Fcodebaseid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukluk%2Fcodebaseid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukluk%2Fcodebaseid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukluk%2Fcodebaseid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukluk","download_url":"https://codeload.github.com/lukluk/codebaseid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukluk%2Fcodebaseid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269734150,"owners_count":24466554,"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-10T02:00:08.965Z","response_time":71,"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":["gogs"],"created_at":"2025-01-21T23:19:01.343Z","updated_at":"2025-08-10T14:05:54.628Z","avatar_url":"https://github.com/lukluk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gogs [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Build status](https://ci.appveyor.com/api/projects/status/b9uu5ejl933e2wlt/branch/master?svg=true)](https://ci.appveyor.com/project/Unknwon/gogs/branch/master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Discord](https://img.shields.io/discord/382595433060499458.svg)](https://discord.gg/9aqdHU7)\n=====================\n\n![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)\n\n##### Current tip version: [`.VERSION`](templates/.VERSION) (see [Releases](https://github.com/gogits/gogs/releases) for binary versions)\n\n| Web | UI  | Preview  |\n|:-------------:|:-------:|:-------:|\n|![Dashboard](https://gogs.io/img/screenshots/1.png)|![Repository](https://gogs.io/img/screenshots/2.png)|![Editor](https://gogs.io/img/screenshots/3.png)|\n|![Profile](https://gogs.io/img/screenshots/4.png)|![Diff](https://gogs.io/img/screenshots/5.png)|![Repository Settings](https://gogs.io/img/screenshots/6.png?ts=20170322)|\n|![Webhook](https://gogs.io/img/screenshots/7.png)|![Organization](https://gogs.io/img/screenshots/8.png)|![Admin Dashboard](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**, and the name you want to be credited as. 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](https://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](https://gogs.io/docs/intro) for common usages and change log.\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](https://gogs.io/docs/intro/troubleshooting.html) or [User Forum](https://discuss.gogs.io/).\n- Want to help with localization? Check out the [guide](https://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- Add/Remove repository collaborators\n- Repository/Organization webhooks (including Slack and Discord)\n- Repository Git hooks/deploy keys\n- Repository issues, pull requests, wiki and protected branches\n- Migrate and mirror repository and its wiki\n- Web editor for repository files and wiki\n- Jupyter Notebook\n- Two-factor authentication\n- Gravatar and Federated avatar with custom source\n- Mail service\n- Administration panel\n- Supports MySQL, PostgreSQL, SQLite3, MSSQL and [TiDB](https://github.com/pingcap/tidb) (via MySQL protocol)\n- Multi-language support ([28 languages](https://crowdin.com/project/gogs))\n\n## Hardware Requirements\n\n- A Raspberry Pi or $5 Digital Ocean Droplet is more than enough to get you started. Some even use 64MB RAM Docker [CaaS](https://blog.docker.com/2016/02/containers-as-a-service-caas/).\n- 2 CPU cores and 512MB RAM would be the baseline for teamwork.\n- Increase CPU cores when your team size gets significantly larger, memory footprint remains low.\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 smallest resolution officially supported is **1024*768**, however the UI may still look right in smaller resolutions, but no promises or fixes.\n\n## Installation\n\nMake sure you install the [prerequisites](https://gogs.io/docs/installation) first.\n\nThere are 5 ways to install Gogs:\n\n- [Install from binary](https://gogs.io/docs/installation/install_from_binary.html)\n- [Install from source](https://gogs.io/docs/installation/install_from_source.html)\n- [Install from packages](https://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- [Dockerized Gogs git server and alpine postgres in 20 minutes or less](http://garthwaite.org/docker-gogs.html)\n- [Host Your Own Private GitHub with Gogs](https://eladnava.com/host-your-own-private-github-with-gogs-io/)\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 using NGINX](http://www.listekconsulting.com/articles/cloudflare-full-ssl-with-gogs-go-git-service-using-nginx/)\n\n### Screencasts\n\n- [How to install Gogs on a Linux Server (DigitalOcean)](https://www.youtube.com/watch?v=deSfX0gqefE)\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- [Sandstorm](https://github.com/cem/gogs-sandstorm)\n- [sloppy.io](https://github.com/sloppyio/quickstarters/tree/master/gogs)\n- [YunoHost](https://github.com/YunoHost-Apps/gogs_ynh)\n- [DPlatform](https://github.com/j8r/DPlatform)\n\n## Software and Service Support\n\n- [Drone](https://github.com/drone/drone) (CI)\n- [Jenkins](https://wiki.jenkins-ci.org/display/JENKINS/Gogs+Webhook+Plugin) (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- [GitPitch](https://gitpitch.com/) (Markdown Presentations)\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- Thanks [Egon Elbre](https://twitter.com/egonelbre) for designing logo.\n- Thanks [Crowdin](https://crowdin.com/project/gogs) for sponsoring open source translation plan.\n- Thanks [DigitalOcean](https://www.digitalocean.com) for sponsoring VPS service.\n- Thanks [KeyCDN](https://www.keycdn.com/) for sponsoring CDN service.\n\n## Contributors\n\n- See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for top 100 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=======\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukluk%2Fcodebaseid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukluk%2Fcodebaseid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukluk%2Fcodebaseid/lists"}