From adb82a869e36b528f03b32b9c9877fa0ca29044c Mon Sep 17 00:00:00 2001 From: Manabu McCloskey Date: Fri, 14 Jun 2024 15:00:24 -0700 Subject: [PATCH] update readme Signed-off-by: Manabu McCloskey --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ac4d2a..7bdfde2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# CNOE [Backstage](https://backstage.io) +# CNOE Backstge -This repository contains code for the Backstage images used by the CNOE stacks. +This repository contains code for the [Backstage](https://backstage.io) images used by the CNOE stacks. ## Container Images @@ -98,6 +98,23 @@ Data: username : admin ``` +#### Update Gitea Credentials + +Gitea admin passwords are generated on each fresh installation as well. To obtain your password, run: `./idpbuilder get secrets -p argocd`. +Then update [this line](https://github.com/cnoe-io/backstage-app/blob/9ee3514e51c1a354b7fe85a90117faf8328bfa0b/app-config.yaml#L40) and [this line](https://github.com/cnoe-io/backstage-app/blob/9ee3514e51c1a354b7fe85a90117faf8328bfa0b/app-config.yaml#L44). + +For example: + +```bash +$ ./idpbuilder get secrets -p gitea + +--------------------------- +Name: gitea-credential +Namespace: gitea +Data: + password : abc + username : giteaAdmin +```` ### Start Backstage processes