Update README.md
This commit is contained in:
parent
73531ba48b
commit
7ae8aace25
|
|
@ -1,8 +1,8 @@
|
||||||
# Ollama + Cloudflare + Obsidian BMO Chatbot
|
# CMSC 319-001: Software Engineering Concepts Final Project - Steven McCaw
|
||||||
|
|
||||||
**Course:** Software Engineering Concepts — Final Project
|
- Ollama + Cloudflare + Obsidian BMO Chatbot
|
||||||
|
|
||||||
A self-hosted AI server running Ollama, tunneled through Cloudflare, and connected to Obsidian via the BMO Chatbot plugin.
|
- A self-hosted AI server running Ollama, tunneled through Cloudflare, and connected to Obsidian via the BMO Chatbot plugin.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -51,7 +51,7 @@ credentials-file: /home/<USER>/.cloudflared/<YOUR_TUNNEL_ID>.json
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
- hostname: ai.yourdomain.com
|
- hostname: ai.yourdomain.com
|
||||||
service: http://localhost:11434
|
- service: http://localhost:11434
|
||||||
- service: http_status:404
|
- service: http_status:404
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue