File tree 7 files changed +10
-16
lines changed
7 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,12 @@ build/1panel
22
22
* .iml
23
23
* .ipr
24
24
25
-
26
25
# Test binary, built with `go test -c`
27
26
* .test
28
27
29
28
# Output of the go coverage tool, specifically when used with LiteIDE
30
29
* .out
31
30
32
-
33
31
# Dependency directories
34
32
/pkg /
35
33
backend /__debug_bin
@@ -42,7 +40,6 @@ frontend/components.d.ts
42
40
frontend /src /xpack
43
41
backend /xpack
44
42
* _xpack.go
45
-
46
43
.history /
47
44
dist /
48
45
1pctl
Original file line number Diff line number Diff line change 6
6
hooks :
7
7
# - export NODE_OPTIONS="--max-old-space-size=8192"
8
8
# - make build_web
9
- - chmod +x ./script.sh
10
- - ./script.sh
9
+ - chmod +x ./ci/ script.sh
10
+ - ./ci/ script.sh
11
11
- sed -i 's@ORIGINAL_VERSION=.*@ORIGINAL_VERSION=v{{ .Version }}@g' 1pctl
12
12
- go mod tidy
13
13
@@ -42,6 +42,7 @@ archives:
42
42
- install.sh
43
43
- README.md
44
44
- LICENSE
45
+ - GeoIP.mmdb
45
46
46
47
checksum :
47
48
name_template : ' checksums.txt'
Original file line number Diff line number Diff line change @@ -125,4 +125,4 @@ enforcement ladder](https://github.com/mozilla/diversity).
125
125
126
126
For answers to common questions about this code of conduct, see the FAQ at
127
127
https://www.contributor-covenant.org/faq . Translations are available at
128
- https://www.contributor-covenant.org/translations.
128
+ https://www.contributor-covenant.org/translations .
Original file line number Diff line number Diff line change 2
2
GOBUILD =$(GOCMD ) build
3
3
GOCLEAN =$(GOCMD ) clean
4
4
GOARCH =$(shell go env GOARCH)
5
- GOOS =$(shell go env GOOS )
5
+ GOOS =$(shell go env GOOS)
6
6
7
7
BASE_PAH := $(shell pwd)
8
8
BUILD_PATH = $(BASE_PAH ) /build
Original file line number Diff line number Diff line change 1
- # 安全说明
2
-
3
- 如果您发现安全问题,请直接联系我们:
4
-
5
-
6
-
7
- 感谢您的支持!
8
-
9
1
# Security Policy
10
2
11
3
All security bugs should be reported to the contact as below:
Original file line number Diff line number Diff line change @@ -17,4 +17,8 @@ if [ ! -f "install.sh" ]; then
17
17
wget https://github.com/1Panel-dev/installer/raw/main/install.sh
18
18
fi
19
19
20
- chmod 755 1pctl install.sh
20
+ if [ ! -f " GeoIP.mmdb" ]; then
21
+ wget https://resource.1panel.hk/geo/GeoIP.mmdb
22
+ fi
23
+
24
+ chmod 755 1pctl install.sh
You can’t perform that action at this time.
0 commit comments