mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-19 20:48:52 +00:00
fix admin url for 1.23.0 (#164)
I am running the release candidate and found the admin URL changed. https://github.com/go-gitea/gitea/pull/32189 Reviewed-on: https://gitea.com/gitea/docs/pulls/164 Reviewed-by: techknowlogick <[email protected]> Co-authored-by: Brandon Philips <[email protected]> Co-committed-by: Brandon Philips <[email protected]>
This commit is contained in:
committed by
techknowlogick
parent
e5057c6a83
commit
59ef598b49
+1
-1
@@ -39,7 +39,7 @@ And you will be asked to input:
|
||||
|
||||
1. Gitea instance URL, like `http://192.168.8.8:3000/`. You should use your gitea instance ROOT_URL as the instance argument
|
||||
and you should not use `localhost` or `127.0.0.1` as instance IP;
|
||||
2. Runner token, you can get it from `http://192.168.8.8:3000/admin/actions/runners`;
|
||||
2. Runner token, you can get it from `http://192.168.8.8:3000/-/admin/actions/runners`;
|
||||
3. Runner name, you can just leave it blank;
|
||||
4. Runner labels, you can just leave it blank.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user