diff --git a/plugins/gogs/ico.png b/plugins/gogs/ico.png
new file mode 100644
index 000000000..1468241a1
Binary files /dev/null and b/plugins/gogs/ico.png differ
diff --git a/plugins/gogs/index.html b/plugins/gogs/index.html
new file mode 100755
index 000000000..cb71e7fd2
--- /dev/null
+++ b/plugins/gogs/index.html
@@ -0,0 +1,53 @@
+
+
\ No newline at end of file
diff --git a/plugins/gogs/index.py b/plugins/gogs/index.py
new file mode 100755
index 000000000..172bebf74
--- /dev/null
+++ b/plugins/gogs/index.py
@@ -0,0 +1,8 @@
+# coding: utf-8
+
+
+import time
+import os
+import sys
+sys.path.append("/usr/local/lib/python2.7/site-packages")
+import psutil
diff --git a/plugins/gogs/info.json b/plugins/gogs/info.json
new file mode 100755
index 000000000..efc0c289e
--- /dev/null
+++ b/plugins/gogs/info.json
@@ -0,0 +1,16 @@
+{
+ "ps": "Gogs是一款极易搭建的自助Git服务",
+ "name": "gogs",
+ "title": "Gogs",
+ "versions": "0.1",
+ "updates":"0.1",
+ "tip": "soft",
+ "checks": "server/gogs",
+ "author": "midoks",
+ "date": "201-04-01",
+ "home": "https://gogs.io",
+ "type": "git服务器",
+ "shell": "install.sh",
+ "pid": "3",
+ "sort": 7
+}
\ No newline at end of file