Notes of Using Gogs


Gogs 使用方法

服务启动方式

设置

gogs/script/init/debian/gogs 复制到/etc/init.d/gogs

为保证http方式下文件推送大小权限,需要调整http服务器设置:

参考来源

Solution for nginx

Just load your nginx.conf and add:

client_max_body_size 1024m;

(changing the value to your needs) in the http block.

Reload nginx to accept the new config by executing sudo service nginx reload and try again to push your commit over http.

Solution for Apache

In your httpd.conf add:

LimitRequestBody 52428800

(changing the value to your needs ) inside a block. Doing this you can limit the request of the whole server filesystem, just a single Virtual Host or a directory.

使用

sudo /etc/init.d/gogs restart|stop|start

权限设置

组织(Organization)

  • http://git.drwater.net创建organization,如:ORGAN1
  • 如有必要,在系统中创建group: ORGAN1
  • $GOGS_HOME文件夹下执行:
sudo chmod -R 2770  ORGAN1
sudo chown -R git:[ORGAN1]  ORGAN1

用户

  • http://git.drwater.net创建个人仓库,如:PROJ1
  • 如有必要,在系统中创建用户: USERNAME
  • $GOGS_HOME/$USERNAME文件夹下执行:
sudo chmod -R 2770  ORGAN1
sudo chown -R git:[USERNAME]  PROJ1
苏命
苏命
副研究员

我的研究方向:水源地水质安全保障,主要针对水源地由于藻类爆发引起的水体嗅味问题开展研究。