[GH-ISSUE #1205] /admin Page Auth Key not working #616

Closed
opened 2026-04-12 10:19:22 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @Asher9971 on GitHub (Nov 20, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/1205

After a fresh install i need to input an Auth Key on the admin page.
image

I generated one and pasted it in the compose-file.

cheshire-cat-core: image: ghcr.io/cheshire-cat-ai/core:latest container_name: cheshire_cat_core #depends_on: # - cheshire-cat-vector-memory # - embedder # - ollama environment: - PYTHONUNBUFFERED=1 - WATCHFILES_FORCE_POLLING=true - CORE_HOST=${CORE_HOST:-localhost} - CORE_PORT=${CORE_PORT:-1865} - QDRANT_HOST=${QDRANT_HOST:-cheshire_cat_vector_memory} - QDRANT_PORT=${QDRANT_PORT:-6333} - CORE_USE_SECURE_PROTOCOLS=${CORE_USE_SECURE_PROTOCOLS:-} - LOG_LEVEL=${LOG_LEVEL:-WARNING} - API_KEY=${API_KEY:-9da0f457-cecd-459e-********} - DEBUG=${DEBUG:-true} - SAVE_MEMORY_SNAPSHOTS=${SAVE_MEMORY_SNAPSHOTS:-false} ports: - ${CORE_PORT:-1865}:80 volumes: - cheshire_cat_core_static:/app/cat/static - cheshire_cat_core_public:/app/cat/public - cheshire_cat_core_plugins:/app/cat/plugins restart: unless-stopped

also tried without any API_KEY Variable in compose-file also didn't worked and i got the attempt to input an auth key on the /admin page

Originally created by @Asher9971 on GitHub (Nov 20, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/1205 After a fresh install i need to input an Auth Key on the admin page. ![image](https://github.com/jmorganca/ollama/assets/11883647/a36825fe-27e7-4153-b8d3-be886fc7bcb9) I generated one and pasted it in the compose-file. `cheshire-cat-core: image: ghcr.io/cheshire-cat-ai/core:latest container_name: cheshire_cat_core #depends_on: # - cheshire-cat-vector-memory # - embedder # - ollama environment: - PYTHONUNBUFFERED=1 - WATCHFILES_FORCE_POLLING=true - CORE_HOST=${CORE_HOST:-localhost} - CORE_PORT=${CORE_PORT:-1865} - QDRANT_HOST=${QDRANT_HOST:-cheshire_cat_vector_memory} - QDRANT_PORT=${QDRANT_PORT:-6333} - CORE_USE_SECURE_PROTOCOLS=${CORE_USE_SECURE_PROTOCOLS:-} - LOG_LEVEL=${LOG_LEVEL:-WARNING} - API_KEY=${API_KEY:-9da0f457-cecd-459e-********} - DEBUG=${DEBUG:-true} - SAVE_MEMORY_SNAPSHOTS=${SAVE_MEMORY_SNAPSHOTS:-false} ports: - ${CORE_PORT:-1865}:80 volumes: - cheshire_cat_core_static:/app/cat/static - cheshire_cat_core_public:/app/cat/public - cheshire_cat_core_plugins:/app/cat/plugins restart: unless-stopped` also tried without any API_KEY Variable in compose-file also didn't worked and i got the attempt to input an auth key on the /admin page
Author
Owner

@technovangelist commented on GitHub (Nov 20, 2023):

This seems to be an issue with someone else's product and not with Ollama. We don't have an /admin page and that screenshot is for a gui that we didn't make. Thanks for working with Ollama. You are part of the reason why this community is so great.

<!-- gh-comment-id:1819278720 --> @technovangelist commented on GitHub (Nov 20, 2023): This seems to be an issue with someone else's product and not with Ollama. We don't have an `/admin` page and that screenshot is for a gui that we didn't make. Thanks for working with Ollama. You are part of the reason why this community is so great.
Author
Owner

@BruceMacD commented on GitHub (Nov 20, 2023):

Matt is correct, this looks like an issue with Cheshire Cat, please open the issue over there and they should be able to help you out.

<!-- gh-comment-id:1819388647 --> @BruceMacD commented on GitHub (Nov 20, 2023): Matt is correct, this looks like an issue with [Cheshire Cat](https://github.com/cheshire-cat-ai/core), please open the issue over there and they should be able to help you out.
Author
Owner

@pieroit commented on GitHub (Dec 6, 2023):

@Asher9971 yes it's an issue of connectivity between the Cat and Ollama, open an issue on our core repo or come into the Discord

<!-- gh-comment-id:1842840100 --> @pieroit commented on GitHub (Dec 6, 2023): @Asher9971 yes it's an issue of connectivity between the Cat and Ollama, open an issue on our core repo or come into the Discord
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#616