mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-13 14:37:55 +03:00
Add optional external Gitea URL for UI links
This commit is contained in:
@@ -35,6 +35,7 @@ export const githubConfigSchema = z.object({
|
||||
|
||||
export const giteaConfigSchema = z.object({
|
||||
url: z.url(),
|
||||
externalUrl: z.url().optional(),
|
||||
token: z.string(),
|
||||
defaultOwner: z.string(),
|
||||
organization: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user