Skip to content

freeunitorg/docs

 
 

Repository files navigation

FreeUnit Documentation

Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub Discussions

Source for the FreeUnit documentation website, written in reStructuredText and built with Sphinx.

FreeUnit is a community-maintained fork of the NGINX Unit application server (archived October 2025).

Development

git clone https://github.com/freeunitorg/docs && cd docs
pip install -r requirements.txt
make serve

Docker (local)

docker stop freeunit-docs; docker rm freeunit-docs 2>/dev/null; docker build -f Dockerfile.local -t freeunit-docs-local . && docker run -d -p 8000:8000 --name freeunit-docs freeunit-docs-local
http://localhost:8000/

The site is served locally at http://localhost:8000.

Pull requests automatically deploy a preview site when opened by a maintainer.

Contributing

Pull requests are welcome. For major changes, please open an issue first.

License

The FreeUnit documentation is licensed under CC BY 4.0.


Forked from nginx/unit-docs — original authors retain full credit.

About

Based on FreeUnit docs, CC BY 4.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 46.7%
  • CSS 20.1%
  • JavaScript 15.6%
  • HTML 8.1%
  • Dockerfile 7.4%
  • Makefile 2.1%