From ec513075194c2a30e3286fbb7259a4ac94631139 Mon Sep 17 00:00:00 2001 From: Rubicon Date: Wed, 6 Mar 2024 06:25:12 +0000 Subject: [PATCH] update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22517a5..875dbdc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# README +# Welcome to StandCoded +StandCoded is a code-hosting powered by [Forgejo](https://forgejo.org). This document states the setup of the site. + +## Actions + +For the usage please refer to [Forgejo Documentation for Actions](https://forgejo.org/docs/latest/user/actions/). If "Actions" page does not show up on your repository page, go to "Settings" for your repository, scroll down and check the "Enable Actions" option in the "Advanced Settings". + +The default action url is already set to [code.forgejo.org](https://code.forgejo.org). That means the action on `code.forgejo.org` will be picked even if a same repository exists on our site. Like `uses: action@checkout@v1` will pick the one at `code.forgejo.org/actions/checkout`, even if `code.lightstands.xyz/actions/checkout` were also existing. + +| Runner | Architechture | Setup | Labels | Driver | +| ------ | ------------- | ----- | ------------- | ------ | +| default-us-phx-0 | aarch64 | 2 core with 20GB memory | `docker://node:16-bulleye` | Podman (rootless) | + +Global runners are set up with rootless podman for security reason. You can also add self-hosted runners for you account, orgranisation or repository.