Skip to content
Git

Pages

CodeFloe offers a unique (among Forgejo instances) pages service by integrating with statichost.eu, a GDPR-compliant website hosting service based in Europe.

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.page domain

Ready to deploy your first site? Check out our guides:

Sites are automatically accessible under the codefloe.page domain following this pattern:

<repo-name>.<username>.codefloe.page

For example, a repository named myproject owned by techuser would be accessible at:

https://myproject.techuser.codefloe.page

You can find an example repository at codefloe/pages-example.