Remove internal infrastructure references from user documentation
- Removed SAAC API repository link (internal implementation detail) - Changed DNS target from app.coolify.io to apps.startanaicompany.com - Updated .env.example to only reference SAAC_API_KEY (not internal tokens) - Simplified support section to only show template issues Users should only interact with the SAAC API as a service, not see internal implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -65,9 +65,8 @@ DB_PASSWORD=
|
|||||||
# ===================================
|
# ===================================
|
||||||
# API Tokens (for deployment script)
|
# API Tokens (for deployment script)
|
||||||
# ===================================
|
# ===================================
|
||||||
# These should be set as environment variables, NOT in this file
|
# Get your SAAC_API_KEY from: https://apps.startanaicompany.com/api/v1/register
|
||||||
# COOLIFY_API_TOKEN=your-coolify-api-token
|
# Set as environment variable: export SAAC_API_KEY="your_key_here"
|
||||||
# GITEA_API_TOKEN=your-gitea-api-token
|
|
||||||
|
|
||||||
# ===================================
|
# ===================================
|
||||||
# Feature Configuration
|
# Feature Configuration
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ After deployment, configure DNS in Cloudflare:
|
|||||||
1. Go to Cloudflare DNS settings for `startanaicompany.com`
|
1. Go to Cloudflare DNS settings for `startanaicompany.com`
|
||||||
2. Add CNAME record:
|
2. Add CNAME record:
|
||||||
- **Name**: `{your-subdomain}recruit` (e.g., `annarecruit`)
|
- **Name**: `{your-subdomain}recruit` (e.g., `annarecruit`)
|
||||||
- **Target**: `app.coolify.io`
|
- **Target**: `apps.startanaicompany.com`
|
||||||
- **Proxy status**: Proxied (orange cloud)
|
- **Proxy status**: Proxied (orange cloud)
|
||||||
3. Save
|
3. Save
|
||||||
|
|
||||||
@@ -316,11 +316,9 @@ If you hit a rate limit, wait for the reset time before retrying.
|
|||||||
|
|
||||||
**Documentation:**
|
**Documentation:**
|
||||||
- Template README: [README.md](README.md)
|
- Template README: [README.md](README.md)
|
||||||
- SAAC API docs: Coming soon
|
|
||||||
|
|
||||||
**Issues:**
|
**Issues:**
|
||||||
- Template issues: https://git.startanaicompany.com/StartanAICompany/ai-recruit-site-template/issues
|
- Report issues: https://git.startanaicompany.com/StartanAICompany/ai-recruit-site-template/issues
|
||||||
- SAAC API issues: https://git.startanaicompany.com/mikael.westoo/coolifywrapper/issues
|
|
||||||
|
|
||||||
**Contact:**
|
**Contact:**
|
||||||
- Email: info@startanaicompany.com
|
- Email: info@startanaicompany.com
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ echo "📝 Next Steps:"
|
|||||||
echo " 1. Configure Cloudflare DNS (if not already done):"
|
echo " 1. Configure Cloudflare DNS (if not already done):"
|
||||||
echo " - Add CNAME record:"
|
echo " - Add CNAME record:"
|
||||||
echo " - Name: ${SUBDOMAIN}recruit"
|
echo " - Name: ${SUBDOMAIN}recruit"
|
||||||
echo " - Target: app.coolify.io"
|
echo " - Target: apps.startanaicompany.com"
|
||||||
echo " - Proxy: Enabled"
|
echo " - Proxy: Enabled"
|
||||||
echo ""
|
echo ""
|
||||||
echo " 2. Wait 2-3 minutes for deployment to complete"
|
echo " 2. Wait 2-3 minutes for deployment to complete"
|
||||||
|
|||||||
Reference in New Issue
Block a user