Pages
CodeFloe offers a unique (among Forgejo instances) pages service by integrating with statichost.eu, a GDPR-compliant website hosting service based in Europe.
What You Can Do
Section titled “What You Can Do”With CodeFloe Pages, you can:
- Host static websites directly from your repositories
- Deploy automatically from any branch (default:
pages) - Use custom build processes with containerized environments
- Configure custom domains for your sites
- Serve sites under the
codefloe.pagedomain
Getting Started
Section titled “Getting Started”Ready to deploy your first site? Check out our guides:
- Getting Started - Enable Pages and deploy your first site
- Configuration - Customize build settings and domains
- Technical Details - Infrastructure and usage limits
Domain Pattern
Section titled “Domain Pattern”Sites are automatically accessible under the codefloe.page domain following this pattern:
<repo-name>.<username>.codefloe.pageFor example, a repository named myproject owned by techuser would be accessible at:
https://myproject.techuser.codefloe.page
Example
Section titled “Example”You can find an example repository at codefloe/pages-example.