Update Documentation

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-10-24 10:11:32 +02:00
parent 4768410d10
commit e53b1239db
4 changed files with 182 additions and 47 deletions

View File

@@ -46,6 +46,7 @@ Probo is designed to be accessible, transparent, and community-driven.
- Go 1.21+
- Node.js 22+
- Docker
- mkcert
### Quick Start
@@ -83,6 +84,17 @@ The application will be available at:
- Application: http://localhost:8080
### Testing Custom Domains
To test the custom domains feature locally, add the CNAME target to your hosts file:
```bash
# Add this line to /etc/hosts (macOS/Linux) or C:\Windows\System32\drivers\etc\hosts (Windows)
127.0.0.1 custom.getprobo.com
```
This allows you to test custom trust center domains on your local machine. The CNAME target can be configured in `cfg/dev.yaml` under `custom-domains.cname-target`.
For detailed setup instructions, see our [Contributing Guide](CONTRIBUTING.md).
## 🏗️ Current Status