...ted git service. vision this project aims to build a simple, stable and extensible self-hosted git service that can be setup in the most painless way. with go, this can be done with an independent binary distribution across all pl...
.../dev.mysql.com: version >= 5.7postgresql http://www.postgresql.org/tidb https://github.com/pingcap/tidb (experimental, connect via the mysql protocol)or nothing with sqlite3git http://git-scm.com/ (bash): version >= 1.8.3 for bot...
...leshooting installation error: ../gosrc/src/github.com/gogs/gogs/cmd/cert.go:79: undefined: elliptic.p224causes: golang package in rhel/centos does not support elliptic curve cryptography (because it's patented) and it's specifica...
...ollowing server section inside the http section of nginx.conf and reload the configuration: ``` server { listen 80; server_name git.crystalnetwork.us; location / { proxy_pass http://localhost:3000; } } ``` how do i se...
...r initial configuration (e.g. http://localhost:3000/install). to go further, see configuration and run. downloads below are links to downloads for the latest releases. older downloads can be found at releases https://github.com/go...
... official documentation https://golang.org/doc/install for how to install go in your system. set up the environment we are going to create a new user called git and set up everything under that user: sh sudo adduser --disabled-log...
... own risk. packager.io currently enabled for ubuntu 14.04, 16.04, and 18.04, centos 6 and 7, and debian 8, 9, and 10.current packages available from packager.io https://packager.io/gh/gogs/gogs (the custom config for packager.io i...
...nd directory permissions. just keep in mind the paths to which gogs requires write access, which includes the gogs repository root. the following changes are made in c:\gogs\custom\conf\app.ini: run_user = computername$ sets gog...
...configuration and run configuration default configuration the default configuration is saved in conf/app.ini, you do not need to edit it at all. since v0.6.0, this file is embedded into the binary. custom configuration so how do y...
...irst! find the location where the current installation is: ```bash on a default environment this is generally in the git home folder $ sudo su - git $ cd ~ $ pwd /home/git $ ls gogs gogs-repositories ``` move or rename the existin...
...o gogs other operations: test installationbuild with tags...
...ng a customized version under custom/templates/ directory. your version of html templates will survive code updates, but you may want to keep tabs on them in case functionality changes. be careful when overriding html templates as...
...y support three versions of formats: gogs, slack, and discord. event information the following shows an example of event information that will be sent by gogs to the payload url: x-gogs-delivery: f6266f16-1bf3-46a5-9ea4-602e06ead...
...authentication gogs supports authentication by various external sources. currently supported are: ldap, smtp, pam, and github. sources can be configured in admin panel - authentication sources, or (starting from 0.11.45.0412) us...
...tantly. enable additional languages in custom/conf/app.ini (all are enabled by default): ini [i18n] langs = en-us,zh-cn,zh-hk,de-de,fr-fr,nl-nl,lv-lv,ru-ru,ja-jp,es-es,pt-br,pl-pl,bg-bg,it-it names = english,简体中文,繁體中文,deutsch,fran...