Host static sites straight from repositories on TuxForge
https://pages.tuxworld.nl/
- Python 77.9%
- HTML 22.1%
| templates | ||
| .env.example | ||
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
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