No description
| usr/local/etc | ||
| .gitignore | ||
| Bastillefile | ||
| LICENSE | ||
| README.org | ||
Anubis Bastille Template
This is a template to use Anubis on FreeBSD using the BastilleBSD jail manager. It lets you configure anubis using Bastille args, and it freshly builds anubis just for you, using whatever git checkout you provide.
Example to let anubis bind to a different port:
bastille create anubis 14.2-RELEASE 10.1.0.2
bastille template anubis https://forgejo.lyrion.ch/bastille-templates/anubis --arg "BIND=:9876"
The following args are provided, and default to the values stated in the documentation:
- BIND
- BIND_NETWORK
- DIFFICULTY
- ED25519_PRIVATE_KEY_KEX
- METRICS_BIND
- METRICS_BIND_NETWORK
- SOCKET_MODE
- POLICY_FNAME
- SERVE_ROBOTS_TXT
- TARGET
Additionally, the arg CHECKOUT is provided to let you define what branch/revision/tag of the anubis repository to check out. This defaults to main.