* actually writing cert files properly now
* Updated readme with config file, fixed check for config file.
* minor tweaks to actions, removing job limits and skipping login to registry if not going to push
* removing old config.ini file
* temporarily adding Williams fixed package
* working on debian builds again
* github actions tweaks
* fixed a ref in the build script
* updating makefile targets to include build profile env
* updates to docs and makefiles
* showing the queried user when running account validity show
* updating account delete
* tweaking account and radius delete to show new message formats
* renaming credential reset token ui
* updating documentation for functionality
* added notes to dev readme on how to install/build mdbook and updated docs
- Add finalized changes that were not present at merge because I forgot
to put the merge request into Draft mode while working.
Related https://github.com/kanidm/kanidm/issues/768
Signed-off-by: Kellin <kellin@retromud.org>
- Adds documentation of the Makefile and its variables with an example
of how to change build behavior.
- Default Makefile behavior no longer tries to use a private redis build
cache server
- Changes ARGS and EXT_ARGS to CONTAINER_BUILD_ARGS and
CONTAINER_TOOL_ARGS respectively for more clarity
Closes https://github.com/kanidm/kanidm/issues/768
- Notes packages needed for base development on Fedora
- Notes packages required to run the wasm build script with cargo
Signed-off-by: Kellin <kellin@retromud.org>