mirror of
https://github.com/bunkerity/bunkerweb-templates.git
synced 2026-04-24 20:05:49 +03:00
What’s the difference between built-in presets and these templates?
- Presets (low/medium/high) apply general security defaults. Templates target a specific app and can ship app-aware configs and guided steps.
How do I import a template?
- Import the template via the
RAWmode of the new template page (recommended) or copy the directory into a plugin’s templates/.
Can I customize after import?
- Yes. The template applies defaults; you can edit settings and configs later.
Do templates work across Docker/Kubernetes/Linux?
- Yes. Templates are integration-agnostic.
How do I test NGINX snippets?
- Try: nginx -t -c <(printf 'events{} http{ include templates//configs/.conf; }')
Where do I get help?
- Open an issue or join the Discord: https://discord.gg/YEdMKqztMZ
References: