Update upstream Gitea refs.
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
# FORGE_GITEA_USERNAME. `.env` is gitignored.
|
# FORGE_GITEA_USERNAME. `.env` is gitignored.
|
||||||
|
|
||||||
# --- Gitea -----------------------------------------------------------
|
# --- Gitea -----------------------------------------------------------
|
||||||
FORGE_GITEA_URL="https://gitea.cvgitea.ddns.net:6006"
|
FORGE_GITEA_URL="https://gitea.cvgitea.ddns.net"
|
||||||
FORGE_GITEA_ORG="codevalet"
|
FORGE_GITEA_ORG="codevalet"
|
||||||
FORGE_GITEA_USERNAME=""
|
FORGE_GITEA_USERNAME=""
|
||||||
|
|
||||||
# --- Orchestrator ----------------------------------------------------
|
# --- Orchestrator ----------------------------------------------------
|
||||||
FORGE_ORCHESTRATOR_REPO_URL="https://gitea.cvgitea.ddns.net:6006/codevalet/forge-stack-orchestrator.git"
|
FORGE_ORCHESTRATOR_REPO_URL="https://gitea.cvgitea.ddns.net/codevalet/forge-stack-orchestrator.git"
|
||||||
# Leave empty for the repo's default branch.
|
# Leave empty for the repo's default branch.
|
||||||
FORGE_ORCHESTRATOR_BRANCH=""
|
FORGE_ORCHESTRATOR_BRANCH=""
|
||||||
# "." clones into ./forge-stack-orchestrator (gitignored by this repo).
|
# "." clones into ./forge-stack-orchestrator (gitignored by this repo).
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ edit is `FORGE_GITEA_USERNAME`. Defaults:
|
|||||||
|
|
||||||
| Variable | Default | Change when |
|
| Variable | Default | Change when |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| `FORGE_GITEA_URL` | `https://gitea.cvgitea.ddns.net:6006` | different Gitea instance |
|
| `FORGE_GITEA_URL` | `https://gitea.cvgitea.ddns.net` | different Gitea instance |
|
||||||
| `FORGE_GITEA_ORG` | `codevalet` | fork or sibling org |
|
| `FORGE_GITEA_ORG` | `codevalet` | fork or sibling org |
|
||||||
| `FORGE_ORCHESTRATOR_REPO_URL` | `.../codevalet/forge-stack-orchestrator.git` | different fork |
|
| `FORGE_ORCHESTRATOR_REPO_URL` | `.../codevalet/forge-stack-orchestrator.git` | different fork |
|
||||||
| `FORGE_ORCHESTRATOR_BRANCH` | *(empty: default branch)* | branch pin |
|
| `FORGE_ORCHESTRATOR_BRANCH` | *(empty: default branch)* | branch pin |
|
||||||
|
|||||||
Reference in New Issue
Block a user