WIP: updates
parent
83152ff458
commit
0556e1ece1
|
|
@ -9,9 +9,10 @@ Lets say it is `192.168.1.151` then the URLs for accessing the services are:
|
|||
|===
|
||||
|Service | URL | User / Pwd
|
||||
|
||||
| git | https://git.192.168.1.151.nip.io:8543[] |
|
||||
| woodpecker | https://ci.192.168.1.151.nip.io:8543[] |
|
||||
| Traefik Dashboard | http://traefik.192.168.1.151.nip.io:8181[] |
|
||||
| git | https://git.192-168-1-151.nip.io[] |
|
||||
| woodpecker | https://ci.192-168-1-151.nip.io[] |
|
||||
| Traefik Dashboard | http://traefik.192-168-1-151.nip.io[] |
|
||||
|
|
||||
|===
|
||||
|
||||
First start forgejo using:
|
||||
|
|
@ -20,11 +21,11 @@ First start forgejo using:
|
|||
|
||||
And then register an (admin) user in forgejo.
|
||||
|
||||
E.g., fjadmin / admin123 / fjadmin@localhost.de
|
||||
E.g., fjadmin / admin123 / fjadmin@192-168-1-151.nip.io
|
||||
|
||||
Setup > Applications > oauth2 apps
|
||||
|
||||
woodpecker / https://ci.192.168.1.151.nip.io:8543/authorize
|
||||
woodpecker / https://ci.192-168-1-151.nip.io/authorize
|
||||
|
||||
note client-id and client-secret and enter this in .env for.
|
||||
|
||||
|
|
@ -42,7 +43,7 @@ If the IP address of your computer changes, you have to update some configuratio
|
|||
|
||||
== Check access to woodpecker
|
||||
|
||||
Access https://ci.192.168.1.151.nip.io:8543 and try to login.
|
||||
Access https://ci.192-168-1-151.nip.io and try to login.
|
||||
|
||||
|
||||
== Create and push a repository
|
||||
|
|
@ -55,7 +56,7 @@ You need to disable ssl verification for this remote in your local git directory
|
|||
|
||||
Then add the repository
|
||||
|
||||
git remote add origin https://git.192.168.1.151.nip.io:8543/fjadmin/ci-demo-2.git
|
||||
git remote add origin https://git.192-168-1-151.nip.io:8543/fjadmin/ci-demo-2.git
|
||||
|
||||
and push it
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue