Update git remote URL from git.ourworld.tf to git.threefold.info

This commit is contained in:
despiegk 2025-06-15 16:21:06 +02:00
parent 94dcf11c2f
commit 9c9ce81c59
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ Before you begin, ensure you have the following installed:
## Step 1: Clone the Repository ## Step 1: Clone the Repository
```bash ```bash
git clone https://git.ourworld.tf/herocode/rweb_starterkit git clone https://git.threefold.info/herocode/rweb_starterkit
cd rweb_starterkit cd rweb_starterkit
``` ```

View File

@ -44,7 +44,7 @@ hostbasket/
<h2>Getting Started</h2> <h2>Getting Started</h2>
<p>To get started with Hostbasket, check out the <a target="_blank" <p>To get started with Hostbasket, check out the <a target="_blank"
href="https://git.ourworld.tf/herocode/rweb_starterkit">GitHub repository</a>.</p> href="https://git.threefold.info/herocode/rweb_starterkit">GitHub repository</a>.</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -6,5 +6,5 @@ cd "$(dirname "$0")"
export SECRET_KEY=1234 export SECRET_KEY=1234
export GITEA_CLIENT_ID="" export GITEA_CLIENT_ID=""
export GITEA_CLIENT_SECRET="" export GITEA_CLIENT_SECRET=""
export GITEA_INSTANCE_URL="https://git.ourworld.tf" export GITEA_INSTANCE_URL="https://git.threefold.info"
cargo run cargo run

View File

@ -5,6 +5,6 @@ cd "$(dirname "$0")"
export GITEA_CLIENT_ID="9f409b35-6258-4ac3-8370-05adc187c1f5" export GITEA_CLIENT_ID="9f409b35-6258-4ac3-8370-05adc187c1f5"
export GITEA_CLIENT_SECRET="gto_4s77ae33m5ernlf2423wx6wjyyqatqoe567rym7fcu3sqmu5azea" export GITEA_CLIENT_SECRET="gto_4s77ae33m5ernlf2423wx6wjyyqatqoe567rym7fcu3sqmu5azea"
export GITEA_INSTANCE_URL="https://git.ourworld.tf" export GITEA_INSTANCE_URL="https://git.threefold.info"
export APP_URL="http://localhost:9999" export APP_URL="http://localhost:9999"
cargo run cargo run