Skip to content

Commit b956f67

Browse files
committed
first version
0 parents  commit b956f67

38 files changed

+367
-0
lines changed

.gitignore

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
1_create_package/gogs/*
2+
!1_create_package/gogs/put_gogs_binary_here
3+
4+
gogs.spk
5+
gogs*.zip
6+
gogs*.tar.gz
7+
8+
9+
#### joe made this: http://goel.io/joe
10+
#### OSX ####
11+
.DS_Store
12+
.AppleDouble
13+
.LSOverride
14+
15+
# Icon must end with two \r
16+
Icon
17+
18+
# Thumbnails
19+
._*
20+
21+
# Files that might appear in the root of a volume
22+
.DocumentRevisions-V100
23+
.fseventsd
24+
.Spotlight-V100
25+
.TemporaryItems
26+
.Trashes
27+
.VolumeIcon.icns
28+
29+
# Directories potentially created on remote AFP share
30+
.AppleDB
31+
.AppleDesktop
32+
Network Trash Folder
33+
Temporary Items
34+
.apdisk
35+
#### vim ####
36+
# swap
37+
[._]*.s[a-w][a-z]
38+
[._]s[a-w][a-z]
39+
# session
40+
Session.vim
41+
# temporary
42+
.netrwhist
43+
*~
44+
# auto-generated tag files
45+
tags
46+

1_create_package/gogs/put_gogs_binary_here

Whitespace-only changes.

1_create_package/ui/config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
".url": {
3+
"com.gogits.gogs": {
4+
"type": "url",
5+
"allUsers": true,
6+
"title": "Gogs",
7+
"desc": "Gogs (Go Git Service) is a painless self-hosted Git service",
8+
"icon": "gogs-{0}.png",
9+
"protocol": "http",
10+
"url": "/",
11+
"port": "3000",
12+
"grantPrivilege": "local"
13+
}
14+
}
15+
}

1_create_package/ui/gogs-120.png

12.3 KB
Loading

1_create_package/ui/gogs-16.png

1.33 KB
Loading

1_create_package/ui/gogs-24.png

2.02 KB
Loading

1_create_package/ui/gogs-256.png

32 KB
Loading

1_create_package/ui/gogs-32.png

2.87 KB
Loading

1_create_package/ui/gogs-48.png

4.35 KB
Loading

1_create_package/ui/gogs-64.png

6.19 KB
Loading

0 commit comments

Comments
 (0)