From 1f40e55dc8f59bcdeb5bb0dfc74f84b6407d495c Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Sun, 3 Dec 2023 22:20:22 +0100 Subject: [PATCH] WIP --- infrastructure/README.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/README.adoc b/infrastructure/README.adoc index 699b208..e398ec7 100644 --- a/infrastructure/README.adoc +++ b/infrastructure/README.adoc @@ -9,9 +9,9 @@ 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[] | -| woodpecker | https://ci.192-168-1-151.nip.io[] | -| Traefik Dashboard | http://traefik.192-168-1-151.nip.io[] | +| git | https://git.demo.rattermeyer.de.nip.io[] | +| woodpecker | https://ci.demo.rattermeyer.de.nip.io[] | +| Traefik Dashboard | http://traefik.demorattermeyer.de.nip.io[] | | |=== @@ -21,11 +21,11 @@ First start forgejo using: And then register an (admin) user in forgejo. -E.g., fjadmin / admin123 / fjadmin@192-168-1-151.nip.io +E.g., fjadmin / admin123 / fjadmin@rattermeyer.de Setup > Applications > oauth2 apps -woodpecker / https://ci.192-168-1-151.nip.io/authorize +woodpecker / https://ci.demo.rattermeyer.de.nip.io/authorize note client-id and client-secret and enter this in .env for. @@ -43,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 and try to login. +Access https://ci.demo.rattermeyer.de.nip.io and try to login. == Create and push a repository @@ -56,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.demo.rattermeyer.de.nip.io:8543/fjadmin/ci-demo-2.git and push it