mirror of
https://github.com/bunkerity/bunkerweb-templates.git
synced 2026-04-24 20:05:49 +03:00
Follow these steps to use a template:
- Pick a template
- Browse the catalog and review its template.json and configs.
- Import the template
- Web UI: Import the template via the
RAWmode of the new template page (recommended) - Plugin bundle: copy the whole directory into your plugin’s templates/.
- Assign to your service
- Easy mode UI: select the template.
- Or set USE_TEMPLATE= for the service.
- Customize the essentials
- SERVER_NAME, REVERSE_PROXY_HOST, upload size, rate limits, CRS plugins, etc.
- Validate quickly
- JSON: jq . templates//template.json
- NGINX snippet (where applicable): nginx -t -c <(printf 'events{} http{ include templates//configs/.conf; }')
- Test end-to-end
- Confirm 200/304 for static assets, login flows, large uploads, and admin pages.
See: