Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
3a30bf56
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7fe47596af40ea900318e6a2a773a00ff3f3a115"
Unverified
Commit
3a30bf56
authored
Mar 20, 2024
by
Jeffrey Morgan
Committed by
GitHub
Mar 20, 2024
Browse files
Update faq.md
parent
a1c0a485
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
docs/faq.md
docs/faq.md
+8
-0
No files found.
docs/faq.md
View file @
3a30bf56
...
@@ -118,6 +118,14 @@ Ollama can be accessed using a range of tools for tunneling tools. For example w
...
@@ -118,6 +118,14 @@ Ollama can be accessed using a range of tools for tunneling tools. For example w
ngrok http 11434 --host-header="localhost:11434"
ngrok http 11434 --host-header="localhost:11434"
```
```
## How can I use Ollama with Cloudflare Tunnel?
To use Ollama with Cloudflare Tunnel, use the
`--url`
and
`--http-host-header`
flags:
```
cloudflared tunnel --url http://localhost:11434 --http-host-header="localhost:11434"
```
## How can I allow additional web origins to access Ollama?
## How can I allow additional web origins to access Ollama?
Ollama allows cross-origin requests from
`127.0.0.1`
and
`0.0.0.0`
by default. Additional origins can be configured with
`OLLAMA_ORIGINS`
.
Ollama allows cross-origin requests from
`127.0.0.1`
and
`0.0.0.0`
by default. Additional origins can be configured with
`OLLAMA_ORIGINS`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment