https://github.com/strausmann/hhf-docs
Documentation contributions for HHF Technology projects (CrowdSec Manager, Middleware Manager)
https://github.com/strausmann/hhf-docs
Last synced: 11 days ago
JSON representation
Documentation contributions for HHF Technology projects (CrowdSec Manager, Middleware Manager)
- Host: GitHub
- URL: https://github.com/strausmann/hhf-docs
- Owner: strausmann
- Created: 2026-03-24T09:42:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T14:07:01.000Z (3 months ago)
- Last Synced: 2026-03-25T17:48:59.913Z (2 months ago)
- Language: Python
- Size: 155 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# HHF Technology — Documentation Contributions
Upstream documentation contributions for [HHF Technology](https://github.com/hhftechnology) projects.
## Projects
| Project | Upstream | Docs Staging |
|---------|----------|-------------|
| CrowdSec Manager | [hhftechnology/crowdsec_manager](https://github.com/hhftechnology/crowdsec_manager) | [docs-crowdsec.strausmann.cloud](https://docs-crowdsec.strausmann.cloud) |
| Middleware Manager | [hhftechnology/middleware-manager](https://github.com/hhftechnology/middleware-manager) | [docs-middleware.strausmann.cloud](https://docs-middleware.strausmann.cloud) |
## Quick Start
```bash
git clone --recurse-submodules https://github.com/strausmann/hhf-docs.git
cd hhf-docs
make help
```
## Build & Serve
```bash
make docs-crowdsec-build # Build Docker image
make docs-crowdsec-serve # Serve on http://localhost:8081
make docs-middleware-build # Build Docker image
make docs-middleware-serve # Serve on http://localhost:8082
```
See [CLAUDE.md](CLAUDE.md) for full workflow documentation.