Skip to content

Commit ac9c64e

Browse files
authored
Merge branch 'main' into bugfix/issue-23809
2 parents af11b19 + 950c93a commit ac9c64e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+683
-344
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ generate-go: $(TAGS_PREREQ)
747747

748748
.PHONY: security-check
749749
security-check:
750-
go run $(GOVULNCHECK_PACKAGE) -v ./...
750+
go run $(GOVULNCHECK_PACKAGE) ./...
751751

752752
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
753753
CGO_CFLAGS="$(CGO_CFLAGS)" $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@

docs/content/doc/administration/backup-and-restore.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2017-01-01T16:00:00+02:00"
3-
title: "Usage: Backup and Restore"
3+
title: "Backup and Restore"
44
slug: "backup-and-restore"
55
weight: 11
66
toc: false

docs/content/doc/administration/command-line.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2017-01-01T16:00:00+02:00"
3-
title: "Usage: Command Line"
3+
title: "Gitea Command Line"
44
slug: "command-line"
55
weight: 1
66
toc: false

docs/content/doc/administration/email-setup.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2019-10-15T10:10:00+05:00"
3-
title: "Usage: Email setup"
3+
title: "Email setup"
44
slug: "email-setup"
55
weight: 12
66
toc: false

docs/content/doc/administration/fail2ban-setup.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2018-05-11T11:00:00+02:00"
3-
title: "Usage: Setup fail2ban"
3+
title: "Fail2ban Setup "
44
slug: "fail2ban-setup"
55
weight: 16
66
toc: false

docs/content/doc/administration/fail2ban-setup.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2022-08-01T00:00:00+00:00"
3-
title: "使用: 设置 Fail2ban"
3+
title: "设置 Fail2ban"
44
slug: "fail2ban-setup"
55
weight: 16
66
toc: false

docs/content/doc/administration/git-lfs-support.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2019-10-06T08:00:00+05:00"
3-
title: "Usage: Git LFS setup"
3+
title: "Git LFS setup"
44
slug: "git-lfs-setup"
55
weight: 12
66
toc: false

docs/content/doc/administration/https-support.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2018-06-02T11:00:00+02:00"
3-
title: "Usage: HTTPS setup"
3+
title: "HTTPS setup"
44
slug: "https-setup"
55
weight: 12
66
toc: false

docs/content/doc/administration/logging-documentation.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2019-04-02T17:06:00+01:00"
3-
title: "Advanced: Logging Configuration"
3+
title: "Logging Configuration"
44
slug: "logging-configuration"
55
weight: 40
66
toc: false

docs/content/doc/administration/reverse-proxies.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2018-05-22T11:00:00+00:00"
3-
title: "Usage: Reverse Proxies"
3+
title: "Reverse Proxies"
44
slug: "reverse-proxies"
55
weight: 16
66
toc: false

0 commit comments

Comments
 (0)