chore: import storyforge baseline clean
This commit is contained in:
18
Common/MAC_NODE_CONNECTIVITY_SPEC.md
Normal file
18
Common/MAC_NODE_CONNECTIVITY_SPEC.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# StoryForge Mac AI Node — Server Connectivity Specification
|
||||
|
||||
The Mac node should only do the following:
|
||||
|
||||
1. Deploy FastGPT locally
|
||||
2. Ensure the cloud backend can reach FastGPT
|
||||
3. Maintain a private network connection to the server
|
||||
4. Provide the FastGPT endpoint to the backend
|
||||
|
||||
Recommended ports:
|
||||
|
||||
- FastGPT: 3000
|
||||
- MongoDB: 27017
|
||||
- PostgreSQL: 5432
|
||||
- Redis: 6379
|
||||
- MinIO: 9000
|
||||
|
||||
FastGPT must not be exposed to the public internet directly.
|
||||
Reference in New Issue
Block a user