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
This commit is contained in:
parent
5b664e9612
commit
9e272bfea3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user