From 9e272bfea37b82b7d16cae8df2d4839c34b9fe71 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 24 Apr 2025 11:33:25 -0700 Subject: [PATCH] Update gitea web admin docs We block port 3000 now so need to use 3081 on specific backends. Also gitea changed the admin dashboard url from /admin to /-/admin. Make these updates in the docs to avoid future confusion. Change-Id: I27f0c781f0127bae5dc5cc43851b00bf638f82ca --- doc/source/gitea.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/gitea.rst b/doc/source/gitea.rst index 6e471d5911..7920a63a23 100644 --- a/doc/source/gitea.rst +++ b/doc/source/gitea.rst @@ -118,9 +118,9 @@ git repos. At this point in the deployment we have recovered the DB contents so Gitea knows there are missing repos and will happily create empty replacements if we ask it to. -Login to Gitea as ``root`` via ``https://giteaXY.opendev.org:3000/user/login``. +Login to Gitea as ``root`` via ``https://giteaXY.opendev.org:3081/user/login``. The credentials can be found in hiera's group vars for the gitea group. -Navigate to ``https://giteaXY.opendev.org:3000/admin`` and click the run +Navigate to ``https://giteaXY.opendev.org:3081/-/admin`` and click the run button for ``Reinitialize all missing Git repositories for which records exist``. Replicate Git Repo Content from Gerrit