Update Gitea URL to public internet address
This commit is contained in:
@@ -370,7 +370,7 @@ TZ=America/Chicago
|
|||||||
|
|
||||||
## Source Code
|
## Source Code
|
||||||
|
|
||||||
- **Gitea**: http://10.0.0.61:3000/SpeedyFoxAi/vera-ai-v2
|
- **Gitea**: https://speedyfox.app/SpeedyFoxAi/vera-ai-v2
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
[](https://hub.docker.com/r/vera-ai/latest)
|
[](https://hub.docker.com/r/vera-ai/latest)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](http://10.0.0.61:3000/SpeedyFoxAi/vera-ai-v2)
|
[](https://speedyfox.app/SpeedyFoxAi/vera-ai-v2)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -351,7 +351,7 @@ Use the provided context to give informed, personalized responses.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1. Clone
|
# 1. Clone
|
||||||
git clone http://10.0.0.61:3000/SpeedyFoxAi/vera-ai-v2.git
|
git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git
|
||||||
cd vera-ai-v2
|
cd vera-ai-v2
|
||||||
|
|
||||||
# 2. Configure
|
# 2. Configure
|
||||||
@@ -383,7 +383,7 @@ curl http://localhost:11434/
|
|||||||
### Step 1: Clone Repository
|
### Step 1: Clone Repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone http://10.0.0.61:3000/SpeedyFoxAi/vera-ai-v2.git
|
git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git
|
||||||
cd vera-ai-v2
|
cd vera-ai-v2
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -644,7 +644,7 @@ sudo lsof -i :11434
|
|||||||
### Build from Source
|
### Build from Source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone http://10.0.0.61:3000/SpeedyFoxAi/vera-ai-v2.git
|
git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git
|
||||||
cd vera-ai-v2
|
cd vera-ai-v2
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
docker compose build
|
docker compose build
|
||||||
@@ -677,8 +677,8 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|||||||
|
|
||||||
| Resource | Link |
|
| Resource | Link |
|
||||||
|----------|------|
|
|----------|------|
|
||||||
| **Repository** | http://10.0.0.61:3000/SpeedyFoxAi/vera-ai-v2 |
|
| **Repository** | https://speedyfox.app/SpeedyFoxAi/vera-ai-v2 |
|
||||||
| **Issues** | http://10.0.0.61:3000/SpeedyFoxAi/vera-ai-v2/issues |
|
| **Issues** | https://speedyfox.app/SpeedyFoxAi/vera-ai-v2/issues |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user