forked from forgejo/forgejo
Merge remote-tracking branch 'forgejo/forgejo-branding' into forgejo
This commit is contained in:
commit
bf022834f9
78 changed files with 993 additions and 229 deletions
|
@ -153,6 +153,9 @@ func SetCustomPathAndConf(providedCustom, providedConf, providedWorkPath string)
|
|||
if giteaCustom, ok := os.LookupEnv("GITEA_CUSTOM"); ok {
|
||||
CustomPath = giteaCustom
|
||||
}
|
||||
if forgejoCustom, ok := os.LookupEnv("FORGEJO_CUSTOM"); ok {
|
||||
CustomPath = forgejoCustom
|
||||
}
|
||||
if len(providedCustom) != 0 {
|
||||
CustomPath = providedCustom
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue