Host static sites straight from repositories on TuxForge https://pages.tuxworld.nl/
  • Python 77.9%
  • HTML 22.1%
Find a file
2026-05-08 10:09:28 +02:00
templates Update templates/landing.html 2026-05-08 10:09:28 +02:00
.env.example Added UI settings with Forgejo auth 2026-05-06 08:55:38 +02:00
.gitignore Add first version and update README 2026-05-05 16:22:32 +02:00
LICENSE Add first version and update README 2026-05-05 16:22:32 +02:00
main.py db update, remove .pages feature 2026-05-08 10:05:59 +02:00
README.md Add first version and update README 2026-05-05 16:22:32 +02:00
requirements.txt Added UI settings with Forgejo auth 2026-05-06 08:55:38 +02:00

TuxForge Pages

The source code for the TuxForge Pages instance.

TuxForge Pages allows you to host your own static websites. After setting it up correctly, it can run unattended in the background.

Features

  • Host static websites
  • Wildcard subdomain support (*.yourdomain.com)
  • Simple Python-based setup
  • Works behind a reverse proxy such as Nginx

Getting started

If you are new to TuxForge Pages, start with the Quick Start guide:

https://git.tuxworld.nl/tuxforge/pages-server/wiki/Quick-Start

If you want to host your own TuxForge Pages instance, use the Installation guide:

https://git.tuxworld.nl/tuxforge/pages-server/wiki/Installation