mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-03-25 18:54:53 +00:00
gerrit: use Forgejo for viewing repo state
Already deployed. Change-Id: I3a82e99f22e66676d79baafac85e7263ca140014 Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1661 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
2281b5b618
commit
c68343caad
1 changed files with 13 additions and 0 deletions
|
@ -72,11 +72,24 @@ local kube = import "../../../kube/kube.libsonnet";
|
|||
canonicalWebUrl = https://%(domain)s/
|
||||
serverId = %(identity)s
|
||||
reportBugUrl = https://b.hackerspace.pl/new
|
||||
primaryWeblinkName = Forgejo
|
||||
|
||||
[commentlink "b"]
|
||||
match = [Bb]/(\\d+)
|
||||
link = https://b.hackerspace.pl/$1
|
||||
|
||||
[gitweb]
|
||||
url = https://git.hackerspace.pl/
|
||||
type = custom
|
||||
revision = hswaw/${project}/commit/${commit}
|
||||
project = hswaw/${project}
|
||||
branch = hswaw/${project}/src/branch/${branch}
|
||||
tag = hswaw/${project}/releases/tag/${tag}
|
||||
roottree = hswaw/${project}/src/commit/${commit}
|
||||
file = hswaw/${project}/src/commit/${hash}/${file}
|
||||
filehistory = hswaw/${project}/commits/branch/${branch}/${file}
|
||||
linkname = Forgejo
|
||||
|
||||
[sshd]
|
||||
advertisedAddress = %(domain)s
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue