Questions tagged [gogs]

Gogs is a self-hosted git service written in go.

The goal of the Gogs project is to make the easiest, fastest and most painless way to set up a self-hosted Git service. With Go, this can be done in independent binary distribution across ALL platforms that Go supports, including Linux, Mac OS X, and Windows.

Features:

  1. Activity timeline
  2. SSH and HTTP/HTTPS protocols
  3. SMTP/LDAP/Reverse proxy authentication
  4. Reverse proxy with sub-path
  5. Account/Organization/Repository management
  6. Add/Remove repository collaborators
  7. Repository/Organization webhooks (including Slack and Discord)
  8. Repository Git hooks/deploy keys
  9. Repository issues, pull requests, wiki and protected branches
  10. Migrate and mirror repository and its wiki
  11. Web editor for repository files and wiki
  12. Jupyter Notebook
  13. Two-factor authentication
  14. Gravatar and Federated avatar with custom source
  15. Mail service
  16. Administration panel
  17. Supports MySQL, PostgreSQL, SQLite3, MSSQL and TiDB (via MySQL protocol)
  18. Multi-language support (25 languages)
107 questions
-2
votes
2 answers

go get for server with no internet access

Our server can not connect to the Internet because of security lock down. To be able to use GO with 3rd party modules, I see that we have to options 1) Our laptops can connect to the internet. Is it possible to "go get github...." on the laptop and…
PrestonDocks
  • 3,706
  • 8
  • 33
  • 59
-4
votes
2 answers

Getting packages for GO language

The below command is taking ages with no output or anything, is there an alternative way to download packages for go language.? I am new to golang. go get -u github.com/gogits/gogs/ PS: my net connection is not that slow, downloading through git…
Ryu_hayabusa
  • 3,238
  • 1
  • 26
  • 31
1 2 3 4 5 6 7
8