Files
chorus-services/planning and reports/hosting.md
tony 4ed167e734 Update branding assets and deployment configurations
- Enhanced moebius ring logo design in Blender
- Updated Docker Compose for website-only deployment with improved config
- Enhanced teaser layout with updated branding integration
- Added installation and setup documentation
- Consolidated planning and reports documentation
- Updated gitignore to exclude Next.js build artifacts and archives

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 07:45:08 +10:00

41 lines
1.5 KiB
Markdown

# CHORUS Services Hosting Configuration
## Domain Configuration
**Primary Domain**: chorus.services
**Admin Email**: admin@chorus.services
**Development Server**: `python3 -m http.server 3000`
## Email Security Records
### SPF Record
```
v=spf1 a mx include:spf.mymailhosting.com -all
```
### DMARC Record
```
v=DMARC1;p=none;adkim=s;aspf=s;
```
### DKIM Configuration
**Selector**: qe8DDD03C96AFC707
**Public Key**:
```
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArPS8sm8Y3VGybA1x2y+YBb0DTwiyzMNEy5wB2oxM5BBywohhp9LJGfqCOsjQQR/mqBZc1cyUM10rYZgCZqzbIQpvcnsUsd20KWyxLWdgbMGIirmcwlJAtYr6Rajj1bI0nSQHb6319ZgDuV4jfQNEYaSATooBCponFv6jVzetj0d4c9NN/b0IsfKH4bYvnldtUF2EyZWpfT8srD2wbEqbDKNsu3Rbcdg+dTM5TIRRC+FeOU16SdGZGb8epjsT6yytHeBaZrsDikeKy6TdTAkZf8WGonffWz2/V6Uw2zL3xKtOfkzInyZvgMx3qylz4a3ceNb2BfVmlvSEPjZLU3cB+wIDAQAB
```
## Mail Server Configuration
**Mail Server**: mx3594.syd1.mymailhosting.com
## Brand Assets Integration
- **Logo System**: Three.js Möbius ring with accessibility materials
- **Color System**: 8-color CHORUS palette with vision inclusivity support
- **Typography**: Three-font hierarchy (Exo, Inter Tight, Inconsolata)
- **Accessibility**: WCAG 2.1 AA compliance with 4 color blindness adaptations
## Development Environment
- **Local Server**: `python3 -m http.server 3000`
- **Asset Path**: `/home/tony/chorus/project-queues/active/chorus.services/brand-assets/`
- **Style Guide**: `chorus_brand_style_guide.html` (ground truth for all brand specifications)