From 4eef65f1b75e55e72959c7fceda9c3f33a7d9a4b Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:50:01 -0600 Subject: [PATCH] fix(git): update Gitea provider instructions and improve Git providers display - Enhanced the Gitea provider setup instructions by specifying the navigation path for creating a new OAuth2 application. - Added a blank line for better readability in the Git providers display component. --- .../dashboard/settings/git/gitea/add-gitea-provider.tsx | 9 ++++----- .../dashboard/settings/git/show-git-providers.tsx | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/git/gitea/add-gitea-provider.tsx b/apps/dokploy/components/dashboard/settings/git/gitea/add-gitea-provider.tsx index caa8f277..459afb7d 100644 --- a/apps/dokploy/components/dashboard/settings/git/gitea/add-gitea-provider.tsx +++ b/apps/dokploy/components/dashboard/settings/git/gitea/add-gitea-provider.tsx @@ -139,7 +139,10 @@ export const AddGiteaProvider = () => { -
  • Navigate to Applications
  • +
  • + Navigate to Applications {"->"} Create new OAuth2 + Application +
  • Create a new application with the following details:
  • diff --git a/apps/dokploy/components/dashboard/settings/git/show-git-providers.tsx b/apps/dokploy/components/dashboard/settings/git/show-git-providers.tsx index d11504f1..d3011102 100644 --- a/apps/dokploy/components/dashboard/settings/git/show-git-providers.tsx +++ b/apps/dokploy/components/dashboard/settings/git/show-git-providers.tsx @@ -207,6 +207,7 @@ export const ShowGitProviders = () => { )} + {isGithub && haveGithubRequirements && (