From 1965fa30f476b5ec503b60186fcdf4134e208092 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 30 Oct 2022 11:17:04 +0700 Subject: [PATCH] docs: add instructions for modifying the sandbox --- docs/installation/sandbox.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/installation/sandbox.md b/docs/installation/sandbox.md index f6105e44..7359f765 100644 --- a/docs/installation/sandbox.md +++ b/docs/installation/sandbox.md @@ -56,6 +56,17 @@ The homepage should be available at (ignore the See [admin credentials](../post-installation/#admin-credentials) for default passwords. +If you want to make some changes, simply commit to the local `dev` branch and push it to Gitea in the sandbox: + +```sh +git remote add sandbox https://git.127-0-0-1.nip.io/ops/homelab +git config http.https://git.127-0-0-1.nip.io.sslVerify false + +git add foobar.txt +git commit -m "feat: harness the power of the sun" +git push sandbox # you can use the gitea_admin account +``` + ## Clean up Delete the cluster: