Skip to content

Commit

Permalink
Split a question
Browse files Browse the repository at this point in the history
  • Loading branch information
valentimarco committed Dec 6, 2023
1 parent 7e428c3 commit 68189f9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mkdocs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can delete the `long_term_memory` folder and restart the Cat!

Please check if you have a valid credit card connected or if you have used up all the credits of your OpenAI trial period.

#### Everything works in localhost but not on another server or needs an auth_key never configured
#### Everything works in localhost but not on another server

You should configure ports in the `.env` file. Change according to your preferred host and ports:

Expand All @@ -57,6 +57,15 @@ CORE_HOST=anotherhost.com
CORE_PORT=9000
```

#### Why the admin panel is asking for an auth key?
You are probably accessing the admin from outside (maybe you host the cat in a server, or you are accessing the admin in your phone).
Change according to your machine ip address and ports:
```env
# Decide host and port for your Cat. Default will be localhost:1865
CORE_HOST=anotherhost.com
CORE_PORT=9000
```

#### Docker has no permissions to write

This is a matter with your docker installation or the user you run docker from.
Expand Down

0 comments on commit 68189f9

Please sign in to comment.