Startup Options¶
Configure TruSpace behavior at startup using start.sh flags.
Available Flags¶
| Flag | Description |
|---|---|
--dev |
Development mode - builds images locally |
--no-ai |
Disable AI functionality |
--local-frontend |
Run frontend outside Docker |
--remove-peers |
Remove default IPFS bootstrap peers |
Usage Examples¶
Standard Startup¶
Development Mode¶
Build images locally instead of pulling:
Without AI Features¶
Faster startup, lower resource usage:
Local Frontend Development¶
For frontend hot reload:
Private Network¶
Remove public IPFS bootstrap peers:
Combining Flags¶
Environment Variable Equivalents¶
| Flag | Environment Variable |
|---|---|
--dev |
BUILD_OR_PULL_IMAGES=build |
--no-ai |
DISABLE_ALL_AI_FUNCTIONALITY=true |