|
@@ -1,108 +1,34 @@
|
|
|
-
|
|
|
+# Huan-Gogs
|
|
|
|
|
|
-[](https://github.com/gogs/gogs/actions?query=branch%3Amain) [](https://discord.gg/9aqdHU7) [](https://sourcegraph.com/github.com/gogs/gogs)
|
|
|
+[Gogs](https://gogs.io)(`/gɑgz/`)是一款极易搭建的自助 Git 服务。
|
|
|
|
|
|
-[简体中文](README_ZH.md)
|
|
|
+[Huan-Gogs](https://github.com/SongZihuan/HuanGogs) 是根据 Gogs 按需改进而来。
|
|
|
|
|
|
-## 🔮 Vision
|
|
|
+例如增加了功能:
|
|
|
|
|
|
-The Gogs (`/gɑgz/`) project aims to build a simple, stable and extensible self-hosted Git service that can be set up in the most painless way. With Go, this can be done with an independent binary distribution across all platforms that Go supports, including Linux, macOS, Windows and ARM-based systems.
|
|
|
+- 公共邮件和主邮件分开。
|
|
|
+- 优化邮件服务TLS握手过程。
|
|
|
+- 更新用户权限、登录逻辑判断。
|
|
|
+- 更新用户仓库创建逻辑(例如可以开启允许管理员无限制创建,而一般注册用户只能查看)。
|
|
|
+- 允许限制用户探索其他用户的逻辑(Explore 发现页面 可以对一般用户不展示其他用户)。
|
|
|
+- 修复了一些Bug。
|
|
|
|
|
|
-## 📡 Overview
|
|
|
+## 关于 Gogs
|
|
|
|
|
|
-- Please visit [our home page](https://gogs.io) for user documentation.
|
|
|
-- Please refer to [CHANGELOG.md](CHANGELOG.md) for list of changes in each releases.
|
|
|
-- Want to try it before doing anything else? Do it [online](https://try.gogs.io/gogs/gogs)!
|
|
|
-- Having trouble? Help yourself with [troubleshooting](https://gogs.io/docs/intro/troubleshooting.html) or ask questions in [Discussions](https://github.com/gogs/gogs/discussions).
|
|
|
-- Want to help with localization? Check out the [localization documentation](https://gogs.io/docs/features/i18n.html).
|
|
|
-- Ready to get hands dirty? Read our [contributing guide](.github/CONTRIBUTING.md).
|
|
|
-- Hmm... What about APIs? We have experimental support with [documentation](https://github.com/gogs/docs-api).
|
|
|
+可以访问 Gogs 的官网获得更多介绍:[gogs.io](https://gogs.io/)。
|
|
|
|
|
|
-## 💌 Features
|
|
|
+也可以访问其 Github 仓库获取更多介绍:[github.com/gogs/gogs](https://github.com/gogs/gogs)。
|
|
|
|
|
|
-- User dashboard, user profile and activity timeline.
|
|
|
-- Access repositories via SSH, HTTP and HTTPS protocols.
|
|
|
-- User, organization and repository management.
|
|
|
-- Repository and organization webhooks, including Slack, Discord and Dingtalk.
|
|
|
-- Repository Git hooks, deploy keys and Git LFS.
|
|
|
-- Repository issues, pull requests, wiki, protected branches and collaboration.
|
|
|
-- Migrate and mirror repositories with wiki from other code hosts.
|
|
|
-- Web editor for quick editing repository files and wiki.
|
|
|
-- Jupyter Notebook and PDF rendering.
|
|
|
-- Authentication via SMTP, LDAP, reverse proxy, GitHub.com and GitHub Enterprise with 2FA.
|
|
|
-- Customize HTML templates, static files and many others.
|
|
|
-- Rich database backend support, including PostgreSQL, MySQL, SQLite3 or any database backend that speaks one of those protocols.
|
|
|
-- Have localization over [31 languages](https://crowdin.com/project/gogs).
|
|
|
+## 使用文档
|
|
|
|
|
|
-## 💾 Hardware requirements
|
|
|
+文档请查看此处:[点击前往](./docs/README.md)。
|
|
|
|
|
|
-- A Raspberry Pi or $5 Digital Ocean Droplet is more than enough to get you started. Some even use 64MB RAM Docker [CaaS](https://www.docker.com/blog/containers-as-a-service-caas/).
|
|
|
-- 2 CPU cores and 512MB RAM would be the baseline for teamwork.
|
|
|
-- Increase CPU cores when your team size gets significantly larger, memory footprint remains low.
|
|
|
+## 授权许可
|
|
|
|
|
|
-## 💻 Browser support
|
|
|
+Gogs 项目采用 MIT 开源授权许可证,完整的授权说明已放置在 [LICENSE.gogs](/LICENSE.gogs) 文件中。
|
|
|
|
|
|
-- Please see [Semantic UI](https://github.com/Semantic-Org/Semantic-UI#browser-support) for specific versions of supported browsers.
|
|
|
-- The smallest resolution officially supported is **1024*768**, however the UI may still look right in smaller resolutions, but no promises or fixes.
|
|
|
+## 协议
|
|
|
|
|
|
-## 📜 Installation
|
|
|
+本项目基于 [MIT LICENSE](/LICENSE) 发布。
|
|
|
+了解更多关于 MIT LICENSE , 请 [点击此处](https://mit-license.song-zh.com) 。
|
|
|
|
|
|
-Make sure you install the [prerequisites](https://gogs.io/docs/installation) first.
|
|
|
-
|
|
|
-There are 6 ways to install Gogs:
|
|
|
-
|
|
|
-- [Install from binary](https://gogs.io/docs/installation/install_from_binary.html)
|
|
|
-- [Install from source](https://gogs.io/docs/installation/install_from_source.html)
|
|
|
-- [Install from packages](https://gogs.io/docs/installation/install_from_packages.html)
|
|
|
-- [Ship with Docker](https://github.com/gogs/gogs/tree/main/docker)
|
|
|
-- [Try with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
|
|
|
-
|
|
|
-### Deploy to cloud
|
|
|
-
|
|
|
-- [Cloudron](https://www.cloudron.io/store/io.gogs.cloudronapp.html)
|
|
|
-- [YunoHost](https://github.com/YunoHost-Apps/gogs_ynh)
|
|
|
-- [alwaysdata](https://www.alwaysdata.com/en/marketplace/gogs/)
|
|
|
-
|
|
|
-### Tutorials
|
|
|
-
|
|
|
-- [Private Git Web Portal in Raspberry PI With Gogs](https://peppe8o.com/private-git-web-portal-in-raspberry-pi-with-gogs/)
|
|
|
-- [How To Set Up Gogs on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-gogs-on-ubuntu-14-04)
|
|
|
-- [Run your own GitHub-like service with the help of Docker](https://blog.hypriot.com/post/run-your-own-github-like-service-with-docker/)
|
|
|
-- [Dockerized Gogs git server and alpine postgres in 20 minutes or less](https://garthwaite.org/docker-gogs.html)
|
|
|
-- [Host Your Own Private GitHub with Gogs](https://eladnava.com/host-your-own-private-github-with-gogs-io/)
|
|
|
-- [使用 Gogs 搭建自己的 Git 服务器](https://blog.mynook.info/post/host-your-own-git-server-using-gogs/) (Chinese)
|
|
|
-- [阿里云上 Ubuntu 14.04 64 位安装 Gogs](https://my.oschina.net/luyao/blog/375654) (Chinese)
|
|
|
-- [Installing Gogs on FreeBSD](https://www.codejam.info/2015/03/installing-gogs-on-freebsd.html)
|
|
|
-- [How to install Gogs on a Linux Server (DigitalOcean)](https://www.youtube.com/watch?v=deSfX0gqefE)
|
|
|
-
|
|
|
-## 📦 Software, service and product support
|
|
|
-
|
|
|
-- [Jenkins](https://plugins.jenkins.io/gogs-webhook/) (CI)
|
|
|
-- [Puppet](https://forge.puppet.com/modules/Siteminds/gogs) (IT)
|
|
|
-- [Synology](https://www.synology.com) (Docker)
|
|
|
-- [Syncloud](https://syncloud.org/) (App Store)
|
|
|
-
|
|
|
-## 🙇♂️ Acknowledgments
|
|
|
-
|
|
|
-<p>This project is proudly supported by:</p>
|
|
|
-<p>
|
|
|
- <a href="https://www.digitalocean.com/">
|
|
|
- <img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" width="201px">
|
|
|
- </a>
|
|
|
-</p>
|
|
|
-
|
|
|
-Other acknowledgments:
|
|
|
-
|
|
|
-- Thanks [Egon Elbre](https://twitter.com/egonelbre) for designing the original version of the logo.
|
|
|
-- Thanks [Crowdin](https://crowdin.com/project/gogs) for sponsoring open source translation plan.
|
|
|
-- Thanks [MonoVM](https://monovm.com/linux-vps/) for sponsoring VPS services.
|
|
|
-- Thanks [Buildkite](https://buildkite.com) for sponsoring open source CI/CD plan.
|
|
|
-
|
|
|
-## 👋 Contributors
|
|
|
-
|
|
|
-- See [contributors page](https://github.com/gogs/gogs/graphs/contributors) for top 100 contributors.
|
|
|
-- See [TRANSLATORS](conf/locale/TRANSLATORS) for public list of translators.
|
|
|
-
|
|
|
-## ⚖️ License
|
|
|
-
|
|
|
-This project is under the MIT License. See the [LICENSE](https://github.com/gogs/gogs/blob/main/LICENSE) file for the full license text.
|